summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-2421-559/+1999
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-224-90/+104
| |\
| | * bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi2022-03-201-0/+2
| | * bpf: Treat bpf_sk_lookup remote_port as a 2-byte fieldJakub Sitnicki2022-03-201-2/+18
| | * bpf: Enable non-atomic allocations in local storageJoanne Koong2022-03-201-9/+12
| | * veth: Rework veth_xdp_rcv_skb in order to accept non-linear skbLorenzo Bianconi2022-03-171-0/+1
| | * bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is fullWang Yufen2022-03-151-4/+13
| | * bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/Martin KaFai Lau2022-03-101-54/+34
| | * bpf: Simplify insn rewrite on BPF_WRITE __sk_buff->tstampMartin KaFai Lau2022-03-101-12/+14
| | * bpf: Simplify insn rewrite on BPF_READ __sk_buff->tstampMartin KaFai Lau2022-03-101-10/+11
| | * bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macroMartin KaFai Lau2022-03-101-7/+7
| * | net: Revert the softirq will run annotation in ____napi_schedule().Sebastian Andrzej Siewior2022-03-211-2/+1
| * | devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski2022-03-211-6/+0
| * | devlink: add explicitly locked flavor of the rate node APIsJakub Kicinski2022-03-211-25/+61
| * | net: set default rss queues num to physical cores / 2Íñigo Huguet2022-03-181-4/+16
| * | devlink: pass devlink_port to port_split / port_unsplit callbacksJakub Kicinski2022-03-161-35/+12
| * | devlink: hold the instance lock in port_split / port_unsplit callbacksJakub Kicinski2022-03-161-2/+0
| * | devlink: expose instance locking and add locked port registeringJakub Kicinski2022-03-161-24/+71
| * | net: Add lockdep asserts to ____napi_schedule().Sebastian Andrzej Siewior2022-03-141-1/+4
| * | net: add per-cpu storage and net->core_statsEric Dumazet2022-03-112-10/+43
| * | net: remove exports for netdev_name_node_alt_create() and destroyJakub Kicinski2022-03-111-2/+0
| * | flow_dissector: Add support for HSRv0Kurt Kanzenbach2022-03-111-0/+1
| * | net: limit altnames to 64k totalJakub Kicinski2022-03-101-0/+11
| * | net: account alternate interface name memoryJakub Kicinski2022-03-101-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-102-1/+27
| |\ \
| * | | SO_ZEROCOPY should return -EOPNOTSUPP rather than -ENOTSUPPSamuel Thibault2022-03-081-2/+2
| * | | net: rtnetlink: fix error handling in rtnl_fill_statsinfo()Tom Rix2022-03-071-1/+1
| * | | ptp: Add generic PTP is_sync() functionKurt Kanzenbach2022-03-071-0/+12
| | |/ | |/|
| * | net: dev: use kfree_skb_reason() for __netif_receive_skb_core()Menglong Dong2022-03-041-3/+5
| * | net: dev: use kfree_skb_reason() for sch_handle_ingress()Menglong Dong2022-03-041-1/+1
| * | net: dev: use kfree_skb_reason() for do_xdp_generic()Menglong Dong2022-03-041-1/+1
| * | net: dev: use kfree_skb_reason() for enqueue_to_backlog()Menglong Dong2022-03-041-1/+4
| * | net: dev: add skb drop reasons to __dev_xmit_skb()Menglong Dong2022-03-041-2/+3
| * | net: skb: introduce the function kfree_skb_list_reason()Menglong Dong2022-03-041-3/+4
| * | net: dev: use kfree_skb_reason() for sch_handle_egress()Menglong Dong2022-03-041-1/+1
| * | net: dev: Use netif_rx().Sebastian Andrzej Siewior2022-03-041-3/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-032-2/+2
| |\ \
| * | | bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()Martin KaFai Lau2022-03-031-35/+134
| * | | bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingressMartin KaFai Lau2022-03-031-10/+61
| * | | net: Postpone skb_clear_delivery_time() until knowing the skb is delivered lo...Martin KaFai Lau2022-03-031-6/+2
| * | | net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()Martin KaFai Lau2022-03-031-2/+6
| * | | net: Clear mono_delivery_time bit in __skb_tstamp_tx()Martin KaFai Lau2022-03-032-3/+3
| * | | net: Handle delivery_time in skb->tstamp during network tapping with af_packetMartin KaFai Lau2022-03-031-1/+3
| * | | net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau2022-03-032-4/+4
| * | | net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATSPetr Machata2022-03-031-17/+58
| * | | net: rtnetlink: Add RTM_SETSTATSPetr Machata2022-03-031-0/+66
| * | | net: rtnetlink: Add UAPI for obtaining L3 offload xstatsPetr Machata2022-03-031-0/+170
| * | | net: dev: Add hardware stats supportPetr Machata2022-03-031-1/+266
| * | | net: rtnetlink: rtnl_fill_statsinfo(): Permit non-EMSGSIZE error returnsPetr Machata2022-03-031-6/+16
| * | | net: rtnetlink: Propagate extack to rtnl_offload_xstats_fill()Petr Machata2022-03-031-5/+8