summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | xdp: rss hash types representationJesper Dangaard Brouer2023-04-131-1/+9
| * | skbuff: Fix a race between coalescing and releasing SKBsLiang Chen2023-04-131-8/+8
| * | rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi2023-04-122-3/+10
| * | net: openvswitch: fix race on port outputFelix Huettner2023-04-071-0/+1
* | | 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: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski2023-04-021-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
* | | net: simplify handling of dsa_ndo_eth_ioctl() return codeVladimir Oltean2023-04-031-1/+1
* | | net: don't abuse "default" case for unknown ioctl in dev_ifsioc()Vladimir Oltean2023-04-031-23/+19
* | | net: optimize ____napi_schedule() to avoid extra NET_RX_SOFTIRQEric Dumazet2023-03-301-4/+18
* | | net: optimize napi_schedule_rps()Eric Dumazet2023-03-301-3/+5
* | | net: add softnet_data.in_net_rx_actionEric Dumazet2023-03-301-0/+4
* | | net: napi_schedule_rps() cleanupEric Dumazet2023-03-301-6/+12
* | | net: dst: Switch to rcuref_t reference countingThomas Gleixner2023-03-282-22/+6
* | | dev_ioctl: fix a W=1 warningHeiner Kallweit2023-03-271-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-2/+8
|\| |
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-231-2/+8
| |\ \
| | * | xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer2023-03-221-2/+8
* | | | net: do not use skb_mac_header() in qdisc_pkt_len_init()Eric Dumazet2023-03-221-4/+4
* | | | net: Catch invalid index in XPS mappingNick Child2023-03-221-0/+2