summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | net: add debugging checks in skb_attempt_defer_free()Eric Dumazet2023-04-231-0/+3
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-211-0/+2
| |\ \
| | * | bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal2023-04-211-0/+1
| | * | bpf: Set skb redirect and from_ingress info in __bpf_tx_skbDaniel Borkmann2023-04-171-0/+1
| * | | net: dst: fix missing initialization of rt_uncachedMaxime Bizon2023-04-211-0/+1
| * | | bridge: Allow setting per-{Port, VLAN} neighbor suppression stateIdo Schimmel2023-04-211-1/+1
| * | | net: extend drop reasons for multiple subsystemsJohannes Berg2023-04-202-12/+80
| * | | net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski2023-04-203-4/+5
| * | | page_pool: unlink from napi during destroyJakub Kicinski2023-04-201-1/+17
| * | | page_pool: add DMA_ATTR_WEAK_ORDERING on all mappingsJakub Kicinski2023-04-191-2/+3
| * | | net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski2023-04-191-2/+1
| * | | net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski2023-04-191-0/+2
| * | | page_pool: allow caching from safely localized NAPIJakub Kicinski2023-04-143-4/+18