summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-04-03net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean1-51/+0
2023-03-31Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2-4/+112
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima1-6/+3
2023-03-29vsock: support sockmapBobby Eshleman1-0/+17
2023-03-29net: dst: Switch to rcuref_t reference countingThomas Gleixner2-10/+11
2023-03-29net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo4-8/+15
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-03-24wifi: nl80211: make nl80211_send_chandef non-staticJaewan Kim1-0/+9
2023-03-24cfg80211: support RNR for EMA APAloka Dixit1-0/+19
2023-03-24Merge branch 'main' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/net...Jakub Kicinski1-2/+1
2023-03-23Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski1-0/+5
2023-03-23Bluetooth: btintel: Iterate only bluetooth device ACPI entriesKiran K1-0/+1
2023-03-22netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden1-2/+1
2023-03-22wifi: mac80211: generate EMA beacons in AP modeAloka Dixit1-0/+68
2023-03-22wifi: mac80211: implement support for yet another mesh A-MSDU formatFelix Fietkau1-4/+7
2023-03-22wifi: mac80211: add support for letting drivers register tc offload supportFelix Fietkau1-0/+9
2023-03-22neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet4-16/+16
2023-03-20xfrm: add new device offload acquire flagRaed Salem1-0/+5
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet1-1/+1
2023-03-18x25: preserve const qualifier in [a]x25_sk()Eric Dumazet2-8/+2
2023-03-18af_unix: preserve const qualifier in unix_sk()Eric Dumazet1-4/+1
2023-03-18raw: preserve const qualifier in raw_sk()Eric Dumazet1-4/+1
2023-03-18ip_tunnel: Preserve pointer const in ip_tunnel_info_optsGavin Li1-5/+6
2023-03-18vxlan: Expose helper vxlan_build_gbp_hdrGavin Li1-0/+19
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+11
2023-03-17ipv4: raw: constify raw_v4_match() socket argumentEric Dumazet1-1/+1
2023-03-17ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet1-1/+1
2023-03-17ipv6: constify inet6_mc_check()Eric Dumazet1-1/+1
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet1-4/+1
2023-03-17vxlan: mdb: Add an internal flag to indicate MDB usageIdo Schimmel1-0/+1
2023-03-17vxlan: mdb: Add MDB control path supportIdo Schimmel1-0/+5
2023-03-17net: mana: Add new MANA VF performance counters for easier troubleshootingShradha Gupta1-0/+18
2023-03-15scm: fix MSG_CTRUNC setting condition for SO_PASSSECAlexander Mikhalitsyn1-1/+12
2023-03-15net/smc: Introduce explicit check for v2 supportStefan Raspl1-0/+1
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet1-1/+1
2023-03-11xdp: add xdp_set_features_flag utility routineLorenzo Bianconi1-0/+11
2023-03-11Merge tag 'wireless-next-2023-03-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski3-44/+299
2023-03-10neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky1-2/+0
2023-03-10net: sched: remove qdisc_watchdog->last_expiresEric Dumazet1-1/+0
2023-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2023-03-09sctp: add weighted fair queueing stream schedulerXin Long2-0/+2
2023-03-09sctp: add fair capacity stream schedulerXin Long2-0/+8
2023-03-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+1
2023-03-08net: reclaim skb->scm_io_uring bitEric Dumazet1-0/+1
2023-03-07wifi: radiotap: separate vendor TLV into header/contentMordechay Goodstein1-6/+14
2023-03-07bpf, net: xskmap memory usageYafang Shao1-0/+1
2023-03-07wifi: mac80211: add LDPC related flags in ieee80211_bss_confRyder Lee1-0/+6
2023-03-07wifi: mac80211: add EHT MU-MIMO related flags in ieee80211_bss_confRyder Lee1-0/+9
2023-03-07wifi: mac80211: introduce ieee80211_refresh_tx_agg_session_timer()Ryder Lee1-0/+14
2023-03-07wifi: mac80211: add support for driver adding radiotap TLVsMordechay Goodstein2-37/+27