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
2014-03-28
net: Account for all vlan headers in skb_mac_gso_segment
Vlad Yasevich
2
-5
/
+11
2014-03-28
net: net: add a core netdev->tx_dropped counter
Eric Dumazet
1
-0
/
+2
2014-03-27
core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
Zoltan Kiss
1
-7
/
+20
2014-03-27
net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c
Monam Agarwal
1
-1
/
+1
2014-03-26
net: Rename skb->rxhash to skb->hash
Tom Herbert
3
-12
/
+13
2014-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+6
2014-03-24
netpoll: fix the skb check in pkt_is_ns
Li RongQing
1
-1
/
+1
2014-03-20
rtnetlink: fix fdb notification flags
Nicolas Dichtel
1
-4
/
+6
2014-03-20
net/core/flow.c: Fix CPU hotplug callback registration
Srivatsa S. Bhat
1
-1
/
+7
2014-03-19
cgroup: drop const from @buffer of cftype->write_string()
Tejun Heo
1
-1
/
+1
2014-03-17
netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)
Eric W. Biederman
2
-529
/
+2
2014-03-17
netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP
Eric W. Biederman
1
-17
/
+64
2014-03-17
netpoll: Consolidate neigh_tx processing in service_neigh_queue
Eric W. Biederman
1
-22
/
+16
2014-03-17
netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP
Eric W. Biederman
1
-5
/
+9
2014-03-17
netpoll: Don't drop all received packets.
Eric W. Biederman
1
-11
/
+6
2014-03-17
netpoll: Add netpoll_rx_processing
Eric W. Biederman
1
-2
/
+2
2014-03-17
netpoll: Warn if more packets are processed than are budgeted
Eric W. Biederman
1
-0
/
+1
2014-03-17
netpoll: Visit all napi handlers in poll_napi
Eric W. Biederman
1
-3
/
+0
2014-03-17
netpoll: Pass budget into poll_napi
Eric W. Biederman
1
-3
/
+3
2014-03-17
netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_dev
Eric W. Biederman
1
-8
/
+8
2014-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-47
/
+58
2014-03-13
consolidate duplicate code is skb_checksum_setup() helpers
Jan Beulich
1
-90
/
+50
2014-03-12
flowcache: Fix resource leaks on namespace exit.
Steffen Klassert
1
-0
/
+19
2014-03-12
net: Convert uses of __constant_<foo> to <foo>
Joe Perches
2
-12
/
+12
2014-03-11
tcp: tcp_release_cb() should release socket ownership
Eric Dumazet
1
-1
/
+4
2014-03-11
skbuff: skb_segment: orphan frags before copying
Michael S. Tsirkin
1
-0
/
+6
2014-03-11
skbuff: skb_segment: s/fskb/list_skb/
Michael S. Tsirkin
1
-13
/
+13
2014-03-11
skbuff: skb_segment: s/skb/head_skb/
Michael S. Tsirkin
1
-22
/
+24
2014-03-11
skbuff: skb_segment: s/skb_frag/frag/
Michael S. Tsirkin
1
-7
/
+7
2014-03-11
skbuff: skb_segment: s/frag/nskb_frag/
Michael S. Tsirkin
1
-9
/
+9
2014-03-10
flowcache: restore a single flow_cache kmem_cache
Eric Dumazet
1
-6
/
+8
2014-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-7
/
+4
2014-02-27
neigh: recompute reachabletime before returning from neigh_periodic_work()
Duan Jiong
1
-3
/
+3
2014-02-27
neigh: directly goto out after setting nud_state to NUD_FAILED
Duan Jiong
1
-0
/
+1
2014-02-26
neigh: probe application via netlink in NUD_PROBE
Timo Teräs
1
-4
/
+4
2014-02-26
net: Add sysfs file for port number
Amir Vadai
1
-0
/
+2
2014-02-24
pktgen: document all supported flags
Mathias Krause
1
-1
/
+7
2014-02-24
pktgen: simplify error handling in pgctrl_write()
Mathias Krause
1
-13
/
+6
2014-02-24
pktgen: fix out-of-bounds access in pgctrl_write()
Mathias Krause
1
-1
/
+4
2014-02-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-70
/
+83
2014-02-24
smp: Rename __smp_call_function_single() to smp_call_function_single_async()
Frederic Weisbecker
1
-1
/
+1
2014-02-24
smp: Remove wait argument from __smp_call_function_single()
Frederic Weisbecker
1
-1
/
+1
2014-02-22
neigh: fix setting of default gc_* values
Jiri Pirko
1
-1
/
+1
2014-02-20
net-sysfs: fix comment typo 'CONFIG_SYFS'
Paul Bolle
1
-1
/
+1
2014-02-20
Merge branch 'master' into for-next
Jiri Kosina
19
-771
/
+1451
2014-02-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-3
/
+0
2014-02-19
treewide: Fix typo in Documentation/DocBook
Masanari Iida
1
-1
/
+1
2014-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-33
/
+28
2014-02-18
rtnl: make ifla_policy static
Jiri Pirko
1
-51
/
+56
2014-02-17
netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=n
Florian Westphal
1
-3
/
+0
[prev]
[next]