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