- 25537d7 net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUM by Tariq Toukan · 4 years ago
- 3226b15 net: avoid 32 x truesize under-estimation for tiny skbs by Eric Dumazet · 4 years ago
- 97550f6 net: compound page support in skb_seq_read by Willem de Bruijn · 4 years ago
- 766b051 net: make sure devices go through netdev_wait_all_refs by Jakub Kicinski · 4 years ago
- c269a24 net: make free_netdev() more lenient with unregistering devices by Jakub Kicinski · 4 years ago
- 2b446e6 docs: net: explain struct net_device lifetime by Jakub Kicinski · 4 years ago
- fd2ddef udp: Prevent reuseport_select_sock from reading uninitialized socks by Baptiste Lepers · 4 years ago
- 53475c5 net: fix use-after-free when UDP GRO with shared fraglist by Dongseok Yi · 4 years ago
- a533b70 net: neighbor: fix a crash caused by mod zero by weichenchen · 4 years ago
- 4ae2bb8 net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc by Antoine Tenart · 4 years ago
- 2d57b4f net-sysfs: take the rtnl lock when storing xps_rxqs by Antoine Tenart · 4 years ago
- fb25038 net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc by Antoine Tenart · 4 years ago
- 1ad58225 net-sysfs: take the rtnl lock when storing xps_cpus by Antoine Tenart · 4 years ago
- 7061eb8 net: core: introduce __netdev_notify_peers by Lijun Pan · 4 years, 1 month ago
- d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years ago
- ae0b04b net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabled by Tariq Toukan · 4 years, 1 month ago
- 54970a2 net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed packet by Vasily Averin · 4 years, 1 month ago
- adb35e8 Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
- f9b4240b Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 1 month ago
- a6b5e02 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
- 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- d9838b1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 1 month ago
- 51e1368 rtnetlink: RCU-annotate both dimensions of rtnl_msg_handlers by Jakub Kicinski · 4 years, 1 month ago
- 5137d30 net: flow_offload: Fix memory leak for indirect flow block by Chris Mi · 4 years, 1 month ago
- 998f172 xdp: Remove the xdp_attachment_flags_ok() callback by Toke Høiland-Jørgensen · 4 years, 1 month ago
- b60da49 bpf: Only provide bpf_sock_from_file with CONFIG_NET by Florent Revest · 4 years, 1 month ago
- 8daa76a net: core: devlink: simplify the return expression of devlink_nl_cmd_trap_set_doit() by Zheng Yongjun · 4 years, 1 month ago
- e336688 lwt_bpf: Replace preempt_disable() with migrate_disable() by Cong Wang · 4 years, 1 month ago
- d9054a1 lwt: Disable BH too in run_lwt_bpf() by Dongdong Wang · 4 years, 1 month ago
- a50a85e bpf: Expose bpf_sk_storage_* to iterator programs by Florent Revest · 4 years, 1 month ago
- dba4a92 net: Remove the err argument from sock_from_file by Florent Revest · 4 years, 1 month ago
- a1dd1d8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
- cb81110 bpf: Adds support for setting window clamp by Prankur gupta · 4 years, 1 month ago
- 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- 13de4ed net: skbuff: ensure LSE is pullable before decrementing the MPLS ttl by Davide Caratti · 4 years, 1 month ago
- 0d2c4f9 bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash maps by Roman Gushchin · 4 years, 1 month ago
- 7846dd9 bpf: Refine memcg-based memory accounting for sockmap and sockhash maps by Roman Gushchin · 4 years, 1 month ago
- 427167c bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooks by Stanislav Fomichev · 4 years, 1 month ago
- c214550 net: delete __dev_getfirstbyhwtype by Vladimir Oltean · 4 years, 1 month ago
- fa69ee5 net: switch to storing KCOV handle directly in sk_buff by Marco Elver · 4 years, 1 month ago
- ad80b0f mptcp: open code mptcp variant for lock_sock by Paolo Abeni · 4 years, 1 month ago
- b02e5a0 xsk: Propagate napi_id to XDP socket Rx path by Björn Töpel · 4 years, 1 month ago
- 7c951caf net: Add SO_BUSY_POLL_BUDGET socket option by Björn Töpel · 4 years, 1 month ago
- 7fd3253 net: Introduce preferred busy-polling by Björn Töpel · 4 years, 1 month ago
- ed1182d xdp: Handle MEM_TYPE_XSK_BUFF_POOL correctly in xdp_return_buff() by Björn Töpel · 4 years, 1 month ago
- 3771b82 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 1 month ago
- 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- aadaca9 net/sched: fix miss init the mru in qdisc_skb_cb by wenxu · 4 years, 1 month ago
- 985f733 sock: set sk_err to ee_errno on dequeue from errq by Willem de Bruijn · 4 years, 1 month ago
- a787bda Merge branch 'linus' into sched/core, to resolve semantic conflict by Ingo Molnar · 4 years, 1 month ago
- a7b4364 devlink: Make sure devlink instance and port are in same net namespace by Parav Pandit · 4 years, 1 month ago
- b187c9b devlink: Hold rtnl lock while reading netdev attributes by Parav Pandit · 4 years, 1 month ago
- 6454eca net: Use lockdep_assert_in_softirq() in napi_consume_skb() by Yunsheng Lin · 4 years, 1 month ago
- 2543a60 gro_cells: reduce number of synchronize_net() calls by Eric Dumazet · 4 years, 1 month ago
- 1d155df net: warn if gso_type isn't set for a GSO SKB by Heiner Kallweit · 4 years, 1 month ago
- 36ccdf8 net, xsk: Avoid taking multiple skbuff references by Björn Töpel · 4 years, 1 month ago
- 5204bb6 devlink: Fix reload stats structure by Moshe Shemesh · 4 years, 1 month ago
- f0a5013 devlink: Add blackhole_nexthop trap by Ido Schimmel · 4 years, 1 month ago
- 545b8c8 smp: Cleanup smp_call_function*() by Peter Zijlstra · 4 years, 7 months ago
- 12f4bd8 net: add annotation for sock_{lock,unlock}_fast by Paolo Abeni · 4 years, 1 month ago
- 52cc5f3 devlink: move flash end and begin to core devlink by Jacob Keller · 4 years, 1 month ago
- b44cfd4 devlink: move request_firmware out of driver by Jacob Keller · 4 years, 1 month ago
- 56495a2 Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- e6ea60b Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 1 month ago
- 1532b97 net: Have netpoll bring-up DSA management interface by Florian Fainelli · 4 years, 1 month ago
- 4363023 bpf, sockmap: Avoid failures from skb_to_sgvec when skb has frag_list by John Fastabend · 4 years, 1 month ago
- 2443ca6 bpf, sockmap: Handle memory acct if skb_verdict prog redirects to self by John Fastabend · 4 years, 1 month ago
- 6fa9201 bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to self by John Fastabend · 4 years, 1 month ago
- 70796fb bpf, sockmap: Use truesize with sk_rmem_schedule() by John Fastabend · 4 years, 1 month ago
- 36cd0e69 bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirect by John Fastabend · 4 years, 1 month ago
- c1639be net: datagram: fix some kernel-doc markups by Mauro Carvalho Chehab · 4 years, 1 month ago
- b93ef08 bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usage by Martin KaFai Lau · 4 years, 1 month ago
- 872f690 treewide: rename nla_strlcpy to nla_strscpy. by Francis Laniel · 4 years, 1 month ago
- 849920c devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill() by Wang Hai · 4 years, 2 months ago
- 07cbce2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 2 months ago
- 7886244 net: page_pool: Add bulk support for ptr_ring by Lorenzo Bianconi · 4 years, 2 months ago
- 8965398 net: xdp: Introduce bulking for xdp tx return path by Lorenzo Bianconi · 4 years, 2 months ago
- 8cf8821 net: Exempt multicast addresses from five-second neighbor lifetime by Jeff Dike · 4 years, 2 months ago
- 8e4597c bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TP by Martin KaFai Lau · 4 years, 2 months ago
- e794bfd bpf: Rename some functions in bpf_sk_storage by Martin KaFai Lau · 4 years, 2 months ago
- 9e838b0 bpf: Folding omem_charge() into sk_storage_charge() by Martin KaFai Lau · 4 years, 2 months ago
- e1d9d7b Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
- 9f73bd1 devlink: Avoid overwriting port attributes of registered port by Parav Pandit · 4 years, 2 months ago
- 8be33ec net: skb_vlan_untag(): don't reset transport offset if set by GRO layer by Alexander Lobakin · 4 years, 2 months ago
- a183942 net: core: add dev_get_tstats64 as a ndo_get_stats64 implementation by Heiner Kallweit · 4 years, 2 months ago
- 75a5fb0 net: core: fix spelling typo in flow_dissector.c by Wang Qing · 4 years, 2 months ago
- 1ca4743 net: dev_ioctl: remove redundant initialization of variable err by Colin Ian King · 4 years, 2 months ago
- 6370cc3 net: add kcov handle to skb extensions by Aleksandr Nogikh · 4 years, 2 months ago
- 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
- 934291f Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 2 months ago
- 3aefd7d net: core: Use skb_is_gso() in skb_checksum_help() by Yi Li · 4 years, 2 months ago
- 0d8cb94 devlink: Unlock on error in dumpit() by Dan Carpenter · 4 years, 2 months ago
- 6c21180 devlink: Fix some error codes by Dan Carpenter · 4 years, 2 months ago
- 3744741 random32: add noise from network and scheduling activity by Willy Tarreau · 4 years, 5 months ago
- 700465f net: Properly typecast int values to set sk_max_pacing_rate by Ke Li · 4 years, 2 months ago
- d277598 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 2 months ago
- ebfe3c5 rtnetlink: fix data overflow in rtnl_calcit() by Di Zhu · 4 years, 2 months ago
- ba452c9 bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop by Toke Høiland-Jørgensen · 4 years, 2 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