summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | net: move gso declarations and functions to their own filesEric Dumazet2023-06-105-269/+277
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-082-4/+7
|\| |
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-071-1/+2
| |\ \
| | * | bpf, sockmap: Avoid potential NULL dereference in sk_psock_verdict_data_ready()Eric Dumazet2023-06-011-1/+2
| * | | net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet2023-06-071-1/+1
| * | | rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet2023-06-071-2/+4
* | | | gro: decrease size of CBRichard Gobert2023-06-061-7/+12
* | | | Merge branch 'drm-i915-use-ref_tracker-library-for-tracking-wakerefs'Jakub Kicinski2023-06-052-3/+3
|\ \ \ \
| * | | | lib/ref_tracker: improve printing statsAndrzej Hajda2023-06-052-3/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-012-17/+39
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long2023-06-011-0/+12
| * | | | rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long2023-06-011-15/+19
| * | | | rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long2023-06-011-1/+7
| | |/ / | |/| |
| * | | udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov2023-05-311-1/+1
| |/ /
* | | net: don't set sw irq coalescing defaults in case of PREEMPT_RTHeiner Kallweit2023-05-311-2/+4
* | | flow_dissector: Dissect layer 2 miss from tc skb extensionIdo Schimmel2023-05-301-0/+10
| |/ |/|
* | net: fix signedness bug in skb_splice_from_iter()Dan Carpenter2023-05-291-2/+2
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-261-0/+63
|\ \
| * | bpf: Add bpf_sock_destroy kfuncAditi Ghag2023-05-191-0/+63
* | | net: ynl: prefix uAPI header include with uapi/Jakub Kicinski2023-05-262-2/+2
* | | net/core: Enable socket busy polling on -RTKurt Kanzenbach2023-05-261-3/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-254-47/+69
|\ \ \ | | |/ | |/|
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-242-44/+40
| |\ \
| | * | bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend2023-05-231-8/+7