summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2023-06-12net: flow_dissector: add support for cfm packetsZahari Doychev
2023-06-12net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet
2023-06-07rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet
2023-06-06gro: decrease size of CBRichard Gobert
2023-06-05Merge branch 'drm-i915-use-ref_tracker-library-for-tracking-wakerefs'Jakub Kicinski
2023-06-05lib/ref_tracker: improve printing statsAndrzej Hajda
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-01rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long
2023-06-01rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long
2023-06-01rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long
2023-06-01bpf, sockmap: Avoid potential NULL dereference in sk_psock_verdict_data_ready()Eric Dumazet
2023-05-31net: don't set sw irq coalescing defaults in case of PREEMPT_RTHeiner Kallweit
2023-05-31udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov
2023-05-30flow_dissector: Dissect layer 2 miss from tc skb extensionIdo Schimmel
2023-05-29net: fix signedness bug in skb_splice_from_iter()Dan Carpenter
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-26net: ynl: prefix uAPI header include with uapi/Jakub Kicinski
2023-05-26net/core: Enable socket busy polling on -RTKurt Kanzenbach
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-23net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav
2023-05-23net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGESDavid Howells
2023-05-23net: Pass max frags into skb_append_pagefrags()David Howells
2023-05-23page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin
2023-05-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend
2023-05-23bpf, sockmap: Wake up polling after data copyJohn Fastabend
2023-05-23bpf, sockmap: Improved check for empty queueJohn Fastabend
2023-05-23bpf, sockmap: Reschedule is now done through backlogJohn Fastabend
2023-05-23bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend
2023-05-23bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend
2023-05-19bpf: Add bpf_sock_destroy kfuncAditi Ghag
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin
2023-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-10net: datagram: fix data-races in datagram_poll()Eric Dumazet
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-05-09net: skbuff: remove special handling for SLOBLukas Bulwahn
2023-05-07net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet
2023-05-02bpf: Emit struct bpf_tcp_sock type in vmlinux BTFYonghong Song
2023-04-28tcp: fix skb_copy_ubufs() vs BIG TCPEric Dumazet
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-04-25tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds