Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
2359419fa5dbb5e6afe1d16994c77dd52ecc8e25
/
net
/
core
/
dev.c
37c343b
net: Resend IGMP memberships upon peer notification.
by Vlad Yasevich
· 8 years ago
13baa00
net: net_enable_timestamp() can be called from irq contexts
by Eric Dumazet
· 8 years ago
39e6c82
net: solve a NAPI race
by Eric Dumazet
· 8 years ago
559c59b
net: napi_watchdog() can use napi_schedule_irqoff()
by Eric Dumazet
· 8 years ago
99d5cee
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 8 years ago
25393d3
net: Prepare gro for packet consuming gro callbacks
by Steffen Klassert
· 8 years ago
37fabbf
net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSY
by Eric Dumazet
· 8 years ago
f4563a7
net: Fix checkpatch, Missing a blank line after declarations
by tcharding
· 8 years ago
eb13da1
net: Fix checkpatch block comments warnings
by tcharding
· 8 years ago
643aa9c
net: Fix checkpatch whitespace errors
by tcharding
· 8 years ago
722c9a0
net: Fix checkpatch WARNING: please, no space before tabs
by tcharding
· 8 years ago
3efa70d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
a8eca32
net: remove ndo_neigh_{construct, destroy} from stacked devices
by Ido Schimmel
· 8 years ago
02c1602
net: remove __napi_complete()
by Eric Dumazet
· 8 years ago
6e7bc47
net: skb_needs_check() accepts CHECKSUM_NONE for tx
by Eric Dumazet
· 8 years ago
79e7fff4
net: remove support for per driver ndo_busy_poll()
by Eric Dumazet
· 8 years ago
5fa8bbd
net: use a work queue to defer net_disable_timestamp() work
by Eric Dumazet
· 8 years ago
b2504a5
net: reduce skb_warn_bad_offload() noise
by Eric Dumazet
· 8 years ago
04cdf13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 8 years ago
f991bb9
net: Drop secpath on free after gro merge.
by Steffen Klassert
· 8 years ago
4e8f2fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
1b7cd00
net: remove duplicate code.
by Mahesh Bandewar
· 8 years ago
7be2c82
net: fix harmonize_features() vs NETIF_F_HIGHDMA
by Eric Dumazet
· 8 years ago
738b35c
net: core: Make netif_wake_subqueue a wrapper
by Florian Fainelli
· 8 years ago
02ac5d1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7cfd5fd
gro: use min_t() in skb_gro_reset_offset()
by Eric Dumazet
· 8 years ago
1272ce8
gro: Enter slow-path if there is no tailroom
by Herbert Xu
· 8 years ago
8dc07fd
net-tc: convert tc_at to tc_at_ingress
by Willem de Bruijn
· 8 years ago
a5135bc
net-tc: convert tc_verd to integer bitfields
by Willem de Bruijn
· 8 years ago
e7246e1
net-tc: extract skip classify bit from tc_verd
by Willem de Bruijn
· 8 years ago
3d48b53
net: dev_weight: TX/RX orthogonality
by Matthias Tafelmeier
· 8 years ago
2456e85
ktime: Get rid of the union
by Thomas Gleixner
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
e71c397
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
6cdf89b
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
13bfff2
net: rfs: add a jump label
by Eric Dumazet
· 8 years ago
85de857
bpf, xdp: allow to pass flags to dev_change_xdp_fd
by Daniel Borkmann
· 8 years ago
f52dffe
net: properly flush delay-freed skbs
by Eric Dumazet
· 8 years ago
89c4b44
netpoll: more efficient locking
by Eric Dumazet
· 8 years ago
364b605
net: busy-poll: return busypolling status to drivers
by Eric Dumazet
· 8 years ago
217f697
net: busy-poll: allow preemption in sk_busy_loop()
by Eric Dumazet
· 8 years ago
bb598c1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
4e3264d
bpf: Fix bpf_redirect to an ipip/ip6tnl dev
by Martin KaFai Lau
· 8 years ago
149d6ad
net: napi_hash_add() is no longer exported
by Eric Dumazet
· 8 years ago
d61d072
net-gro: avoid reorders
by Eric Dumazet
· 8 years ago
f0bf90d
net/dev: Convert to hotplug state machine
by Sebastian Andrzej Siewior
· 8 years ago
1159708
net/qdisc: IFF_NO_QUEUE drivers should use consistent TX queue len
by Jesper Dangaard Brouer
· 8 years ago
4f2e4ad
net: mangle zero checksum in skb_checksum_help()
by Eric Dumazet
· 8 years ago
184c449
net: Add support for XPS with QoS via traffic classes
by Alexander Duyck
· 8 years ago
6234f87
net: Refactor removal of queues from XPS map and apply on num_tc changes
by Alexander Duyck
· 8 years ago
8d059b0
net: Add sysfs value to determine queue traffic class
by Alexander Duyck
· 8 years ago
9cf1f6a
net: Move functions for configuring traffic classes out of inline headers
by Alexander Duyck
· 8 years ago
27058af
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
2a26d99
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
46b5ab1
net: dev: Fix non-RCU based lower dev walker
by David Ahern
· 8 years ago
104ba78
packet: on direct_xmit, limit tso and csum to supported devices
by Willem de Bruijn
· 8 years ago
fcd91dd
net: add recursion limit to GRO
by Sabrina Dubroca
· 8 years ago
e4961b0
net: core: Correctly iterate over lower adjacency list
by Ido Schimmel
· 8 years ago
67b62f9
net: dev: Improve debug statements for adjacency tracking
by David Ahern
· 8 years ago
0f524a8
net: Add warning if any lower device is still in adjacency list
by David Ahern
· 8 years ago
f1170fd
net: Remove all_adj_list and its references
by David Ahern
· 8 years ago
1a3f060
net: Introduce new api for walking upper and lower devices
by David Ahern
· 8 years ago
790510d
net: Remove refnr arg when inserting link adjacencies
by David Ahern
· 8 years ago
a0e65de
net: report right mtu value in error message
by Jakub Kicinski
· 8 years ago
9ffc669
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 8 years ago
cf53b1d
Revert "net: Add driver helper functions to determine checksum offloadability"
by stephen hemminger
· 8 years ago
61e8462
net: centralize net_device min/max MTU checking
by Jarod Wilson
· 8 years ago
0766f78
latent_entropy: Mark functions with __latent_entropy
by Emese Revfy
· 9 years ago
9340903
net: Add netdev all_adj_list refcnt propagation to fix panic
by Andrew Collins
· 8 years ago
f20fbc0
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Pablo Neira Ayuso
· 8 years ago
2c1e270
netfilter: call nf_hook_ingress with rcu_read_lock
by Aaron Conole
· 8 years ago
b20b378
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
181402a
net: use IS_ENABLED() instead of checking for built-in or module
by Javier Martinez Canillas
· 8 years ago
24b27fc
bonding: Fix bonding crash
by Mahesh Bandewar
· 8 years ago
4185249
net: batch calls to flush_all_backlogs()
by Eric Dumazet
· 8 years ago
6bc506b
bridge: switchdev: Add forward mark support for stacked devices
by Ido Schimmel
· 8 years ago
145dd5f
net: flush the softnet backlog in process context
by Paolo Abeni
· 8 years ago
60747ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
952fcfd
net: remove type_check from dev_get_nest_level()
by Sabrina Dubroca
· 8 years ago
59cc1f6
net: sched: convert qdisc linked list to hashtable
by Jiri Kosina
· 8 years ago
554828e
Merge branch 'salted-string-hash'
by Linus Torvalds
· 8 years ago
a7862b4
net: add ndo to setup/query xdp prog in adapter rx
by Brenden Blanco
· 9 years ago
1db19db
net: tracepoint napi:napi_poll add work and budget
by Jesper Dangaard Brouer
· 9 years ago
18bfb92
net: introduce default neigh_construct/destroy ndo calls for L2 upper devices
by Jiri Pirko
· 9 years ago
7ce856a
mlxsw: spectrum: Add couple of lower device helper functions
by Jiri Pirko
· 9 years ago
520ac30
net_sched: drop packets after root qdisc lock is released
by Eric Dumazet
· 9 years ago
be4da0e
net: the space is required after ','
by Wei Tang
· 9 years ago
84d15ae
net: do not initialise statics to 0
by Wei Tang
· 9 years ago
8387ff2
vfs: make the string hashes salt the hash
by Linus Torvalds
· 9 years ago
a70b506
bpf: enforce recursion limit on redirects
by Daniel Borkmann
· 9 years ago
40e4e71
net: Reduce queue allocation to one in kdump kernel
by Hariprasad Shenai
· 9 years ago
f9eb8ae
net_sched: transform qdisc running bit into a seqcount
by Eric Dumazet
· 9 years ago
3bcb846
net: get rid of spin_trylock() in net_tx_action()
by Eric Dumazet
· 9 years ago
7e2c3ae
net: also make sch_handle_egress() drop monitor ready
by Daniel Borkmann
· 9 years ago
74b2058
net: l3mdev: Add hook in ip and ipv6
by David Ahern
· 9 years ago
8a3a4c6
net: make sch_handle_ingress() drop monitor ready
by Eric Dumazet
· 9 years ago
b1dc497
net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSO
by Alexander Duyck
· 9 years ago
cba65321
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
996e802
net: Disable segmentation if checksumming is not supported
by Alexander Duyck
· 9 years ago
f4b05d2
net: constify is_skb_forwardable's arguments
by Nikolay Aleksandrov
· 9 years ago
Next »