summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | bpf, sockmap: Wake up polling after data copyJohn Fastabend2023-05-231-1/+10
| | * | bpf, sockmap: Improved check for empty queueJohn Fastabend2023-05-231-24/+8
| | * | bpf, sockmap: Reschedule is now done through backlogJohn Fastabend2023-05-231-2/+0
| | * | bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend2023-05-232-8/+16
| | * | bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend2023-05-231-2/+0
| * | | net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav2023-05-231-1/+3
| * | | page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin2023-05-231-2/+26
| |/ /
* | | net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGESDavid Howells2023-05-231-0/+88
* | | net: Pass max frags into skb_append_pagefrags()David Howells2023-05-231-2/+2
| |/ |/|
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-161-0/+2
|\ \
| * | bpf: Emit struct bpf_tcp_sock type in vmlinux BTFYonghong Song2023-05-021-0/+2
* | | net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-133-12/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-114-14/+19
|\ \ \ | | |/ | |/|
| * | net: datagram: fix data-races in datagram_poll()Eric Dumazet2023-05-101-5/+10
| * | net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-101-1/+1
| * | net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-101-6/+6
| * | net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet2023-05-071-2/+2
* | | net: skbuff: remove special handling for SLOBLukas Bulwahn2023-05-091-17/+0
|/ /
* / tcp: fix skb_copy_ubufs() vs BIG TCPEric Dumazet2023-04-281-6/+14
|/
* Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-2618-379/+817
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-261-0/+3
| |\
| | * tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima2023-04-251-0/+3
| * | net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean2023-04-231-7/+1
| * | net: optimize napi_threaded_poll() vs RPS/RFSEric Dumazet2023-04-231-2/+10
| * | net: make napi_threaded_poll() aware of sd->defer_listEric Dumazet2023-04-231-0/+3
| * | net: move skb_defer_free_flush() upEric Dumazet2023-04-231-21/+21
| * | net: do not provide hard irq safety for sd->defer_lockEric Dumazet2023-04-232-5/+4