summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-25net: vlan: Avoid using BUG() in vlan_proto_idx()Florian Fainelli2-6/+16
2020-09-24net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal2-4/+3
2020-09-24mptcp: retransmit ADD_ADDR when timeoutGeliang Tang3-17/+96
2020-09-24mptcp: add sk_stop_timer_sync helperGeliang Tang1-0/+7
2020-09-24mptcp: add struct mptcp_pm_add_entryGeliang Tang1-7/+12
2020-09-24mptcp: add mptcp_destroy_common helperGeliang Tang3-6/+10
2020-09-24mptcp: add RM_ADDR related mibsGeliang Tang3-0/+9
2020-09-24mptcp: implement mptcp_pm_remove_subflowGeliang Tang3-3/+42
2020-09-24mptcp: remove addr and subflow in PM netlinkGeliang Tang5-11/+130
2020-09-24mptcp: add accept_subflow re-checkGeliang Tang1-4/+6
2020-09-24mptcp: add ADD_ADDR related mibsGeliang Tang3-1/+10
2020-09-24mptcp: send out ADD_ADDR with echo flagGeliang Tang4-23/+32
2020-09-24mptcp: add the incoming RM_ADDR supportGeliang Tang5-4/+66
2020-09-24mptcp: add the outgoing RM_ADDR supportGeliang Tang3-0/+63
2020-09-24mptcp: rename addr_signal and the related functionsGeliang Tang3-18/+18
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean1-3/+3
2020-09-23net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli1-2/+13
2020-09-23net: dsa: untag the bridge pvid from rx skbsVladimir Oltean1-0/+66
2020-09-23net: fix a new kernel-doc warning at dev.cMauro Carvalho Chehab1-2/+2
2020-09-23net: bridge: mcast: when forwarding handle filter mode and blocked flagNikolay Aleksandrov1-1/+14
2020-09-23net: bridge: mcast: handle host stateNikolay Aleksandrov1-0/+58