summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | net-zerocopy: Reduce compound page head accessXiaoyan Li2023-03-221-3/+11
* | | net-sysfs: display two backlog queue len separatelyJason Xing2023-03-221-5/+13
* | | tools: ynl: skip the explicit op array size when not neededJakub Kicinski2023-03-211-1/+1
* | | neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-212-38/+42
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-173-9/+23
|\| |
| * | net: xdp: don't call notifiers during driver initJakub Kicinski2023-03-161-1/+3
| * | ynl: broaden the license even moreJakub Kicinski2023-03-162-2/+2
| * | xdp: add xdp_set_features_flag utility routineLorenzo Bianconi2023-03-101-7/+19
| |/
* | rtnetlink: bridge: mcast: Relax group address validation in common codeIdo Schimmel2023-03-171-2/+3
* | rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel2023-03-171-0/+217
* | neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2023-03-152-16/+16
* | skbuff: Add likely to skb pointer in build_skb()Gal Pressman2023-03-101-1/+1
* | skbuff: Replace open-coded skb_propagate_pfmemalloc()sGal Pressman2023-03-101-4/+2
* | neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky2023-03-091-31/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-094-11/+27
|\|
| * ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski2023-03-072-2/+2
| * net: use indirect calls helpers for sk_exit_memory_pressure()Brian Vazquez2023-03-021-1/+2
| * net: avoid skb end_offset change in __skb_unclone_keeptruesize()Eric Dumazet2023-03-011-8/+23
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2023-03-082-0/+21
|\ \
| * | bpf, net: sock_map memory usageYafang Shao2023-03-071-0/+20
| * | bpf, net: bpf_local_storage memory usageYafang Shao2023-03-071-0/+1
* | | net: remove enum skb_free_reasonEric Dumazet2023-03-071-11/+9
|/ /
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-061-45/+148
|\ \ | |/ |/|
| * bpf: allow ctx writes using BPF_ST_MEM instructionEduard Zingerman2023-03-031-35/+44
| * bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program typesTejun Heo2023-03-021-6/+0
| * bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwrJoanne Koong2023-03-011-3/+3
| * bpf: Add xdp dynptrsJoanne Koong2023-03-011-2/+35
| * bpf: Add skb dynptrsJoanne Koong2023-03-011-0/+67
* | net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet2023-02-241-1/+3
|/