Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b0bac2581c1918cc4ab0aca01977ad69f0bc127a
/
net
/
core
/
dev.c
2d8bff126
netpoll: Close race condition between poll_one_napi and napi_disable
by Neil Horman
· 9 years ago
f84bb1e
net: fix IFF_NO_QUEUE for drivers using alloc_netdev
by Phil Sutter
· 9 years ago
0e4ead9
net: introduce change upper device notifier change info
by Jiri Pirko
· 9 years ago
3b3ae88
net: sched: consolidate tc_classify{,_compat}
by Daniel Borkmann
· 9 years ago
906470c
net: warn if drivers set tx_queue_len = 0
by Phil Sutter
· 9 years ago
b469139
dev: Spelling fix in comments
by subashab@codeaurora.org
· 9 years ago
f38a9eb
dst: Metadata destinations
by Thomas Graf
· 9 years ago
0c4f691
net: don't reforward packets already forwarded by offload device
by Scott Feldman
· 9 years ago
d746d70
net core: Add protodown support.
by Anuradha Karuppiah
· 9 years ago
638d3c6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
2c17d27
net: call rcu_read_lock early in process_backlog
by Julian Anastasov
· 9 years ago
e9e4dd3
net: do not process device backlog during unregistration
by Julian Anastasov
· 9 years ago
95ec655
Revert "dev: set iflink to 0 for virtual interfaces"
by Nicolas Dichtel
· 9 years ago
d339727
net: graceful exit from netif_alloc_netdev_queues()
by Eric Dumazet
· 9 years ago
24ea591
net: sched: extend percpu stats helpers
by Eric Dumazet
· 9 years ago
941742f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
bbbf2df
net: replace last open coded skb_orphan_frags with function call
by Willem de Bruijn
· 9 years ago
bdef7de
net: Add priority to packet_offload objects.
by David S. Miller
· 10 years ago
e7582ba
net: dev: reduce both ingress hook ifdefs
by Daniel Borkmann
· 10 years ago
3365495
net: core: set qdisc pkt len before tc_classify
by Florian Westphal
· 10 years ago
e687ad6
netfilter: add netfilter ingress hook after handle_ing() under unique static key
by Pablo Neira
· 10 years ago
1cf51900
net: add CONFIG_NET_INGRESS to enable ingress filtering
by Pablo Neira
· 10 years ago
638b2a6
net: move netdev_pick_tx and dependencies to net/core/dev.c
by Jiri Pirko
· 10 years ago
5605c76
net: move __skb_tx_hash to dev.c
by Jiri Pirko
· 10 years ago
b04096f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
a202924
net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_queue()
by Denys Vlasenko
· 10 years ago
d2788d3
net: sched: further simplify handle_ing
by Daniel Borkmann
· 10 years ago
c9e99fd
net: sched: consolidate handle_ing and ing_filter
by Daniel Borkmann
· 10 years ago
d66bf7d
net: core: Correct an over-stringent device loop detection.
by Vlad Yasevich
· 10 years ago
c19ae86
tc: remove unused redirect ttl
by Jamal Hadi Salim
· 10 years ago
087c1a6
net: sched: run ingress qdisc without locks
by Alexei Starovoitov
· 10 years ago
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
Next »