index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-10
sock_diag: fix filter code sent to userspace
Nicolas Dichtel
2
-3
/
+8
2013-06-10
udp: add low latency socket poll support
Eliezer Tamir
1
-0
/
+4
2013-06-10
net: add low latency socket poll
Eliezer Tamir
3
-0
/
+20
2013-06-10
net: add napi_id and hash
Eliezer Tamir
1
-0
/
+59
2013-06-08
Merge 3.10-rc5 into char-misc-next
Greg Kroah-Hartman
3
-11
/
+16
2013-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-11
/
+16
2013-06-05
net: core: move mac_pton() to lib/net_utils.c
Andy Shevchenko
2
-22
/
+1
2013-06-04
netpoll: fix position of network header
Amerigo Wang
1
-16
/
+4
2013-06-04
pktgen: Fix position of ip and udp header
Thomas Graf
1
-27
/
+12
2013-06-04
net: fix sk_buff head without data area
Pablo Neira
1
-2
/
+2
2013-06-04
net/ethtool: Fix comment regarding location of dev_ethtool() call
Yan Burman
1
-1
/
+1
2013-06-04
net: mark netdev_create_hash __net_init
Baruch Siach
1
-1
/
+1
2013-05-31
net: clean up skb headers code
Cong Wang
1
-11
/
+5
2013-05-31
net/core: dev_mc_sync_multiple calls wrong helper
Jay Vosburgh
1
-1
/
+1
2013-05-31
net/core: __hw_addr_sync_one / _multiple broken
Jay Vosburgh
1
-4
/
+7
2013-05-31
net/core: __hw_addr_unsync_one "from" address not marked synced
Jay Vosburgh
1
-1
/
+2
2013-05-31
net/core: __hw_addr_create_ex does not initialize sync_cnt
Jay Vosburgh
1
-0
/
+1
2013-05-28
net/core/sock.c: add missing VSOCK string in af_family_*_key_strings
Federico Vaga
1
-3
/
+3
2013-05-28
net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tail
Simon Horman
2
-3
/
+22
2013-05-28
net: Correct comparisons and calculations using skb->tail and skb-transport_h...
Simon Horman
1
-2
/
+2
2013-05-28
net: always pass struct netdev_notifier_info to netdevice notifiers
Cong Wang
1
-6
/
+0
2013-05-28
net: Fix build warnings after mac_header and transport_header became __u16.
David S. Miller
1
-5
/
+5
2013-05-28
net: pass changed flags along with NETDEV_CHANGE event
Jiri Pirko
1
-2
/
+7
2013-05-28
net: pass info struct via netdevice notifier
Jiri Pirko
7
-18
/
+54
2013-05-27
netpoll: remove return value from netpoll_rx_disable()
dingtianhong
2
-13
/
+5
2013-05-27
MPLS: Add limited GSO support
Simon Horman
2
-0
/
+5
2013-05-25
net: add netnotifier event for upper device change
Jiri Pirko
1
-1
/
+2
2013-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-50
/
+0
2013-05-22
net: Loosen constraints for recalculating checksum in skb_segment()
Simon Horman
1
-1
/
+2
2013-05-20
rps: selective flow shedding during softnet overflow
Willem de Bruijn
3
-3
/
+165
2013-05-20
Hoist memcpy_fromiovec/memcpy_toiovec into lib/
Rusty Russell
1
-50
/
+0
2013-05-17
dev: remove duplicate 'skb->dev = dev' in dev_forward_skb()
Nicolas Dichtel
1
-1
/
+0
2013-05-11
ipv6: do not clear pinet6 field
Eric Dumazet
1
-12
/
+0
2013-05-08
gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()
Pravin B Shelar
1
-0
/
+11
2013-05-06
netpoll: inverted down_trylock() test
Dan Carpenter
1
-1
/
+1
2013-05-06
rps_dev_flow_table_release(): no need to delay vfree()
Al Viro
1
-11
/
+1
2013-05-02
net: vlan,ethtool: netdev_features_t is more than 32 bit
Bjørn Mork
1
-1
/
+1
2013-05-02
net: use netdev_features_t in skb_needs_linearize()
Patrick McHardy
1
-1
/
+1
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-11
/
+10
2013-05-01
proc: Supply a function to remove a proc entry by PDE
David Howells
1
-4
/
+2
2013-05-01
proc: Split the namespace stuff out into linux/proc_ns.h
David Howells
1
-3
/
+4
2013-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
19
-312
/
+635
2013-05-01
netpoll: convert mutex into a semaphore
Neil Horman
1
-7
/
+7
2013-04-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+14
2013-04-30
unix/dgram: fix peeking with an offset larger than data in queue
Benjamin Poirier
1
-8
/
+13
2013-04-30
unix/dgram: peek beyond 0-sized skbs
Benjamin Poirier
1
-1
/
+2
2013-04-30
net: Use consume_skb() to free gso segmented skb
Sridhar Samudrala
1
-1
/
+4
2013-04-29
net/core: remove duplicate statements by do-while loop
Akinobu Mita
1
-9
/
+6
2013-04-29
net/core: rename random32() to prandom_u32()
Akinobu Mita
1
-14
/
+15
2013-04-29
net: defer net_secret[] initialization
Eric Dumazet
1
-3
/
+1
[prev]
[next]