summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-10bpf: Add bpf_selem_free()Martin KaFai Lau1-1/+1
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau1-1/+1
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau1-7/+1
2023-03-10neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky1-31/+0
2023-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-11/+27
2023-03-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-0/+21
2023-03-08net: remove enum skb_free_reasonEric Dumazet1-11/+9
2023-03-08ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski2-2/+2
2023-03-07bpf, net: sock_map memory usageYafang Shao1-0/+20
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao1-0/+1
2023-03-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-45/+148
2023-03-04bpf: allow ctx writes using BPF_ST_MEM instructionEduard Zingerman1-35/+44
2023-03-03bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program typesTejun Heo1-6/+0
2023-03-02net: use indirect calls helpers for sk_exit_memory_pressure()Brian Vazquez1-1/+2
2023-03-01bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwrJoanne Koong1-3/+3
2023-03-01bpf: Add xdp dynptrsJoanne Koong1-2/+35
2023-03-01bpf: Add skb dynptrsJoanne Koong1-0/+67
2023-03-01net: avoid skb end_offset change in __skb_unclone_keeptruesize()Eric Dumazet1-8/+23