summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2022-06-22af_unix: Put a socket into a per-netns hash table.Kuniyuki Iwashima-1/+0
2022-06-22af_unix: Define a per-netns hash table.Kuniyuki Iwashima-0/+8
2022-06-22af_unix: Include the whole hash table size in UNIX_HASH_SIZE.Kuniyuki Iwashima-3/+4
2022-06-21raw: complete rcu conversionEric Dumazet-2/+2
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang-4/+2
2022-06-20tcp: Introduce tcp_read_skb()Cong Wang-0/+2
2022-06-20cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam-23/+61
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg-1/+1
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz-4/+10
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz-2/+4
2022-06-20wifi: cfg80211: add optional link add/remove callbacksJohannes Berg-0/+12
2022-06-20wifi: mac80211: add sta link addition/removalJohannes Berg-2/+11
2022-06-20wifi: mac80211: add MLO link ID to TX frame metadataJohannes Berg-0/+7
2022-06-20wifi: mac80211: remove band from TX info in MLOJohannes Berg-1/+3
2022-06-20wifi: mac80211: add vif link addition/removalJohannes Berg-0/+15
2022-06-20wifi: nl80211: support MLO in auth/assocJohannes Berg-0/+31
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg-1/+2
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg-1/+2
2022-06-20wifi: mac80211: use IEEE80211_MLD_MAX_NUM_LINKSJohannes Berg-3/+1
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg-0/+4
2022-06-20wifi: mac80211: add per-link configuration pointerJohannes Berg-0/+3
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg-3/+25
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg-28/+38
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg-20/+20
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg-10/+89
2022-06-19raw: convert raw sockets to RCUEric Dumazet-1/+11
2022-06-19raw: use more conventional iteratorsEric Dumazet-6/+5
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-0/+1
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy-0/+1
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-84/+1
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong-84/+1
2022-06-13tcp: sk_forced_mem_schedule() optimizationEric Dumazet-2/+1
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet-27/+2
2022-06-10net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet-4/+8
2022-06-10net: implement per-cpu reserves for memory_allocatedEric Dumazet-9/+29
2022-06-10net: add per_cpu_fw_alloc field to struct protoEric Dumazet-0/+4
2022-06-10net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet-5/+3
2022-06-10Revert "net: set SK_MEM_QUANTUM to 4096"Eric Dumazet-13/+3
2022-06-10Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-35/+0
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg-35/+0
2022-06-10xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger-2/+1
2022-06-10net: mac802154: Add a warning in the hot pathMiquel Raynal-1/+4
2022-06-10net: mac802154: Introduce a tx queue flushing mechanismMiquel Raynal-0/+1
2022-06-10net: mac802154: Bring the ability to hold the transmit queueMiquel Raynal-29/+4
2022-06-10net: mac802154: Follow the count of ongoing transmissionsMiquel Raynal-0/+3
2022-06-09bonding: netlink error message support for optionsJonathan Toppins-1/+2
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet-2/+2
2022-06-09net: rename reference+tracking helpersJakub Kicinski-1/+1
2022-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-14/+11
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-4/+4