Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4a75a86c8d04390f268d7237cc49fe9a8e36efe7
/
net
/
core
/
dev.c
a31196b
net: rfs: fix crash in get_rps_cpus()
by Eric Dumazet
· 10 years ago
8b86a61
net: remove unused 'dev' argument from netif_needs_gso()
by Johannes Berg
· 10 years ago
4577139
net: use jump label patching for ingress qdisc in __netif_receive_skb_core
by Daniel Borkmann
· 10 years ago
7026b1d
netfilter: Pass socket pointer down through okfn().
by David Miller
· 10 years ago
c85d697
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
f60e599
ipv6: protect skb->sk accesses from recursive dereference inside the stack
by hannes@stressinduktion.org
· 10 years ago
e1622ba
dev: set iflink to 0 for virtual interfaces
by Nicolas Dichtel
· 10 years ago
7a66bbc
net: remove iflink field from struct net_device
by Nicolas Dichtel
· 10 years ago
a54acb3
dev: introduce dev_get_iflink()
by Nicolas Dichtel
· 10 years ago
fbcb217
net: rename dev to orig_dev in deliver_ptype_list_skb
by Jiri Pirko
· 10 years ago
e38f302
net: Introduce passthru_features_check
by Toshiaki Makita
· 10 years ago
8cb65d0
net: Move check for multiple vlans to drivers
by Toshiaki Makita
· 10 years ago
f5a7fb8
vlan: Introduce helper functions to check if skb is tagged
by Toshiaki Makita
· 10 years ago
08b4b8e
net: clear skb->priority when forwarding to another netns
by WANG Cong
· 10 years ago
99c4a26
net: Fix high overhead of vlan sub-device teardown.
by David S. Miller
· 10 years ago
db24a90
net: add support for phys_port_name
by David Ahern
· 10 years ago
efd7ef1
net: Kill hold_net release_net
by Eric W. Biederman
· 10 years ago
a4176a9
net: reject creation of netdev names with colons
by Matthew Thode
· 10 years ago
4a26e453
net/core: Fix warning while make xmldocs caused by dev.c
by Masanari Iida
· 10 years ago
15e2396
net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload
by Tom Herbert
· 10 years ago
2573bee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
567e4b7
net: rfs: add hash collision detection
by Eric Dumazet
· 10 years ago
91e8313
net: use netif_rx_ni() from process context
by Eric Dumazet
· 10 years ago
6e03f89
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
2ce1ee1
net: remove some sparse warnings
by Eric Dumazet
· 10 years ago
61bd385
net/core: Add event for a change in slave state
by Moni Shoua
· 10 years ago
d4bcef3
net: Fix vlan_get_protocol for stacked vlan
by Toshiaki Makita
· 10 years ago
7866a62
dev: add per net_device packet type chains
by Salam Noureddine
· 10 years ago
95f873f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
ac64da0
net: rps: fix cpu unplug
by Eric Dumazet
· 10 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
1059590
net: allow large number of rx queues
by Pankaj Gupta
· 10 years ago
5f35227
net: Generalize ndo_gso_check to ndo_features_check
by Jesse Gross
· 10 years ago
2c26d34
net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwarding
by Jay Vosburgh
· 10 years ago
796f2da
net: Fix stacked vlan offload features computation
by Toshiaki Makita
· 10 years ago
d0edc7b
mpls: Fix config check for mpls.
by Pravin B Shelar
· 10 years ago
ceb8d5b
net: Rearrange loop in net_rx_action
by Herbert Xu
· 10 years ago
6bd373e
net: Always poll at least one device in net_rx_action
by Herbert Xu
· 10 years ago
001ce54
net: Detect drivers that reschedule NAPI and exhaust budget
by Herbert Xu
· 10 years ago
726ce70
net: Move napi polling code out of net_rx_action
by Herbert Xu
· 10 years ago
af6dabc
net: drop the packet when fails to do software segmentation or header check
by Jason Wang
· 10 years ago
70e71ca
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
fd11a83
net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb
by Alexander Duyck
· 10 years ago
e008f3f
net: avoid to call skb_queue_len again
by Li RongQing
· 10 years ago
395eea6
rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()
by Mahesh Bandewar
· 10 years ago
02637fc
net: rename netdev_phys_port_id to more generic name
by Jiri Pirko
· 10 years ago
5968250
vlan: introduce *vlan_hwaccel_push_inside helpers
by Jiri Pirko
· 10 years ago
62749e2
vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto
by Jiri Pirko
· 10 years ago
e9ac5f0
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changes
by Ingo Molnar
· 10 years ago
fbe168b
net: generic dev_disable_lro() stacked device handling
by Michal Kubeček
· 10 years ago
3b47d30
net: gro: add a per device gro flush timer
by Eric Dumazet
· 10 years ago
25cd9ba
openvswitch: Add basic MPLS support to kernel
by Simon Horman
· 10 years ago
ff960a7
netdev, sched/wait: Fix sleeping inside wait event
by Peter Zijlstra
· 10 years ago
d75b1ad
net: less interrupt masking in NAPI
by Eric Dumazet
· 10 years ago
55b42b5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
bc9ad16
net: introduce napi_schedule_irqoff()
by Eric Dumazet
· 10 years ago
93a35f5
net: napi_reuse_skb() should check pfmemalloc
by Eric Dumazet
· 10 years ago
2e923b0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
04ffcb2
net: Add ndo_gso_check
by Tom Herbert
· 10 years ago
0429fbc
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
35a9ad8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
d0cd848
Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine
by Linus Torvalds
· 10 years ago
0287587
net: better IFF_XMIT_DST_RELEASE support
by Eric Dumazet
· 10 years ago
1ff0dc9
net: validate_xmit_vlan() is static
by Eric Dumazet
· 10 years ago
fcbeb97
net: introduce netdevice gso_min_segs attribute
by Eric Dumazet
· 10 years ago
bec3cfd
net: skb_segment() provides list head and tail
by Eric Dumazet
· 10 years ago
55a93b3
qdisc: validate skb without holding lock
by Eric Dumazet
· 10 years ago
7bced39
net_dma: simple removal
by Dan Williams
· 11 years ago
6ea754e
net: Change netdev_<level> logging functions to return void
by Joe Perches
· 10 years ago
53e5039
net: Remove gso_send_check as an offload callback
by Tom Herbert
· 10 years ago
1f6d803
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
cecda69
net: keep original skb which only needs header checking during software GSO
by Jason Wang
· 10 years ago
7ce64c7
net: fix creation adjacent device symlinks
by Alexander Y. Fomichev
· 10 years ago
6c55549
ipv6: drop useless rcu_read_lock() in anycast
by WANG Cong
· 10 years ago
46e5da4
net: qdisc: use rcu prefix and silence sparse warnings
by John Fastabend
· 10 years ago
eb84d6b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
1f59533
qdisc: validate frames going through the direct_xmit path
by Jesper Dangaard Brouer
· 10 years ago
5a21232
net: Support for csum_bad in skbuff
by Tom Herbert
· 10 years ago
8dcda22
net: xmit_list() becomes dev_hard_start_xmit().
by David S. Miller
· 10 years ago
ce93718
net: Don't keep around original SKB when we software segment GSO frames.
by David S. Miller
· 10 years ago
50cbe9a
net: Validate xmit SKBs right when we pull them out of the qdisc.
by David S. Miller
· 10 years ago
eae3f88
net: Separate out SKB validation logic from transmit path.
by David S. Miller
· 10 years ago
95f6b3d
net: Have xmit_list() signal more==true when appropriate.
by David S. Miller
· 10 years ago
fa2dbdc
net: Pass a "more" indication down into netdev_start_xmit() code paths.
by David S. Miller
· 10 years ago
7f2e870
net: Move main gso loop out of dev_hard_start_xmit() into helper.
by David S. Miller
· 10 years ago
2ea2551
net: Create xmit_one() helper for dev_hard_start_xmit()
by David S. Miller
· 10 years ago
10b3ad8
net: Do txq_trans_update() in netdev_start_xmit()
by David S. Miller
· 10 years ago
662880f
net: Allow GRO to use and set levels of checksum unnecessary
by Tom Herbert
· 10 years ago
903ceff
net: Replace get_cpu_var through this_cpu_ptr
by Christoph Lameter
· 10 years ago
db11503
net: fix checksum features handling in netif_skb_features()
by Michal Kubeček
· 10 years ago
4c75431
net: prevent of emerging cross-namespace symlinks
by Alexander Y. Fomichev
· 10 years ago
4798248
net: Add ops->ndo_xmit_flush()
by David S. Miller
· 10 years ago
573e8fc
net: skb_gro_checksum_* functions
by Tom Herbert
· 10 years ago
8fc54f6
net: use reciprocal_scale() helper
by Daniel Borkmann
· 10 years ago
0d5501c
net: Always untag vlan-tagged traffic on input.
by Vlad Yasevich
· 10 years ago
e7fd288
net-timestamp: SCHED timestamp on entering packet scheduler
by Willem de Bruijn
· 10 years ago
80019d3
net: Remove unlikely() for WARN_ON() conditions
by Thomas Graf
· 10 years ago
8fd90bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
6fe82a3
net: print a notification on device rename
by Veaceslav Falico
· 10 years ago
ccc7f49
net: print net_device reg_state in netdev_* unless it's registered
by Veaceslav Falico
· 10 years ago
Next »