aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-15bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifierAlexandra Winter1-0/+5
2020-09-14tcp: schedule EPOLLOUT after a partial sendmsgSoheil Hassas Yeganeh1-11/+9
2020-09-14tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh1-2/+2
2020-09-14__netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean1-1/+2
2020-09-14net: try to avoid unneeded backlog flushPaolo Abeni1-4/+47
2020-09-14Merge tag 'rxrpc-next-20200914' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller2-4/+5
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet2-17/+7
2020-09-14net/packet: Fix a comment about hard_header_len and headroom allocationXie He1-6/+9
2020-09-14mptcp: call tcp_cleanup_rbuf on subflowsPaolo Abeni3-1/+9
2020-09-14mptcp: allow picking different xmit subflowsPaolo Abeni2-18/+99
2020-09-14mptcp: allow creating non-backup subflowsPaolo Abeni1-1/+2
2020-09-14mptcp: move address attribute into mptcp_addr_infoPaolo Abeni3-24/+25
2020-09-14mptcp: add OoO related mibsPaolo Abeni4-1/+34
2020-09-14mptcp: cleanup mptcp_subflow_discard_data()Paolo Abeni2-45/+14
2020-09-14mptcp: move ooo skbs into msk out of order queue.Paolo Abeni3-56/+211
2020-09-14mptcp: introduce and use mptcp_try_coalesce()Paolo Abeni1-12/+19
2020-09-14mptcp: basic sndbuf autotuningPaolo Abeni1-4/+13
2020-09-14mptcp: trigger msk processing even for OoO dataPaolo Abeni3-42/+78
2020-09-14mptcp: set data_ready status bit in subflow_check_data_avail()Paolo Abeni1-11/+8
2020-09-14mptcp: rethink 'is writable' conditionalPaolo Abeni2-27/+50
2020-09-14rxrpc: Fix an overget of the conn bundle when setting up a client connDavid Howells1-1/+0
2020-09-14rxrpc: Fix conn bundle leak in net-namespace exitDavid Howells1-0/+1
2020-09-14rxrpc: Fix rxrpc_bundle::alloc_error to be signedDavid Howells1-1/+1
2020-09-14rxrpc: Fix an error goto in rxrpc_connect_call()David Howells1-2/+3
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