summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-11tcp: Simplify EBPF TCP_CONGESTION to always init CCNeal Cardwell1-6/+1
2020-09-11tcp: Only init congestion control if not initialized alreadyNeal Cardwell3-2/+6
2020-09-11net/smc: use separate work queues for different worker typesKarsten Graul7-18/+49
2020-09-11net/smc: use the retry mechanism for netlink messagesGuvenc Gulce1-7/+23
2020-09-11net/smc: immediate freeing in smc_lgr_cleanup_early()Ursula Braun2-20/+4
2020-09-11net/smc: reduce smc_listen_decline() callsUrsula Braun1-16/+6
2020-09-11net/smc: improve server ISM device determinationUrsula Braun3-16/+7
2020-09-11net/smc: common routine for CLC accept and confirmUrsula Braun4-143/+118
2020-09-11net/smc: dynamic allocation of CLC proposal bufferUrsula Braun3-49/+67
2020-09-11net/smc: introduce better field namesUrsula Braun6-57/+55
2020-09-11net/smc: reduce active tcp_listen workersUrsula Braun3-11/+36
2020-09-11net: DCB: Validate DCB_ATTR_DCB_BUFFER argumentPetr Machata1-0/+8
2020-09-11net: Fix bridge enslavement failureIdo Schimmel1-1/+1
2020-09-10net: Correct the comment of dst_dev_put()Miaohe Lin1-1/+1
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-10net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin1-15/+33
2020-09-10net: Allow iterating sockmap and sockhashLorenz Bauer1-2/+278
2020-09-10net: sockmap: Remove unnecessary sk_fullsock checksLorenz Bauer1-2/+2
2020-09-10mptcp: fix kmalloc flag in mptcp_pm_nl_get_local_idGeliang Tang1-1/+1
2020-09-10mptcp: fix subflow's remote_id issuesGeliang Tang2-3/+6
2020-09-10mptcp: fix subflow's local_id issuesGeliang Tang1-1/+14
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-10tipc: fix shutdown() of connection oriented socketTetsuo Handa1-4/+1
2020-09-10bpf: Remove duplicate headersChen Zhou1-1/+0
2020-09-10devlink: Use controller while building phys_port_nameParav Pandit1-0/+14
2020-09-10devlink: Introduce controller numberParav Pandit1-9/+14
2020-09-10devlink: 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-09hsr: avoid newline at end of message in NL_SET_ERR_MSG_MODYe Bin1-3/+3
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-2/+4
2020-09-09net: qrtr: check skb_put_padto() return valueEric Dumazet1-10/+11
2020-09-09ipv6: add tos reflection in TCP reset and ackWei Wang1-5/+5
2020-09-09ip: fix tos reflection in ack and reset packetsWei Wang1-1/+2
2020-09-09Merge tag 'rxrpc-next-20200908' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller13-665/+610
2020-09-09Merge tag 'ieee802154-for-davem-2020-09-08' of git://git.kernel.org/pub/scm/l...David S. Miller1-3/+5
2020-09-09net: bridge: mcast: fix unused br var when lockdep isn't definedNikolay Aleksandrov1-1/+1
2020-09-09fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=mBrian Vazquez1-1/+1
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-32/+66
2020-09-09netlabel: Fix some kernel-doc warningsWang Hai1-2/+2
2020-09-09cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.cWang Hai1-1/+1
2020-09-09ipv6: avoid lockdep issue in fib6_del()Eric Dumazet1-4/+9
2020-09-09net: dsa: link interfaces with the DSA master to get rid of lockdep warningsVladimir Oltean1-2/+16