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