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
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-12
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-10
/
+6
2016-12-12
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2016-12-08
net: rfs: add a jump label
Eric Dumazet
1
-0
/
+2
2016-11-30
bpf, xdp: allow to pass flags to dev_change_xdp_fd
Daniel Borkmann
1
-2
/
+18
2016-11-25
net: properly flush delay-freed skbs
Eric Dumazet
1
-2
/
+3
2016-11-16
netpoll: more efficient locking
Eric Dumazet
1
-1
/
+0
2016-11-16
net: busy-poll: return busypolling status to drivers
Eric Dumazet
1
-4
/
+6
2016-11-16
net: busy-poll: allow preemption in sk_busy_loop()
Eric Dumazet
1
-20
/
+82
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-12
/
+7
2016-11-12
bpf: Fix bpf_redirect to an ipip/ip6tnl dev
Martin KaFai Lau
1
-11
/
+6
2016-11-09
net: napi_hash_add() is no longer exported
Eric Dumazet
1
-2
/
+1
2016-11-09
net-gro: avoid reorders
Eric Dumazet
1
-2
/
+2
2016-11-09
net/dev: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-10
/
+6
2016-11-07
net/qdisc: IFF_NO_QUEUE drivers should use consistent TX queue len
Jesper Dangaard Brouer
1
-1
/
+1
2016-10-31
net: mangle zero checksum in skb_checksum_help()
Eric Dumazet
1
-1
/
+1
2016-10-31
net: Add support for XPS with QoS via traffic classes
Alexander Duyck
1
-34
/
+83
2016-10-31
net: Refactor removal of queues from XPS map and apply on num_tc changes
Alexander Duyck
1
-23
/
+50
2016-10-31
net: Add sysfs value to determine queue traffic class
Alexander Duyck
1
-0
/
+17
2016-10-31
net: Move functions for configuring traffic classes out of inline headers
Alexander Duyck
1
-0
/
+29
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2016-10-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+9
2016-10-29
net: dev: Fix non-RCU based lower dev walker
David Ahern
1
-2
/
+2
2016-10-29
packet: on direct_xmit, limit tso and csum to supported devices
Willem de Bruijn
1
-0
/
+1
2016-10-20
net: add recursion limit to GRO
Sabrina Dubroca
1
-0
/
+1
2016-10-19
net: core: Correctly iterate over lower adjacency list
Ido Schimmel
1
-3
/
+7
2016-10-18
net: dev: Improve debug statements for adjacency tracking
David Ahern
1
-7
/
+15
2016-10-18
net: Add warning if any lower device is still in adjacency list
David Ahern
1
-0
/
+15
2016-10-18
net: Remove all_adj_list and its references
David Ahern
1
-205
/
+18
2016-10-18
net: Introduce new api for walking upper and lower devices
David Ahern
1
-0
/
+155
2016-10-18
net: Remove refnr arg when inserting link adjacencies
David Ahern
1
-15
/
+12
2016-10-17
net: report right mtu value in error message
Jakub Kicinski
1
-1
/
+1
2016-10-15
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2016-10-14
Revert "net: Add driver helper functions to determine checksum offloadability"
stephen hemminger
1
-136
/
+0
2016-10-13
net: centralize net_device min/max MTU checking
Jarod Wilson
1
-2
/
+11
2016-10-10
latent_entropy: Mark functions with __latent_entropy
Emese Revfy
1
-2
/
+2
2016-10-04
net: Add netdev all_adj_list refcnt propagation to fix panic
Andrew Collins
1
-31
/
+37
2016-09-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
1
-2
/
+17
2016-09-24
netfilter: call nf_hook_ingress with rcu_read_lock
Aaron Conole
1
-1
/
+6
2016-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+16
2016-09-10
net: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-2
/
+1
2016-09-04
bonding: Fix bonding crash
Mahesh Bandewar
1
-0
/
+16
2016-08-30
net: batch calls to flush_all_backlogs()
Eric Dumazet
1
-20
/
+12
2016-08-26
bridge: switchdev: Add forward mark support for stacked devices
Ido Schimmel
1
-10
/
+0
2016-08-26
net: flush the softnet backlog in process context
Paolo Abeni
1
-22
/
+50
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+3
2016-08-13
net: remove type_check from dev_get_nest_level()
Sabrina Dubroca
1
-7
/
+3
2016-08-10
net: sched: convert qdisc linked list to hashtable
Jiri Kosina
1
-0
/
+3
2016-07-28
Merge branch 'salted-string-hash'
Linus Torvalds
1
-1
/
+1
2016-07-19
net: add ndo to setup/query xdp prog in adapter rx
Brenden Blanco
1
-0
/
+33
2016-07-09
net: tracepoint napi:napi_poll add work and budget
Jesper Dangaard Brouer
1
-2
/
+2
[next]