summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-29net/smc: prepare for more proposed ISM devicesUrsula Braun6-44/+69
2020-09-29net/smc: split CLC confirm/accept data to be sentUrsula Braun2-12/+15
2020-09-29net/smc: separate find device functionsUrsula Braun3-46/+84
2020-09-29net/smc: CLC header fields renamingUrsula Braun3-23/+25
2020-09-29net/smc: remove constant and introduce helper to check for a pnet idKarsten Graul1-8/+12
2020-09-28udp_tunnel: add the ability to share port tablesJakub Kicinski1-10/+86
2020-09-28net: vlan: Fixed signedness in vlan_group_prealloc_vid()Florian Fainelli1-1/+2
2020-09-27net: dsa: tag_rtl4_a: use the generic flow dissector procedureVladimir Oltean1-9/+0
2020-09-27net: dsa: tag_sja1105: use a custom flow dissector procedureVladimir Oltean1-0/+11
2020-09-27net: dsa: tag_qca: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-27net: dsa: tag_mtk: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-27net: dsa: tag_edsa: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-27net: dsa: tag_dsa: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-27net: dsa: tag_brcm: use generic flow dissector procedureVladimir Oltean1-22/+12
2020-09-27net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic caseVladimir Oltean1-2/+8
2020-09-27net: dsa: point out the tail taggersVladimir Oltean2-0/+2
2020-09-27net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean7-23/+14
2020-09-27net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean1-7/+13
2020-09-27net: dsa: tag_sja1105: request promiscuous mode for masterVladimir Oltean1-0/+1
2020-09-27net: dsa: allow drivers to request promiscuous mode on masterVladimir Oltean1-1/+19
2020-09-26devlink: introduce flash update overwrite maskJacob Keller1-1/+16
2020-09-26devlink: convert flash_update to use params structureJacob Keller1-6/+8
2020-09-26devlink: check flash_update parameter support in net coreJacob Keller1-2/+13
2020-09-26tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lostYuchung Cheng1-12/+2
2020-09-26tcp: simplify tcp_mark_skb_lostYuchung Cheng1-37/+22
2020-09-26tcp: move tcp_mark_skb_lostYuchung Cheng2-14/+14
2020-09-26tcp: consistently check retransmit hintYuchung Cheng2-8/+3
2020-09-26net: bridge: mcast: remove only S,G port groups from sg_port hashNikolay Aleksandrov1-4/+5
2020-09-26net: vlan: Avoid using BUG() in vlan_proto_idx()Florian Fainelli2-6/+16
2020-09-25net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal2-4/+3
2020-09-25mptcp: retransmit ADD_ADDR when timeoutGeliang Tang3-17/+96
2020-09-25mptcp: add sk_stop_timer_sync helperGeliang Tang1-0/+7
2020-09-25mptcp: add struct mptcp_pm_add_entryGeliang Tang1-7/+12
2020-09-25mptcp: add mptcp_destroy_common helperGeliang Tang3-6/+10
2020-09-25mptcp: add RM_ADDR related mibsGeliang Tang3-0/+9
2020-09-25mptcp: implement mptcp_pm_remove_subflowGeliang Tang3-3/+42
2020-09-25mptcp: remove addr and subflow in PM netlinkGeliang Tang5-11/+130
2020-09-25mptcp: add accept_subflow re-checkGeliang Tang1-4/+6
2020-09-25mptcp: add ADD_ADDR related mibsGeliang Tang3-1/+10
2020-09-25mptcp: send out ADD_ADDR with echo flagGeliang Tang4-23/+32
2020-09-25mptcp: add the incoming RM_ADDR supportGeliang Tang5-4/+66
2020-09-25mptcp: add the outgoing RM_ADDR supportGeliang Tang3-0/+63
2020-09-25mptcp: rename addr_signal and the related functionsGeliang Tang3-18/+18
2020-09-25net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean1-3/+3
2020-09-24net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli1-2/+13
2020-09-24net: dsa: untag the bridge pvid from rx skbsVladimir Oltean1-0/+66
2020-09-24net: 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
2020-09-23net: bridge: mcast: add support for blocked port groupsNikolay Aleksandrov3-6/+46