summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2021-06-26Bluetooth: use inclusive language in hci_core.hArchie Pusaka-22/+22
2021-06-26Bluetooth: Add ncmd=0 recovery handlingManish Mandlik-0/+2
2021-06-26Bluetooth: Return whether a connection is outboundYu Liu-1/+2
2021-06-25Merge tag 'wireless-drivers-next-2021-06-25' of git://git.kernel.org/pub/scm/...David S. Miller-0/+2
2021-06-24sctp: do black hole detection in search complete stateXin Long-1/+2
2021-06-24net: macsec: fix the length used to copy the key for offloadingAntoine Tenart-1/+1
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen-1/+1
2021-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-2/+7
2021-06-23net/tls: Remove the __TLS_DEC_STATS() macro.Kuniyuki Iwashima-2/+0
2021-06-23Merge tag 'mlx5-net-next-2021-06-22' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller-0/+1
2021-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-1/+1
2021-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-8/+13
2021-06-23net: sched: remove qdisc->empty for lockless qdiscYunsheng Lin-10/+3
2021-06-23net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin-3/+13
2021-06-23net: sched: avoid unnecessary seqcount operation for lockless qdiscYunsheng Lin-1/+3
2021-06-23cfg80211: Add wiphy_info_once()Dmitry Osipenko-0/+2
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen-14/+3
2021-06-23mac80211: notify driver on mgd TX completionJohannes Berg-3/+25
2021-06-23cfg80211: allow advertising vendor-specific capabilitiesJohannes Berg-0/+7
2021-06-23cfg80211: add cfg80211_any_usable_channels()Johannes Berg-0/+11
2021-06-23cfg80211: remove ieee80211_get_he_sta_cap()Johannes Berg-12/+0
2021-06-23nl80211/cfg80211: add BSS color to NDP ranging parametersAvraham Stern-2/+6
2021-06-23mac80211: add to bss_conf if broadcast TWT is supportedShaul Triebitz-1/+3
2021-06-23mac80211: move A-MPDU session check from minstrel_ht to mac80211Felix Fietkau-0/+5
2021-06-23cfg80211: expose the rfkill device to the low level driverEmmanuel Grumbach-1/+8
2021-06-23mac80211: add ieee80211_is_tx_data helper functionPhilipp Borgers-0/+18
2021-06-23cfg80211: remove CFG80211_MAX_NUM_DIFFERENT_CHANNELSJohannes Berg-2/+0
2021-06-22net/xfrm: Add inner_ipproto into sec_pathHuy Nguyen-0/+1
2021-06-22mptcp: add allow_join_id0 in mptcp_out_optionsGeliang Tang-1/+2
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long-0/+2
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long-0/+1
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long-0/+1
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long-1/+4
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long-1/+16
2021-06-22sctp: add the constants/variables and states and some APIs for transportXin Long-3/+70
2021-06-22sctp: add probe_interval in sysctl and sock/asoc/transportXin Long-0/+8
2021-06-22sctp: add pad chunk and its make function and event tableXin Long-0/+1
2021-06-21net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean-0/+15
2021-06-21net: sched: add barrier to ensure correct ordering for lockless qdiscYunsheng Lin-0/+12
2021-06-21xfrm: replay: remove last replay indirectionFlorian Westphal-7/+1
2021-06-21xfrm: replay: avoid replay indirectionFlorian Westphal-3/+1
2021-06-21xfrm: replay: remove recheck indirectionFlorian Westphal-3/+1
2021-06-21xfrm: replay: remove advance indirectionFlorian Westphal-1/+1
2021-06-21xfrm: replay: avoid xfrm replay notify indirectionFlorian Westphal-1/+10
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+33
2021-06-18mptcp: receive checksum for MP_CAPABLE with dataGeliang Tang-1/+2
2021-06-18mptcp: add csum_reqd in mptcp_out_optionsGeliang Tang-2/+3
2021-06-18mptcp: generate the data checksumGeliang Tang-0/+1
2021-06-18xsk: Fix missing validation for skb and unaligned modeMagnus Karlsson-2/+7
2021-06-18netfilter: conntrack: pass hook state to log functionsFlorian Westphal-8/+12