- 5a76489 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 6 months ago
- ce69fb3 Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 6 months ago
- 6396026 bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok() by Kees Cook · 4 years, 6 months ago
- ad0f75e cgroup: fix cgroup_sk_alloc() for sk_clone_lock() by Cong Wang · 4 years, 6 months ago
- d7bf2eb sched: consistently handle layer3 header accesses in the presence of VLANs by Toke Høiland-Jørgensen · 4 years, 6 months ago
- e708e2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 6 months ago
- bb0de31 bpf: sockmap: Require attach_bpf_fd when detaching a program by Lorenz Bauer · 4 years, 6 months ago
- 9b2b097 bpf: sockmap: Check value of unused args to BPF_PROG_ATTACH by Lorenz Bauer · 4 years, 6 months ago
- 695c121 bpf, netns: Keep attached programs in bpf_prog_array by Jakub Sitnicki · 4 years, 7 months ago
- 3b70169 flow_dissector: Pull BPF program assignment up to bpf-netns by Jakub Sitnicki · 4 years, 7 months ago
- e828033 net: explain the lockdep annotations for dev_uc_unsync() by Cong Wang · 4 years, 7 months ago
- 8025751 bpf, sockmap: RCU dereferenced psock may be used outside RCU block by John Fastabend · 4 years, 7 months ago
- 93dd5f1 bpf, sockmap: RCU splat with redirect and strparser error or TLS by John Fastabend · 4 years, 7 months ago
- 41b14fb net: Do not clear the sock TX queue in sk_set_socket() by Tariq Toukan · 4 years, 7 months ago
- 67c20de net: Add MODULE_DESCRIPTION entries to network modules by Rob Gill · 4 years, 7 months ago
- a1db217 net: flow_offload: fix flow_indr_dev_unregister path by wenxu · 4 years, 7 months ago
- 66f1939a flow_offload: use flow_indr_block_cb_alloc/remove function by wenxu · 4 years, 7 months ago
- 26f2eb2 flow_offload: add flow_indr_block_cb_alloc/remove function by wenxu · 4 years, 7 months ago
- 0ad6f6e net: increment xmit_recursion level in dev_direct_xmit() by Eric Dumazet · 4 years, 7 months ago
- 814152a net: fix memleak in register_netdevice() by Yang Yingliang · 4 years, 7 months ago
- 3ff2351 xdp: Handle frame_sz in xdp_convert_zc_to_xdp_frame() by Hangbin Liu · 4 years, 7 months ago
- 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
- fa7566a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 7 months ago
- 60e5ca8 bpf: Fix memlock accounting for sock_hash by Andrey Ignatov · 4 years, 7 months ago
- f6fede8 bpf: sockmap: Don't attach programs to UDP sockets by Lorenz Bauer · 4 years, 7 months ago
- 0f5d82f net/filter: Permit reading NET in load_bytes_relative when MAC not set by YiFei Zhu · 4 years, 7 months ago
- 1c38372 Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- 845e0eb net: change addr_list_lock back to static key by Cong Wang · 4 years, 7 months ago
- 75e68e5 bpf, sockhash: Synchronize delete from bucket list on map free by Jakub Sitnicki · 4 years, 7 months ago
- 33a7c83 bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_free by Jakub Sitnicki · 4 years, 7 months ago
- 56965ac net/sysctl: use cpumask_parse in flow_limit_cpu_sysctl by Christoph Hellwig · 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
- bb986a5 seg6: fix seg6_validate_srh() to avoid slab-out-of-bounds by Ahmed Abdelsalam · 4 years, 7 months ago
- 49b2357 bpf: Fix unused-var without NETDEVICES by Matthieu Baerts · 4 years, 7 months ago
- cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
- e7c93cb Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 7 months ago
- 7cdec54 bpf: Add csum_level helper for fixing up csum levels by Daniel Borkmann · 4 years, 7 months ago
- 836e66c bpf: Fix up bpf_skb_adjust_room helper's skb csum setting by Daniel Borkmann · 4 years, 7 months ago
- b27f7bb flow_dissector: Move out netns_bpf prog callbacks by Jakub Sitnicki · 4 years, 7 months ago
- a3fd7ce net: Introduce netns_bpf for BPF programs attached to netns by Jakub Sitnicki · 4 years, 7 months ago
- 171526f flow_dissector: Pull locking up from prog attach callback by Jakub Sitnicki · 4 years, 7 months ago
- 70c5899 bpf: Allow SO_BINDTODEVICE opt in bpf_setsockopt by Ferenc Fejes · 4 years, 7 months ago
- 8ea204c net: Make locking in sock_bindtoindex optional by Ferenc Fejes · 4 years, 7 months ago
- e91de6a bpf: Fix running sk_skb program types with ktls by John Fastabend · 4 years, 7 months ago
- ca2f5f2 bpf: Refactor sockmap redirect code so its easy to reuse by John Fastabend · 4 years, 7 months ago
- 64b5902 xdp: Add xdp_txq_info to xdp_buff by David Ahern · 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
- c3c16f2 bpf: Add rx_queue_mapping to bpf_sock by Amritha Nambiar · 4 years, 8 months ago
- 13d70f5 bpf, sk_msg: Add get socket storage helpers by John Fastabend · 4 years, 8 months ago
- abe3cac bpf, sk_msg: Add some generic helpers that may be useful from sk_msg by John Fastabend · 4 years, 8 months ago
- 81e8c10 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 7 months ago
- 5eb18a2 devlink: Add ACL control packet traps by Ido Schimmel · 4 years, 7 months ago
- d77cfd1 devlink: Add layer 3 control packet traps by Ido Schimmel · 4 years, 7 months ago
- 515eac6 devlink: Add layer 2 control packet traps by Ido Schimmel · 4 years, 7 months ago
- 30a4e9a devlink: Add 'control' trap type by Ido Schimmel · 4 years, 7 months ago
- 9eefeab devlink: Add 'mirror' trap action by Ido Schimmel · 4 years, 7 months ago
- 678eb19 devlink: Create dedicated trap group for layer 3 exceptions by Ido Schimmel · 4 years, 7 months ago
- 709ffbe net: remove indirect block netdev event registration by Pablo Neira Ayuso · 4 years, 7 months ago
- 1fac52d net: flow_offload: consolidate indirect flow_block infrastructure by Pablo Neira Ayuso · 4 years, 7 months ago
- 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- 96d10d5 neigh: fix ARP retransmit timer guard by Hangbin Liu · 4 years, 8 months ago
- c0425a4 net: add a new bind_add method by Christoph Hellwig · 4 years, 7 months ago
- fe31a32 net: add sock_set_reuseport by Christoph Hellwig · 4 years, 8 months ago
- 26cfabf net: add sock_set_rcvbuf by Christoph Hellwig · 4 years, 8 months ago
- ce3d954 net: add sock_set_keepalive by Christoph Hellwig · 4 years, 8 months ago
- 783da70 net: add sock_enable_timestamps by Christoph Hellwig · 4 years, 8 months ago
- 7594888 net: add sock_bindtoindex by Christoph Hellwig · 4 years, 8 months ago
- 76ee078 net: add sock_set_sndtimeo by Christoph Hellwig · 4 years, 8 months ago
- 6e43496 net: add sock_set_priority by Christoph Hellwig · 4 years, 8 months ago
- c433594 net: add sock_no_linger by Christoph Hellwig · 4 years, 8 months ago
- b58f0e8 net: add sock_set_reuseaddr by Christoph Hellwig · 4 years, 8 months ago
- 58cff78 flow_dissector: Parse multiple MPLS Label Stack Entries by Guillaume Nault · 4 years, 8 months ago
- 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- a152b85 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
- 060b638 net: flow_offload: simplify hw stats check handling by Edward Cree · 4 years, 8 months ago
- 1274e1c vxlan: ecmp support for mac fdb entries by Roopa Prabhu · 4 years, 8 months ago
- 5cf6592 flow_dissector: Drop BPF flow dissector prog ref on netns cleanup by Jakub Sitnicki · 4 years, 8 months ago
- 82c4167 xdp: Simplify xdp_return_{frame, frame_rx_napi, buff} by Björn Töpel · 4 years, 8 months ago
- 0807892 xsk: Remove MEM_TYPE_ZERO_COPY and corresponding code by Björn Töpel · 4 years, 8 months ago
- 2b43470 xsk: Introduce AF_XDP buffer allocation API by Björn Töpel · 4 years, 8 months ago
- 4f65e2f net: unexport skb_gro_receive() by Eric Dumazet · 4 years, 8 months ago
- c0bbbdc __netif_receive_skb_core: pass skb by reference by Boris Sukholitko · 4 years, 8 months ago
- 1b66d25 bpf: Add get{peer, sock}name attach types for sock_addr by Daniel Borkmann · 4 years, 8 months ago
- 4930f48 net: allow __skb_ext_alloc to sleep by Florian Westphal · 4 years, 8 months ago
- 9efd6a3 netns: enable to inherit devconf from current netns by Nicolas Dichtel · 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
- 3430223 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
- 2e186a2 net: core: recursively find netdev by device node by Tobias Waldekranz · 4 years, 8 months ago
- 2c78ee8 bpf: Implement CAP_BPF by Alexei Starovoitov · 4 years, 8 months ago
- ddb47d5 xdp: Clear grow memory in bpf_xdp_adjust_tail() by Jesper Dangaard Brouer · 4 years, 8 months ago
- c8741e2 xdp: Allow bpf_xdp_adjust_tail() to grow packet size by Jesper Dangaard Brouer · 4 years, 8 months ago
- 34cc0b3 xdp: Xdp_frame add member frame_sz and handle in convert_to_xdp_frame by Jesper Dangaard Brouer · 4 years, 8 months ago
- a075767 net: XDP-generic determining XDP frame size by Jesper Dangaard Brouer · 4 years, 8 months ago
- d00f26b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
- f307fa2 bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpers by Andrey Ignatov · 4 years, 8 months ago
- 06d3e4c bpf: Allow skb_ancestor_cgroup_id helper in cgroup skb by Andrey Ignatov · 4 years, 8 months ago
- d56c2f9 bpf: Allow sk lookup helpers in cgroup skb by Andrey Ignatov · 4 years, 8 months ago
- 7aebfa1 bpf: Support narrow loads from bpf_sock_addr.user_port by Andrey Ignatov · 4 years, 8 months ago
- 5a46b06 devlink: refactor end checks in devlink_nl_cmd_region_read_dumpit by Jakub Kicinski · 4 years, 8 months ago
- 6e8a4f9 net: ignore sock_from_file errors in __scm_install_fd by Christoph Hellwig · 4 years, 8 months ago