summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-12/+28
2023-04-13bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmapDaniel Borkmann1-6/+4
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer1-1/+9
2023-04-13skbuff: Fix a race between coalescing and releasing SKBsLiang Chen1-8/+8
2023-04-13rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi2-3/+10
2023-04-13bpf, sockmap: fix deadlocks in the sockhash and sockmapXin Liu1-4/+6
2023-04-09net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean2-11/+3
2023-04-08net: make SO_BUSY_POLL available to all usersEric Dumazet1-9/+4
2023-04-08net: openvswitch: fix race on port outputFelix Huettner1-0/+1
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+18
2023-04-05net/sysctl: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)1-2/+2
2023-04-05bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov2-3/+3
2023-04-05bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov1-8/+5
2023-04-05bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov1-6/+0
2023-04-03net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean2-7/+17
2023-04-03net: add struct kernel_hwtstamp_config and make net_hwtstamp_validate() use itVladimir Oltean1-2/+5
2023-04-03net: move copy_from_user() out of net_hwtstamp_validate()Vladimir Oltean1-9/+9
2023-04-03net: promote SIOCSHWTSTAMP and SIOCGHWTSTAMP ioctls to dedicated handlersVladimir Oltean1-13/+26
2023-04-03net: simplify handling of dsa_ndo_eth_ioctl() return codeVladimir Oltean1-1/+1
2023-04-03net: don't abuse "default" case for unknown ioctl in dev_ifsioc()Vladimir Oltean1-23/+19
2023-04-02net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski1-1/+18
2023-03-30net: optimize ____napi_schedule() to avoid extra NET_RX_SOFTIRQEric Dumazet1-4/+18
2023-03-30net: optimize napi_schedule_rps()Eric Dumazet1-3/+5
2023-03-30net: add softnet_data.in_net_rx_actionEric Dumazet1-0/+4
2023-03-30net: napi_schedule_rps() cleanupEric Dumazet1-6/+12
2023-03-29net: dst: Switch to rcuref_t reference countingThomas Gleixner2-22/+6
2023-03-27dev_ioctl: fix a W=1 warningHeiner Kallweit1-0/+1
2023-03-26bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau1-1/+1
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2023-03-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+8
2023-03-23net: do not use skb_mac_header() in qdisc_pkt_len_init()Eric Dumazet1-4/+4
2023-03-23net: Catch invalid index in XPS mappingNick Child1-0/+2
2023-03-23bpf: return long from bpf_map_ops funcsJP Kobryn2-7/+7
2023-03-22xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer1-2/+8
2023-03-22net-zerocopy: Reduce compound page head accessXiaoyan Li1-3/+11
2023-03-22net-sysfs: display two backlog queue len separatelyJason Xing1-5/+13
2023-03-22tools: ynl: skip the explicit op array size when not neededJakub Kicinski1-1/+1
2023-03-22neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2-38/+42
2023-03-21net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski1-4/+4
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+23
2023-03-17rtnetlink: bridge: mcast: Relax group address validation in common codeIdo Schimmel1-2/+3
2023-03-17rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel1-0/+217
2023-03-17net: xdp: don't call notifiers during driver initJakub Kicinski1-1/+3
2023-03-17ynl: broaden the license even moreJakub Kicinski2-2/+2
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2-16/+16
2023-03-15xdp: remove unused {__,}xdp_release_frame()Alexander Lobakin1-15/+0
2023-03-15xdp: recycle Page Pool backed skbs built from XDP framesAlexander Lobakin1-2/+2
2023-03-11xdp: add xdp_set_features_flag utility routineLorenzo Bianconi1-7/+19
2023-03-11skbuff: Add likely to skb pointer in build_skb()Gal Pressman1-1/+1
2023-03-11skbuff: Replace open-coded skb_propagate_pfmemalloc()sGal Pressman1-4/+2