summaryrefslogtreecommitdiff
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov2023-04-041-6/+0
| | * | bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau2023-03-251-1/+1
| | * | bpf: return long from bpf_map_ops funcsJP Kobryn2023-03-222-7/+7
| | * | net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski2023-03-201-4/+4
| | * | xdp: remove unused {__,}xdp_release_frame()Alexander Lobakin2023-03-141-15/+0
| | * | xdp: recycle Page Pool backed skbs built from XDP framesAlexander Lobakin2023-03-141-2/+2
| | * | bpf: Add bpf_selem_free()Martin KaFai Lau2023-03-101-1/+1
| | * | bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau2023-03-101-1/+1
| | * | bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau2023-03-101-7/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-134-12/+28
| |\ \ \ | | | |/ | | |/|
| * | | net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean2023-04-092-11/+3
| * | | net: make SO_BUSY_POLL available to all usersEric Dumazet2023-04-071-9/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-061-1/+18
| |\ \ \
| * | | | net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean2023-04-032-7/+17
| * | | | net: add struct kernel_hwtstamp_config and make net_hwtstamp_validate() use itVladimir Oltean2023-04-031-2/+5
| * | | | net: move copy_from_user() out of net_hwtstamp_validate()Vladimir Oltean2023-04-031-9/+9
| * | | | net: promote SIOCSHWTSTAMP and SIOCGHWTSTAMP ioctls to dedicated handlersVladimir Oltean2023-04-031-13/+26