summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-102-7/+13
|\
| * bpf, sockmap: Fix bug that strp_done cannot be calledXu Kuohai2023-08-091-2/+8
| * bpf, sockmap: Fix map type error in sock_map_del_linkXu Kuohai2023-08-091-5/+5
* | net/unix: use consistent error code in SO_PEERPIDFDDavid Rheinsberg2023-08-081-1/+1
* | net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()Andrew Kanner2023-08-071-6/+0
|/
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-1/+4
|\
| * bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsingLin Ma2023-07-271-1/+4
* | bpf: sockmap: Remove preempt_disable in sock_map_sk_acquireTomas Glozar2023-08-011-2/+0
* | net: annotate data-races around sk->sk_priorityEric Dumazet2023-07-291-3/+3
* | net: add missing data-race annotation for sk_ll_usecEric Dumazet2023-07-291-1/+1
* | net: add missing data-race annotations around sk->sk_peek_offEric Dumazet2023-07-291-2/+2
* | net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-2/+2
* | net: add missing READ_ONCE(sk->sk_rcvbuf) annotationEric Dumazet2023-07-291-1/+1
* | net: add missing READ_ONCE(sk->sk_sndbuf) annotationEric Dumazet2023-07-291-1/+1
* | net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet2023-07-291-10/+14
* | net: add missing READ_ONCE(sk->sk_rcvlowat) annotationEric Dumazet2023-07-291-1/+1
* | net: annotate data-races around sk->sk_max_pacing_rateEric Dumazet2023-07-291-3/+6
* | net: annotate data-race around sk->sk_txrehashEric Dumazet2023-07-291-2/+5
* | net: annotate data-races around sk->sk_reserved_memEric Dumazet2023-07-291-3/+4
* | rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE lengthLin Ma2023-07-271-2/+6
|/
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-121-1/+1
|\
| * xdp: use trusted arguments in XDP hints kfuncsLarysa Zaremba2023-07-111-1/+1
* | net: prevent skb corruption on frag list segmentationPaolo Abeni2023-07-081-0/+5
* | udp6: add a missing call into udp_fail_queue_rcv_skb tracepointIvan Babrou2023-07-071-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-272-7/+18
|\
| * netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2023-06-271-3/+14
| * netlink: do not hard code device address lenth in fdb dumpsEric Dumazet2023-06-221-4/+4
* | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-33/+2
* | net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()David Howells2023-06-241-22/+28
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-242-32/+119
|\ \
| * | bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindingsGilad Sever2023-06-211-30/+39
| * | bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpointGilad Sever2023-06-211-6/+18
| * | bpf: Factor out socket lookup functions for the TC hookpoint.Gilad Sever2023-06-211-3/+60
| * | bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko2023-06-191-4/+0
| * | bpf/xdp: optimize bpf_xdp_pointer to avoid reading sinfoJesper Dangaard Brouer2023-06-051-3/+4
| * | bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos2023-06-011-1/+13
* | | net: fix net device address assign typePiotr Gardocki2023-06-221-5/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-221-6/+0
|\ \ \ | | |/ | |/|
| * | revert "net: align SO_RCVMARK required privileges with SO_MARK"Maciej Żenczykowski2023-06-221-6/+0
* | | net: remove sk_is_ipmr() and sk_is_icmpv6() helpersEric Dumazet2023-06-201-2/+2
* | | gro: move the tc_ext comparison to a helperJakub Kicinski2023-06-181-13/+19
* | | net: add check for current MAC address in dev_set_mac_addressPiotr Gardocki2023-06-151-0/+2
* | | net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-151-0/+64
* | | netpoll: allocate netdev tracker right awayJakub Kicinski2023-06-151-3/+2
* | | net: create device lookup API with reference trackingJakub Kicinski2023-06-151-18/+45
* | | rtnetlink: move validate_linkmsg out of do_setlinkXin Long2023-06-141-41/+42
* | | rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer2023-06-141-45/+51
* | | net: flow_dissector: add support for cfm packetsZahari Doychev2023-06-121-0/+30
* | | net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn2023-06-121-0/+33
* | | scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn2023-06-121-0/+11