summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+7
2023-06-08Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+2
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet1-1/+1
2023-06-07rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet1-2/+4
2023-06-06gro: decrease size of CBRichard Gobert1-7/+12
2023-06-06Merge branch 'drm-i915-use-ref_tracker-library-for-tracking-wakerefs'Jakub Kicinski2-3/+3
2023-06-06lib/ref_tracker: improve printing statsAndrzej Hajda2-3/+3
2023-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-17/+39
2023-06-01rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long1-0/+12
2023-06-01rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long1-15/+19
2023-06-01rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long1-1/+7
2023-06-01bpf, sockmap: Avoid potential NULL dereference in sk_psock_verdict_data_ready()Eric Dumazet1-1/+2
2023-06-01net: don't set sw irq coalescing defaults in case of PREEMPT_RTHeiner Kallweit1-2/+4
2023-05-31udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov1-1/+1
2023-05-31flow_dissector: Dissect layer 2 miss from tc skb extensionIdo Schimmel1-0/+10
2023-05-30net: fix signedness bug in skb_splice_from_iter()Dan Carpenter1-2/+2
2023-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+63
2023-05-26net: ynl: prefix uAPI header include with uapi/Jakub Kicinski2-2/+2
2023-05-26net/core: Enable socket busy polling on -RTKurt Kanzenbach1-3/+6
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-47/+69
2023-05-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-44/+40
2023-05-24net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav1-1/+3
2023-05-24net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGESDavid Howells1-0/+88
2023-05-24net: Pass max frags into skb_append_pagefrags()David Howells1-2/+2
2023-05-24page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin1-2/+26
2023-05-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend1-8/+7
2023-05-23bpf, sockmap: Wake up polling after data copyJohn Fastabend1-1/+10
2023-05-23bpf, sockmap: Improved check for empty queueJohn Fastabend1-24/+8
2023-05-23bpf, sockmap: Reschedule is now done through backlogJohn Fastabend1-2/+0
2023-05-23bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend2-8/+16
2023-05-23bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend1-2/+0
2023-05-20bpf: Add bpf_sock_destroy kfuncAditi Ghag1-0/+63
2023-05-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+2
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin3-12/+12
2023-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-14/+19
2023-05-11net: datagram: fix data-races in datagram_poll()Eric Dumazet1-5/+10
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet1-1/+1
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet1-6/+6
2023-05-10net: skbuff: remove special handling for SLOBLukas Bulwahn1-17/+0
2023-05-07net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet1-2/+2
2023-05-03bpf: Emit struct bpf_tcp_sock type in vmlinux BTFYonghong Song1-0/+2
2023-04-28tcp: fix skb_copy_ubufs() vs BIG TCPEric Dumazet1-6/+14
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds18-379/+817
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+3
2023-04-25tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima1-0/+3
2023-04-25Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+11
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-04-23net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean1-7/+1
2023-04-23net: optimize napi_threaded_poll() vs RPS/RFSEric Dumazet1-2/+10
2023-04-23net: make napi_threaded_poll() aware of sd->defer_listEric Dumazet1-0/+3