summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-09-28udp_tunnel: add the ability to share port tablesJakub Kicinski
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-25net: vlan: Avoid using BUG() in vlan_proto_idx()Florian Fainelli
2020-09-24net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal
2020-09-24mptcp: retransmit ADD_ADDR when timeoutGeliang Tang
2020-09-24mptcp: add sk_stop_timer_sync helperGeliang Tang
2020-09-24mptcp: add struct mptcp_pm_add_entryGeliang Tang
2020-09-24mptcp: add mptcp_destroy_common helperGeliang Tang
2020-09-24mptcp: add RM_ADDR related mibsGeliang Tang
2020-09-24mptcp: implement mptcp_pm_remove_subflowGeliang Tang
2020-09-24mptcp: remove addr and subflow in PM netlinkGeliang Tang
2020-09-24mptcp: add accept_subflow re-checkGeliang Tang
2020-09-24mptcp: add ADD_ADDR related mibsGeliang Tang
2020-09-24mptcp: send out ADD_ADDR with echo flagGeliang Tang
2020-09-24mptcp: add the incoming RM_ADDR supportGeliang Tang
2020-09-24mptcp: add the outgoing RM_ADDR supportGeliang Tang
2020-09-24mptcp: rename addr_signal and the related functionsGeliang Tang
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean
2020-09-23net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli
2020-09-23net: dsa: untag the bridge pvid from rx skbsVladimir Oltean
2020-09-23net: fix a new kernel-doc warning at dev.cMauro Carvalho Chehab
2020-09-23net: bridge: mcast: when forwarding handle filter mode and blocked flagNikolay Aleksandrov
2020-09-23net: bridge: mcast: handle host stateNikolay Aleksandrov
2020-09-23net: bridge: mcast: add support for blocked port groupsNikolay Aleksandrov
2020-09-23net: bridge: mcast: handle port group filter modesNikolay Aleksandrov
2020-09-23net: bridge: mcast: install S,G entries automatically based on reportsNikolay Aleksandrov
2020-09-23net: bridge: mcast: add sg_port rhashtableNikolay Aleksandrov
2020-09-23net: bridge: mcast: add rt_protocol field to the port group structNikolay Aleksandrov
2020-09-23net: bridge: mcast: when igmpv3/mldv2 are enabled lookup (S,G) first, then (*,G)Nikolay Aleksandrov