summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* 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: 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
* 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
| * | | net: skb: plumb napi state thru skb freeing pathsJakub Kicinski2023-04-141-18/+20
| * | | net: Ensure ->msg_control_user is used for user buffersKevin Brodsky2023-04-141-3/+6
| |/ /
| * | Daniel Borkmann says:Jakub Kicinski2023-04-134-55/+25
| |\ \
| | * | bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmapDaniel Borkmann2023-04-131-6/+4
| | * | bpf, sockmap: fix deadlocks in the sockhash and sockmapXin Liu2023-04-121-4/+6
| | * | bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov2023-04-042-3/+3
| | * | bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov2023-04-041-8/+5