summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2023-06-22revert "net: align SO_RCVMARK required privileges with SO_MARK"Maciej Żenczykowski-6/+0
2023-06-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-1/+2
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet-1/+1
2023-06-07rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet-2/+4
2023-06-01rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long-0/+12
2023-06-01rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long-15/+19
2023-06-01rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long-1/+7
2023-06-01bpf, sockmap: Avoid potential NULL dereference in sk_psock_verdict_data_ready()Eric Dumazet-1/+2
2023-05-31udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov-1/+1
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-44/+40
2023-05-23net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav-1/+3
2023-05-23page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin-2/+26
2023-05-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend-8/+7
2023-05-23bpf, sockmap: Wake up polling after data copyJohn Fastabend-1/+10
2023-05-23bpf, sockmap: Improved check for empty queueJohn Fastabend-24/+8
2023-05-23bpf, sockmap: Reschedule is now done through backlogJohn Fastabend-2/+0
2023-05-23bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend-8/+16
2023-05-23bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend-2/+0
2023-05-10net: datagram: fix data-races in datagram_poll()Eric Dumazet-5/+10
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet-1/+1
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet-6/+6
2023-05-07net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet-2/+2
2023-04-28tcp: fix skb_copy_ubufs() vs BIG TCPEric Dumazet-6/+14
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-379/+817
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-0/+3
2023-04-25tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima-0/+3
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-12/+11
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2023-04-23net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean-7/+1
2023-04-23net: optimize napi_threaded_poll() vs RPS/RFSEric Dumazet-2/+10
2023-04-23net: make napi_threaded_poll() aware of sd->defer_listEric Dumazet-0/+3
2023-04-23net: move skb_defer_free_flush() upEric Dumazet-21/+21
2023-04-23net: do not provide hard irq safety for sd->defer_lockEric Dumazet-5/+4
2023-04-23net: add debugging checks in skb_attempt_defer_free()Eric Dumazet-0/+3
2023-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+2
2023-04-21net: dst: fix missing initialization of rt_uncachedMaxime Bizon-0/+1
2023-04-21bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal-0/+1
2023-04-21bridge: Allow setting per-{Port, VLAN} neighbor suppression stateIdo Schimmel-1/+1
2023-04-20net: extend drop reasons for multiple subsystemsJohannes Berg-12/+80
2023-04-20kill the last remaining user of proc_ns_fget()Al Viro-12/+11
2023-04-20net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski-4/+5
2023-04-20page_pool: unlink from napi during destroyJakub Kicinski-1/+17
2023-04-19page_pool: add DMA_ATTR_WEAK_ORDERING on all mappingsJakub Kicinski-2/+3
2023-04-19net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski-2/+1
2023-04-19net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski-0/+2
2023-04-17bpf: Set skb redirect and from_ingress info in __bpf_tx_skbDaniel Borkmann-0/+1
2023-04-14page_pool: allow caching from safely localized NAPIJakub Kicinski-4/+18
2023-04-14net: skb: plumb napi state thru skb freeing pathsJakub Kicinski-18/+20
2023-04-14net: Ensure ->msg_control_user is used for user buffersKevin Brodsky-3/+6
2023-04-13Daniel Borkmann says:Jakub Kicinski-55/+25