summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean2020-09-113-38/+31
* net: dsa: tag_8021q: add a context structureVladimir Oltean2020-09-111-64/+63
* net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean2020-09-111-2/+19
* bridge: mcast: Fix incomplete MDB dumpIdo Schimmel2020-09-111-1/+1
* ipv6: remove redundant assignment to variable errColin Ian King2020-09-111-1/+2
* net/smc: use separate work queues for different worker typesKarsten Graul2020-09-107-18/+49
* net/smc: use the retry mechanism for netlink messagesGuvenc Gulce2020-09-101-7/+23
* net/smc: immediate freeing in smc_lgr_cleanup_early()Ursula Braun2020-09-102-20/+4
* net/smc: reduce smc_listen_decline() callsUrsula Braun2020-09-101-16/+6
* net/smc: improve server ISM device determinationUrsula Braun2020-09-103-16/+7
* net/smc: common routine for CLC accept and confirmUrsula Braun2020-09-104-143/+118
* net/smc: dynamic allocation of CLC proposal bufferUrsula Braun2020-09-103-49/+67
* net/smc: introduce better field namesUrsula Braun2020-09-106-57/+55
* net/smc: reduce active tcp_listen workersUrsula Braun2020-09-103-11/+36
* tcp: reflect tos value received in SYN to the socketWei Wang2020-09-103-2/+27
* ip: pass tos into ip_build_and_send_pkt()Wei Wang2020-09-103-5/+9
* tcp: record received TOS value in the request socketWei Wang2020-09-102-3/+4
* net: make sure napi_list is safe for RCU traversalJakub Kicinski2020-09-102-2/+2
* net: manage napi add/del idempotence explicitlyJakub Kicinski2020-09-101-4/+9
* net: remove napi_hash_del() from driver-facing APIJakub Kicinski2020-09-101-13/+6
* devlink: don't crash if netdev is NULLJakub Kicinski2020-09-101-8/+20
* ipmr: Use full VIF ID in netlink cache reportsPaul Davey2020-09-101-1/+1
* ipmr: Add high byte of VIF ID to igmpmsgPaul Davey2020-09-101-2/+6
* ipmr: Add route table ID to netlink cache reportsPaul Davey2020-09-101-1/+3
* devlink: Use controller while building phys_port_nameParav Pandit2020-09-091-0/+14
* devlink: Introduce controller numberParav Pandit2020-09-091-9/+14
* devlink: Introduce external controller flagParav Pandit2020-09-091-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-09-0910-34/+134
|\
| * netfilter: nf_tables: add userdata support for nft_objectJose M. Guisado Gomez2020-09-081-8/+27
| * netfilter: ebt_stp: Remove unused macro BPDU_TYPE_TCNWang Hai2020-09-081-1/+0
| * ipvs: remove dependency on ip6_tablesYaroslav Bolyukin2020-08-311-1/+0
| * netfilter: nft_socket: add wildcard supportBalazs Scheidler2020-08-291-0/+27
| * netfilter: xt_HMARK: Use ip_is_fragment() helperYueHaibing2020-08-281-1/+1
| * netfilter: conntrack: remove unneeded nf_ct_putFlorian Westphal2020-08-281-4/+3
| * netfilter: conntrack: add clash resolution stat counterFlorian Westphal2020-08-283-6/+9
| * netfilter: conntrack: remove ignore statsFlorian Westphal2020-08-283-5/+2
| * netfilter: conntrack: do not increment two error counters at same timeFlorian Westphal2020-08-281-4/+1
| * netfilter: nf_tables: add userdata attributes to nft_tableJose M. Guisado Gomez2020-08-281-1/+21
| * ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye2020-08-281-3/+4
| * netfilter: ip6t_NPT: rewrite addresses in ICMPv6 original packetMichael Zhou2020-08-281-0/+39
* | ipv6: add tos reflection in TCP reset and ackWei Wang2020-09-081-5/+5
* | Merge tag 'rxrpc-next-20200908' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2020-09-0813-665/+610
|\ \
| * | rxrpc: Allow multiple client connections to the same peerDavid Howells2020-09-081-0/+6
| * | rxrpc: Rewrite the client connection managerDavid Howells2020-09-0811-662/+555
| * | rxrpc: Impose a maximum number of client callsDavid Howells2020-09-083-3/+49
* | | net: bridge: mcast: fix unused br var when lockdep isn't definedNikolay Aleksandrov2020-09-081-1/+1
* | | netlabel: Fix some kernel-doc warningsWang Hai2020-09-081-2/+2
* | | cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.cWang Hai2020-09-081-1/+1
* | | net: sched: skip an unnecessay checkTom Rix2020-09-081-2/+3
|/ /
* | net: dsa: don't print non-fatal MTU error if not supportedVladimir Oltean2020-09-071-1/+1