summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-09-28cfg80211: convert S1G beacon to scan resultsThomas Pedersen
2020-09-28mac80211: support S1G STA capabilitiesThomas Pedersen
2020-09-28nl80211: support S1G capability overrides in assocThomas Pedersen
2020-09-28mac80211: s1g: choose scanning width based on frequencyThomas Pedersen
2020-09-28mac80211: get correct default channel width for S1GThomas Pedersen
2020-09-28wireless: radiotap: fix some kernel-docJohannes Berg
2020-09-28mac80211: fix some missing kernel-docJohannes Berg
2020-09-28nl80211/cfg80211: support 6 GHz scanningTova Mussai
2020-09-28mac80211: Inform AP when returning operating channelLoic Poulain
2020-09-28net: vlan: Fixed signedness in vlan_group_prealloc_vid()Florian Fainelli
2020-09-26net: dsa: tag_rtl4_a: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_sja1105: use a custom flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_qca: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_mtk: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_edsa: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_dsa: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_brcm: use generic flow dissector procedureVladimir Oltean
2020-09-26net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic caseVladimir Oltean
2020-09-26net: dsa: point out the tail taggersVladimir Oltean
2020-09-26net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean
2020-09-26net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean
2020-09-26net: dsa: tag_sja1105: request promiscuous mode for masterVladimir Oltean
2020-09-26net: dsa: allow drivers to request promiscuous mode on masterVladimir Oltean
2020-09-25devlink: introduce flash update overwrite maskJacob Keller
2020-09-25devlink: convert flash_update to use params structureJacob Keller
2020-09-25devlink: check flash_update parameter support in net coreJacob Keller
2020-09-25tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lostYuchung Cheng
2020-09-25tcp: simplify tcp_mark_skb_lostYuchung Cheng
2020-09-25tcp: move tcp_mark_skb_lostYuchung Cheng
2020-09-25tcp: consistently check retransmit hintYuchung Cheng
2020-09-25net: bridge: mcast: remove only S,G port groups from sg_port hashNikolay Aleksandrov
2020-09-25sunrpc: simplify do_cache_cleanJ. Bruce Fields
2020-09-25sunrpc: cache : Replace seq_printf with seq_putsXu Wang
2020-09-25SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker
2020-09-25net: sunrpc: delete repeated wordsRandy Dunlap
2020-09-25net: vlan: Avoid using BUG() in vlan_proto_idx()Florian Fainelli
2020-09-25bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...Martin KaFai Lau
2020-09-25bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau
2020-09-25Bluetooth: MGMT: Fix not checking if BT_HS is enabledLuiz Augusto von Dentz
2020-09-25Bluetooth: Disable High Speed by defaultLuiz Augusto von Dentz
2020-09-25Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz
2020-09-25Bluetooth: A2MP: Fix not initializing all membersLuiz Augusto von Dentz
2020-09-25Merge tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds
2020-09-25Bluetooth: Fix update of own_addr_type if ll_privacy supportedSathish Narasimman
2020-09-25xfrm: Use correct address family in xfrm_state_findHerbert Xu
2020-09-24net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal
2020-09-24tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha