Age | Commit message (Expand) | Author |
2023-08-24 | rtnetlink: Reject negative ifindexes in RTM_NEWLINK | Ido Schimmel |
2023-08-20 | net: validate veth and vxcan peer ifindexes | Jakub Kicinski |
2023-08-17 | sock: Fix misuse of sk_under_memory_pressure() | Abel Wu |
2023-08-10 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-08-09 | bpf, sockmap: Fix bug that strp_done cannot be called | Xu Kuohai |
2023-08-09 | bpf, sockmap: Fix map type error in sock_map_del_link | Xu Kuohai |
2023-08-08 | net/unix: use consistent error code in SO_PEERPIDFD | David Rheinsberg |
2023-08-07 | net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail() | Andrew Kanner |
2023-08-03 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-08-01 | bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire | Tomas Glozar |
2023-07-29 | net: annotate data-races around sk->sk_priority | Eric Dumazet |
2023-07-29 | net: add missing data-race annotation for sk_ll_usec | Eric Dumazet |
2023-07-29 | net: add missing data-race annotations around sk->sk_peek_off | Eric Dumazet |
2023-07-29 | net: annotate data-races around sk->sk_mark | Eric Dumazet |
2023-07-29 | net: add missing READ_ONCE(sk->sk_rcvbuf) annotation | Eric Dumazet |
2023-07-29 | net: add missing READ_ONCE(sk->sk_sndbuf) annotation | Eric Dumazet |
2023-07-29 | net: annotate data-races around sk->sk_{rcv|snd}timeo | Eric Dumazet |
2023-07-29 | net: add missing READ_ONCE(sk->sk_rcvlowat) annotation | Eric Dumazet |
2023-07-29 | net: annotate data-races around sk->sk_max_pacing_rate | Eric Dumazet |
2023-07-29 | net: annotate data-race around sk->sk_txrehash | Eric Dumazet |
2023-07-29 | net: annotate data-races around sk->sk_reserved_mem | Eric Dumazet |
2023-07-27 | rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length | Lin Ma |
2023-07-27 | bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing | Lin Ma |
2023-07-12 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-07-11 | xdp: use trusted arguments in XDP hints kfuncs | Larysa Zaremba |
2023-07-08 | net: prevent skb corruption on frag list segmentation | Paolo Abeni |
2023-07-07 | udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint | Ivan Babrou |
2023-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-06-27 | netlink: Add __sock_i_ino() for __netlink_diag_dump(). | Kuniyuki Iwashima |
2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells |
2023-06-24 | net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock() | David Howells |
2023-06-24 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-06-22 | net: fix net device address assign type | Piotr Gardocki |
2023-06-22 | netlink: do not hard code device address lenth in fdb dumps | Eric Dumazet |
2023-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-06-22 | revert "net: align SO_RCVMARK required privileges with SO_MARK" | Maciej Żenczykowski |
2023-06-21 | bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings | Gilad Sever |
2023-06-21 | bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint | Gilad Sever |
2023-06-21 | bpf: Factor out socket lookup functions for the TC hookpoint. | Gilad Sever |
2023-06-20 | net: remove sk_is_ipmr() and sk_is_icmpv6() helpers | Eric Dumazet |
2023-06-19 | bpf: Centralize permissions checks for all BPF map types | Andrii Nakryiko |
2023-06-18 | gro: move the tc_ext comparison to a helper | Jakub Kicinski |
2023-06-15 | net: add check for current MAC address in dev_set_mac_address | Piotr Gardocki |
2023-06-15 | net: ioctl: Use kernel memory on protocol ioctl callbacks | Breno Leitao |
2023-06-15 | netpoll: allocate netdev tracker right away | Jakub Kicinski |
2023-06-15 | net: create device lookup API with reference tracking | Jakub Kicinski |
2023-06-14 | rtnetlink: move validate_linkmsg out of do_setlink | Xin Long |
2023-06-14 | rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO | Edwin Peer |
2023-06-12 | net: flow_dissector: add support for cfm packets | Zahari Doychev |
2023-06-12 | net: core: add getsockopt SO_PEERPIDFD | Alexander Mikhalitsyn |