- 5d86724 net: core: remove unneeded semicolon by Tom Rix · 4 years, 2 months ago
- 1c29d98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
- 3aefd7d net: core: Use skb_is_gso() in skb_checksum_help() by Yi Li · 4 years, 2 months ago
- 3744741 random32: add noise from network and scheduling activity by Willy Tarreau · 4 years, 5 months ago
- 0e8b8d6 net: core: use list_del_init() instead of list_del() in netdev_run_todo() by Taehee Yoo · 4 years, 3 months ago
- 44fa32f net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstats by Heiner Kallweit · 4 years, 3 months ago
- ccdf7fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 3 months ago
- 9aa1206 bpf: Add redirect_peer helper by Daniel Borkmann · 4 years, 3 months ago
- 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
- c11171a net: Add netif_rx_any_context() by Sebastian Andrzej Siewior · 4 years, 3 months ago
- 1fc70ed net: core: add nested_level variable in net_device by Taehee Yoo · 4 years, 3 months ago
- eff7423 net: core: introduce struct netdev_nested_priv for nested interface infrastructure by Taehee Yoo · 4 years, 3 months ago
- fe8300f net: core: add __netdev_upper_dev_unlink() by Taehee Yoo · 4 years, 3 months ago
- de2b541 net: fix a new kernel-doc warning at dev.c by Mauro Carvalho Chehab · 4 years, 3 months ago
- 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 3 months ago
- 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
- 4250b75 net: core: delete duplicated words by Randy Dunlap · 4 years, 3 months ago
- 0e4be9e net: use exponential backoff in netdev_wait_allrefs by Francesco Ruggeri · 4 years, 3 months ago
- 984fe94 bpf: Mutex protect used_maps array and count by YiFei Zhu · 4 years, 4 months ago
- b14a9fc __netif_receive_skb_core: don't untag vlan from skb on DSA master by Vladimir Oltean · 4 years, 4 months ago
- 2de79ee net: try to avoid unneeded backlog flush by Paolo Abeni · 4 years, 4 months ago
- e1b9efe net: Fix bridge enslavement failure by Ido Schimmel · 4 years, 4 months ago
- 5251ef8 net: make sure napi_list is safe for RCU traversal by Jakub Kicinski · 4 years, 4 months ago
- 4d092dd net: manage napi add/del idempotence explicitly by Jakub Kicinski · 4 years, 4 months ago
- 5198d545 net: remove napi_hash_del() from driver-facing API by Jakub Kicinski · 4 years, 4 months ago
- ee1a4c8 net: Add a missing word by Jonathan Neuschäfer · 4 years, 4 months ago
- 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
- 96e97bc net: disable netpoll on fresh napis by Jakub Kicinski · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- c8a36f1 bpf: xdp: Fix XDP mode when no mode flags specified by Andrii Nakryiko · 4 years, 4 months ago
- 7f9bf6e Revert "net: xdp: pull ethernet header off packet after computing skb->protocol" by David S. Miller · 4 years, 5 months ago
- f8414a8 net: xdp: pull ethernet header off packet after computing skb->protocol by Jason A. Donenfeld · 4 years, 5 months ago
- 068d9d1 bpf: Fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXIST by Andrii Nakryiko · 4 years, 5 months ago
- 2e7199b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 5 months ago
- 73b11c2a bpf: Add support for forced LINK_DETACH command by Andrii Nakryiko · 4 years, 5 months ago
- 829eb20 rtnetlink: add support for protodown reason by Roopa Prabhu · 4 years, 5 months ago
- 9fc95f5 net: Pass NULL to skb_network_protocol() when we don't care about vlan depth by Miaohe Lin · 4 years, 5 months ago
- e8407fd bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands by Andrii Nakryiko · 4 years, 5 months ago
- c1931c9 bpf: Implement BPF XDP link-specific introspection APIs by Andrii Nakryiko · 4 years, 5 months ago
- 026a4c2 bpf, xdp: Implement LINK_UPDATE for BPF XDP link by Andrii Nakryiko · 4 years, 5 months ago
- aa8d3a7 bpf, xdp: Add bpf_link-based XDP attachment API by Andrii Nakryiko · 4 years, 5 months ago
- d4baa93 bpf, xdp: Extract common XDP program attachment logic by Andrii Nakryiko · 4 years, 5 months ago
- 7f0a838 bpf, xdp: Maintain info on attached XDP BPF programs in net_device by Andrii Nakryiko · 4 years, 5 months ago
- a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
- 7df5cb75 dev: Defer free of skbs in flush_backlog by Subash Abhinov Kasiviswanathan · 4 years, 5 months ago
- 5df5661 net: dsa: stop overriding master's ndo_get_phys_port_name by Vladimir Oltean · 4 years, 5 months ago
- dee72f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 5 months ago
- 3369afb net: Call into DSA netdevice_ops wrappers by Florian Fainelli · 4 years, 5 months ago
- ac5c66f Revert "net: sched: Pass root lock to Qdisc_ops.enqueue" by Petr Machata · 4 years, 6 months ago
- 9216477 bpf: cpumap: Add the possibility to attach an eBPF program to cpumap by Lorenzo Bianconi · 4 years, 6 months ago
- ce1e2a7 net: make symbol 'flush_works' static by Wei Yongjun · 4 years, 6 months ago
- 8842500 net: core: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
- aebe442 net: sched: Pass root lock to Qdisc_ops.enqueue by Petr Machata · 4 years, 6 months ago
- 7bed145 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- bd86924 net: core: try to runtime-resume detached device in __dev_open by Heiner Kallweit · 4 years, 6 months ago
- 0ad6f6e net: increment xmit_recursion level in dev_direct_xmit() by Eric Dumazet · 4 years, 7 months ago
- 427d583 net: napi: remove useless stack trace by Eric Dumazet · 4 years, 7 months ago
- 814152a net: fix memleak in register_netdevice() by Yang Yingliang · 4 years, 7 months ago
- 845e0eb net: change addr_list_lock back to static key by Cong Wang · 4 years, 7 months ago
- 11d6011 net: core: device_rename: Use rwsem instead of a seqcount by Ahmed S. Darwish · 4 years, 7 months ago
- fbee97f bpf: Add support to attach bpf program to a devmap entry by David Ahern · 4 years, 7 months ago
- 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- c0bbbdc __netif_receive_skb_core: pass skb by reference by Boris Sukholitko · 4 years, 8 months ago
- da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- a075767 net: XDP-generic determining XDP frame size by Jesper Dangaard Brouer · 4 years, 8 months ago
- 76cd622 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by Saeed Mahameed · 4 years, 8 months ago
- dd91230 net: fix a potential recursive NETDEV_FEAT_CHANGE by Cong Wang · 4 years, 8 months ago
- 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 8 months ago
- cff9f12 net/core: Introduce netdev_get_xmit_slave by Maor Gottlieb · 4 years, 8 months ago
- 7e417a6 net: napi: use READ_ONCE()/WRITE_ONCE() by Eric Dumazet · 4 years, 8 months ago
- 6f8b12d net: napi: add hard irqs deferral feature by Eric Dumazet · 4 years, 8 months ago
- eec517cd net: Add IF_OPER_TESTING by Andrew Lunn · 4 years, 9 months ago
- dfa7490 xdp: Reset prog in dev_change_xdp_fd when fd is negative by David Ahern · 4 years, 9 months ago
- a4837980 net: revert default NAPI poll timeout to 2 jiffies by Konstantin Khlebnikov · 4 years, 9 months ago
- ed52f2c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 9 months ago
- a08e7fd net: Fix typo of SKB_SGO_CB_OFFSET by Cambda Zhu · 4 years, 9 months ago
- 92234c8 xdp: Support specifying expected existing program when attaching XDP by Toke Høiland-Jørgensen · 4 years, 9 months ago
- 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
- 2c64605 net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build by Pablo Neira Ayuso · 4 years, 9 months ago
- 357b6cc netfilter: revert introduction of egress hook by Daniel Borkmann · 4 years, 10 months ago
- a58741e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 4 years, 10 months ago
- 2de9780 net: core: dev.c: fix a documentation warning by Mauro Carvalho Chehab · 4 years, 10 months ago
- 9000edb net: ethtool: require drivers to set supported_coalesce_params by Jakub Kicinski · 4 years, 10 months ago
- 8537f78 netfilter: Introduce egress hook by Lukas Wunner · 4 years, 10 months ago
- 5418d38 netfilter: Generalize ingress hook by Lukas Wunner · 4 years, 10 months ago
- b030f19 netfilter: Rename ingress hook include file by Lukas Wunner · 4 years, 10 months ago
- bf3347c Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 10 months ago
- 7c4046b Revert "net: sched: make newly activated qdiscs visible" by Julian Wiedmann · 4 years, 10 months ago
- 4cda752 net: sched: make newly activated qdiscs visible by Julian Wiedmann · 4 years, 10 months ago
- 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
- ef6a4c8 net: fix sysfs permssions when device changes network namespace by Christian Brauner · 4 years, 10 months ago
- 6e11d15 net: Fix Tx hash bound checking by Amritha Nambiar · 4 years, 10 months ago
- 366ed1ac net: Remove unneeded export of a couple of xdp generic functions by David Ahern · 4 years, 10 months ago
- 7d17c54 net: sched: Pass ingress block to tcf_classify_ingress by Paul Blakey · 4 years, 11 months ago
- 9410c94 net: sched: Introduce ingress classification function by Paul Blakey · 4 years, 11 months ago
- 379349e Revert "net: dev: introduce support for sch BYPASS for lockless qdisc" by Paolo Abeni · 4 years, 11 months ago
- 7151aff net: export netdev_next_lower_dev_rcu() by Taehee Yoo · 4 years, 11 months ago
- e08ad80 net: add strict checks in netdev_name_node_alt_destroy() by Eric Dumazet · 4 years, 11 months ago
- ad1e03b core: Don't skip generic XDP program execution for cloned SKBs by Toke Høiland-Jørgensen · 5 years ago
- 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago