aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-28cfg80211: convert S1G beacon to scan resultsThomas Pedersen1-9/+48
2020-09-28mac80211: support S1G STA capabilitiesThomas Pedersen3-0/+54
2020-09-28nl80211: support S1G capability overrides in assocThomas Pedersen1-0/+20
2020-09-28mac80211: s1g: choose scanning width based on frequencyThomas Pedersen1-0/+17
2020-09-28mac80211: get correct default channel width for S1GThomas Pedersen1-1/+8
2020-09-28wireless: radiotap: fix some kernel-docJohannes Berg1-0/+1
2020-09-28mac80211: fix some missing kernel-docJohannes Berg1-0/+2
2020-09-28nl80211/cfg80211: support 6 GHz scanningTova Mussai5-16/+518
2020-09-28mac80211: Inform AP when returning operating channelLoic Poulain2-30/+9
2020-09-28net: vlan: Fixed signedness in vlan_group_prealloc_vid()Florian Fainelli1-1/+2
2020-09-26net: dsa: tag_rtl4_a: use the generic flow dissector procedureVladimir Oltean1-9/+0
2020-09-26net: dsa: tag_sja1105: use a custom flow dissector procedureVladimir Oltean1-0/+11
2020-09-26net: dsa: tag_qca: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-26net: dsa: tag_mtk: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-26net: dsa: tag_edsa: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-26net: dsa: tag_dsa: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-26net: dsa: tag_brcm: use generic flow dissector procedureVladimir Oltean1-22/+12
2020-09-26net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic caseVladimir Oltean1-2/+8
2020-09-26net: dsa: point out the tail taggersVladimir Oltean2-0/+2
2020-09-26net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean7-23/+14
2020-09-26net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean1-7/+13
2020-09-26net: dsa: tag_sja1105: request promiscuous mode for masterVladimir Oltean1-0/+1
2020-09-26net: dsa: allow drivers to request promiscuous mode on masterVladimir Oltean1-1/+19
2020-09-25devlink: introduce flash update overwrite maskJacob Keller1-1/+16
2020-09-25devlink: convert flash_update to use params structureJacob Keller1-6/+8
2020-09-25devlink: check flash_update parameter support in net coreJacob Keller1-2/+13
2020-09-25tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lostYuchung Cheng1-12/+2
2020-09-25tcp: simplify tcp_mark_skb_lostYuchung Cheng1-37/+22
2020-09-25tcp: move tcp_mark_skb_lostYuchung Cheng2-14/+14
2020-09-25tcp: consistently check retransmit hintYuchung Cheng2-8/+3
2020-09-25net: bridge: mcast: remove only S,G port groups from sg_port hashNikolay Aleksandrov1-4/+5
2020-09-25sunrpc: simplify do_cache_cleanJ. Bruce Fields1-7/+8
2020-09-25sunrpc: cache : Replace seq_printf with seq_putsXu Wang1-2/+2
2020-09-25SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker1-0/+45
2020-09-25net: sunrpc: delete repeated wordsRandy Dunlap3-3/+3
2020-09-25net: vlan: Avoid using BUG() in vlan_proto_idx()Florian Fainelli2-6/+16
2020-09-25bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau1-2/+2
2020-09-25bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau1-4/+4
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2-44/+8
2020-09-25bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau1-16/+14
2020-09-25bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau1-20/+49
2020-09-25Bluetooth: MGMT: Fix not checking if BT_HS is enabledLuiz Augusto von Dentz1-1/+6
2020-09-25Bluetooth: Disable High Speed by defaultLuiz Augusto von Dentz1-1/+0
2020-09-25Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz2-3/+18
2020-09-25Bluetooth: A2MP: Fix not initializing all membersLuiz Augusto von Dentz1-1/+21
2020-09-25Merge tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds1-1/+1
2020-09-25Bluetooth: Fix update of own_addr_type if ll_privacy supportedSathish Narasimman1-1/+7
2020-09-25xfrm: Use correct address family in xfrm_state_findHerbert Xu1-4/+7
2020-09-24net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal2-4/+3
2020-09-24tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha2-7/+26