summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: simplify tcp_mark_skb_lostYuchung Cheng2020-09-251-37/+22
* tcp: move tcp_mark_skb_lostYuchung Cheng2020-09-252-14/+14
* tcp: consistently check retransmit hintYuchung Cheng2020-09-252-8/+3
* net: bridge: mcast: remove only S,G port groups from sg_port hashNikolay Aleksandrov2020-09-251-4/+5
* net: vlan: Avoid using BUG() in vlan_proto_idx()Florian Fainelli2020-09-252-6/+16
* net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal2020-09-242-4/+3
* mptcp: retransmit ADD_ADDR when timeoutGeliang Tang2020-09-243-17/+96
* mptcp: add sk_stop_timer_sync helperGeliang Tang2020-09-241-0/+7
* mptcp: add struct mptcp_pm_add_entryGeliang Tang2020-09-241-7/+12
* mptcp: add mptcp_destroy_common helperGeliang Tang2020-09-243-6/+10
* mptcp: add RM_ADDR related mibsGeliang Tang2020-09-243-0/+9
* mptcp: implement mptcp_pm_remove_subflowGeliang Tang2020-09-243-3/+42
* mptcp: remove addr and subflow in PM netlinkGeliang Tang2020-09-245-11/+130
* mptcp: add accept_subflow re-checkGeliang Tang2020-09-241-4/+6
* mptcp: add ADD_ADDR related mibsGeliang Tang2020-09-243-1/+10
* mptcp: send out ADD_ADDR with echo flagGeliang Tang2020-09-244-23/+32
* mptcp: add the incoming RM_ADDR supportGeliang Tang2020-09-245-4/+66
* mptcp: add the outgoing RM_ADDR supportGeliang Tang2020-09-243-0/+63
* mptcp: rename addr_signal and the related functionsGeliang Tang2020-09-243-18/+18
* net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean2020-09-241-3/+3
* net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli2020-09-231-2/+13
* net: dsa: untag the bridge pvid from rx skbsVladimir Oltean2020-09-231-0/+66
* net: fix a new kernel-doc warning at dev.cMauro Carvalho Chehab2020-09-231-2/+2
* net: bridge: mcast: when forwarding handle filter mode and blocked flagNikolay Aleksandrov2020-09-231-1/+14
* net: bridge: mcast: handle host stateNikolay Aleksandrov2020-09-231-0/+58
* net: bridge: mcast: add support for blocked port groupsNikolay Aleksandrov2020-09-233-6/+46
* net: bridge: mcast: handle port group filter modesNikolay Aleksandrov2020-09-233-2/+215
* net: bridge: mcast: install S,G entries automatically based on reportsNikolay Aleksandrov2020-09-232-39/+138
* net: bridge: mcast: add sg_port rhashtableNikolay Aleksandrov2020-09-234-65/+111
* net: bridge: mcast: add rt_protocol field to the port group structNikolay Aleksandrov2020-09-233-19/+33
* net: bridge: mcast: when igmpv3/mldv2 are enabled lookup (S,G) first, then (*,G)Nikolay Aleksandrov2020-09-231-0/+18
* net: bridge: mdb: add support for add/del/dump of entries with sourceNikolay Aleksandrov2020-09-232-28/+128
* net: bridge: mdb: add support to extend add/del commandsNikolay Aleksandrov2020-09-231-3/+19
* net: bridge: mcast: rename br_ip's u member to dstNikolay Aleksandrov2020-09-233-28/+28
* net: bridge: mcast: use br_ip's src for src groups and querier addressNikolay Aleksandrov2020-09-232-30/+30
* net: bridge: mdb: use extack in br_mdb_add() and br_mdb_add_group()Nikolay Aleksandrov2020-09-231-12/+42
* net: bridge: mdb: move all port and bridge checks to br_mdb_addNikolay Aleksandrov2020-09-231-17/+7
* net: bridge: mdb: use extack in br_mdb_parse()Nikolay Aleksandrov2020-09-231-21/+39
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-2313-127/+343
|\
| * bpf: Using rcu_read_lock for bpf_sk_storage_map iteratorYonghong Song2020-09-211-18/+13
| * bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2020-09-213-42/+16
| * bpf: Mutex protect used_maps array and countYiFei Zhu2020-09-151-3/+8
| * xsk: Fix refcount warning in xp_dma_mapMagnus Karlsson2020-09-141-2/+2
| * tcp: Simplify tcp_set_congestion_control() load=false caseNeal Cardwell2020-09-101-11/+4
| * tcp: simplify _bpf_setsockopt(): Remove flags argumentNeal Cardwell2020-09-101-7/+3
| * tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell2020-09-103-12/+4
| * tcp: Simplify EBPF TCP_CONGESTION to always init CCNeal Cardwell2020-09-101-6/+1
| * tcp: Only init congestion control if not initialized alreadyNeal Cardwell2020-09-103-2/+6
| * net: Allow iterating sockmap and sockhashLorenz Bauer2020-09-101-2/+278
| * net: sockmap: Remove unnecessary sk_fullsock checksLorenz Bauer2020-09-101-2/+2