summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer-0/+45
2023-04-13wifi: mac80211: add flush_sta methodJohannes Berg-0/+6
2023-04-12bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncsChristian Ehrig-0/+2
2023-04-12ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig-13/+15
2023-04-10net: piggy back on the memory barrier in bql when waking queuesJakub Kicinski-10/+29
2023-04-10net: provide macros for commonly copied lockless queue stop/wake codeJakub Kicinski-0/+144
2023-04-10Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz-0/+1
2023-04-09net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean-0/+48
2023-04-07bonding: fix ns validation on backup slavesHangbin Liu-2/+6
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2023-04-06xsk: Fix unaligned descriptor validationKal Conley-7/+2
2023-04-04raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima-2/+2
2023-04-03net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean-51/+0
2023-03-30Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-4/+112
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima-6/+3
2023-03-29vsock: support sockmapBobby Eshleman-0/+17
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner-10/+11
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo-8/+15
2023-03-279p: Add additional debug flags and open modesEric Van Hensbergen-0/+6
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2023-03-24net: ieee802154: Handle limited devices with only datagram supportMiquel Raynal-0/+3
2023-03-24wifi: nl80211: make nl80211_send_chandef non-staticJaewan Kim-0/+9
2023-03-24cfg80211: support RNR for EMA APAloka Dixit-0/+19
2023-03-23Merge branch 'main' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/net...Jakub Kicinski-2/+1
2023-03-23mac802154: Handle received BEACON_REQMiquel Raynal-0/+2
2023-03-23mac802154: Handle active scanningMiquel Raynal-1/+17
2023-03-22net: Update an existing TCP congestion control algorithm.Kui-Feng Lee-0/+3
2023-03-22Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski-0/+5
2023-03-22Bluetooth: btintel: Iterate only bluetooth device ACPI entriesKiran K-0/+1
2023-03-22netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden-2/+1
2023-03-22wifi: mac80211: generate EMA beacons in AP modeAloka Dixit-0/+68
2023-03-22wifi: mac80211: implement support for yet another mesh A-MSDU formatFelix Fietkau-4/+7
2023-03-22wifi: mac80211: add support for letting drivers register tc offload supportFelix Fietkau-0/+9
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet-16/+16
2023-03-20xfrm: add new device offload acquire flagRaed Salem-0/+5
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet-1/+1
2023-03-18x25: preserve const qualifier in [a]x25_sk()Eric Dumazet-8/+2
2023-03-18af_unix: preserve const qualifier in unix_sk()Eric Dumazet-4/+1
2023-03-18raw: preserve const qualifier in raw_sk()Eric Dumazet-4/+1
2023-03-17ip_tunnel: Preserve pointer const in ip_tunnel_info_optsGavin Li-5/+6
2023-03-17vxlan: Expose helper vxlan_build_gbp_hdrGavin Li-0/+19
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+11
2023-03-17ipv4: raw: constify raw_v4_match() socket argumentEric Dumazet-1/+1
2023-03-17ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet-1/+1
2023-03-17ipv6: constify inet6_mc_check()Eric Dumazet-1/+1
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet-4/+1
2023-03-17vxlan: mdb: Add an internal flag to indicate MDB usageIdo Schimmel-0/+1
2023-03-17vxlan: mdb: Add MDB control path supportIdo Schimmel-0/+5
2023-03-17net: mana: Add new MANA VF performance counters for easier troubleshootingShradha Gupta-0/+18
2023-03-15scm: fix MSG_CTRUNC setting condition for SO_PASSSECAlexander Mikhalitsyn-1/+12