summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2020-09-11Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean-38/+31
2020-09-11net: dsa: tag_8021q: add a context structureVladimir Oltean-64/+63
2020-09-11net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean-2/+19
2020-09-11bridge: mcast: Fix incomplete MDB dumpIdo Schimmel-1/+1
2020-09-11ipv6: remove redundant assignment to variable errColin Ian King-1/+2
2020-09-10net/smc: use separate work queues for different worker typesKarsten Graul-18/+49
2020-09-10net/smc: use the retry mechanism for netlink messagesGuvenc Gulce-7/+23
2020-09-10net/smc: immediate freeing in smc_lgr_cleanup_early()Ursula Braun-20/+4
2020-09-10net/smc: reduce smc_listen_decline() callsUrsula Braun-16/+6
2020-09-10net/smc: improve server ISM device determinationUrsula Braun-16/+7
2020-09-10net/smc: common routine for CLC accept and confirmUrsula Braun-143/+118
2020-09-10net/smc: dynamic allocation of CLC proposal bufferUrsula Braun-49/+67
2020-09-10net/smc: introduce better field namesUrsula Braun-57/+55
2020-09-10net/smc: reduce active tcp_listen workersUrsula Braun-11/+36
2020-09-10tcp: reflect tos value received in SYN to the socketWei Wang-2/+27
2020-09-10ip: pass tos into ip_build_and_send_pkt()Wei Wang-5/+9
2020-09-10tcp: record received TOS value in the request socketWei Wang-3/+4
2020-09-10net: make sure napi_list is safe for RCU traversalJakub Kicinski-2/+2
2020-09-10net: manage napi add/del idempotence explicitlyJakub Kicinski-4/+9
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski-13/+6
2020-09-10devlink: don't crash if netdev is NULLJakub Kicinski-8/+20
2020-09-10ipmr: Use full VIF ID in netlink cache reportsPaul Davey-1/+1
2020-09-10ipmr: Add high byte of VIF ID to igmpmsgPaul Davey-2/+6
2020-09-10ipmr: Add route table ID to netlink cache reportsPaul Davey-1/+3
2020-09-09devlink: Use controller while building phys_port_nameParav Pandit-0/+14
2020-09-09devlink: Introduce controller numberParav Pandit-9/+14
2020-09-09devlink: Introduce external controller flagParav Pandit-2/+10
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-34/+134
2020-09-08ipv6: add tos reflection in TCP reset and ackWei Wang-5/+5
2020-09-08Merge tag 'rxrpc-next-20200908' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller-665/+610
2020-09-08net: bridge: mcast: fix unused br var when lockdep isn't definedNikolay Aleksandrov-1/+1
2020-09-08netlabel: Fix some kernel-doc warningsWang Hai-2/+2
2020-09-08cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.cWang Hai-1/+1
2020-09-08net: sched: skip an unnecessay checkTom Rix-2/+3
2020-09-08rxrpc: Allow multiple client connections to the same peerDavid Howells-0/+6
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells-662/+555
2020-09-08rxrpc: Impose a maximum number of client callsDavid Howells-3/+49
2020-09-08netfilter: nf_tables: add userdata support for nft_objectJose M. Guisado Gomez-8/+27
2020-09-08netfilter: ebt_stp: Remove unused macro BPDU_TYPE_TCNWang Hai-1/+0
2020-09-07net: dsa: don't print non-fatal MTU error if not supportedVladimir Oltean-1/+1
2020-09-07net: dsa: change PHY error message againVladimir Oltean-2/+3
2020-09-07rxrpc: Remove unused macro rxrpc_min_rtt_wlenWang Hai-1/+0
2020-09-07net: bridge: mcast: destroy all entries via gcNikolay Aleksandrov-42/+89
2020-09-07net: bridge: mcast: improve IGMPv3/MLDv2 query processingNikolay Aleksandrov-3/+12
2020-09-07net: bridge: mcast: support for IGMPV3/MLDv2 BLOCK_OLD_SOURCES reportNikolay Aleksandrov-0/+97
2020-09-07net: bridge: mcast: support for IGMPV3/MLDv2 CHANGE_TO_INCLUDE/EXCLUDE reportNikolay Aleksandrov-0/+306
2020-09-07net: bridge: mcast: support for IGMPV3/MLDv2 MODE_IS_INCLUDE/EXCLUDE reportNikolay Aleksandrov-0/+126
2020-09-07net: bridge: mcast: support for IGMPv3/MLDv2 ALLOW_NEW_SOURCES reportNikolay Aleksandrov-22/+137
2020-09-07net: bridge: mcast: delete expired port groups without srcsNikolay Aleksandrov-1/+20
2020-09-07net: bridge: mdb: use mdb and port entries in notificationsNikolay Aleksandrov-68/+92