summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-09-17net/packet: Fix a comment about mac_headerXie He
2020-09-16net/smc: check variable before dereferencing in smc_close.cKarsten Graul
2020-09-16net: bridge: mcast: don't ignore return value of __grp_src_toex_exclNikolay Aleksandrov
2020-09-15nexthop: Only emit a notification when nexthop is actually deletedIdo Schimmel
2020-09-15nexthop: Convert to blocking notification chainIdo Schimmel
2020-09-15devlink: introduce the health reporter test commandJiri Pirko
2020-09-15ethtool: add standard pause statsJakub Kicinski
2020-09-15bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifierAlexandra Winter
2020-09-14tcp: schedule EPOLLOUT after a partial sendmsgSoheil Hassas Yeganeh
2020-09-14tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh
2020-09-14__netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean
2020-09-14net: try to avoid unneeded backlog flushPaolo Abeni
2020-09-14Merge tag 'rxrpc-next-20200914' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet
2020-09-14net/packet: Fix a comment about hard_header_len and headroom allocationXie He
2020-09-14mptcp: call tcp_cleanup_rbuf on subflowsPaolo Abeni
2020-09-14mptcp: allow picking different xmit subflowsPaolo Abeni
2020-09-14mptcp: allow creating non-backup subflowsPaolo Abeni
2020-09-14mptcp: move address attribute into mptcp_addr_infoPaolo Abeni
2020-09-14mptcp: add OoO related mibsPaolo Abeni
2020-09-14mptcp: cleanup mptcp_subflow_discard_data()Paolo Abeni
2020-09-14mptcp: move ooo skbs into msk out of order queue.Paolo Abeni
2020-09-14mptcp: introduce and use mptcp_try_coalesce()Paolo Abeni
2020-09-14mptcp: basic sndbuf autotuningPaolo Abeni
2020-09-14mptcp: trigger msk processing even for OoO dataPaolo Abeni
2020-09-14mptcp: set data_ready status bit in subflow_check_data_avail()Paolo Abeni
2020-09-14mptcp: rethink 'is writable' conditionalPaolo Abeni
2020-09-14rxrpc: Fix an overget of the conn bundle when setting up a client connDavid Howells
2020-09-14rxrpc: Fix conn bundle leak in net-namespace exitDavid Howells
2020-09-14rxrpc: Fix rxrpc_bundle::alloc_error to be signedDavid Howells
2020-09-14rxrpc: Fix an error goto in rxrpc_connect_call()David Howells
2020-09-11Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean
2020-09-11net: dsa: tag_8021q: add a context structureVladimir Oltean
2020-09-11net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean
2020-09-11bridge: mcast: Fix incomplete MDB dumpIdo Schimmel
2020-09-11ipv6: remove redundant assignment to variable errColin Ian King
2020-09-10net/smc: use separate work queues for different worker typesKarsten Graul
2020-09-10net/smc: use the retry mechanism for netlink messagesGuvenc Gulce
2020-09-10net/smc: immediate freeing in smc_lgr_cleanup_early()Ursula Braun
2020-09-10net/smc: reduce smc_listen_decline() callsUrsula Braun
2020-09-10net/smc: improve server ISM device determinationUrsula Braun
2020-09-10net/smc: common routine for CLC accept and confirmUrsula Braun
2020-09-10net/smc: dynamic allocation of CLC proposal bufferUrsula Braun
2020-09-10net/smc: introduce better field namesUrsula Braun
2020-09-10net/smc: reduce active tcp_listen workersUrsula Braun
2020-09-10tcp: reflect tos value received in SYN to the socketWei Wang
2020-09-10ip: pass tos into ip_build_and_send_pkt()Wei Wang
2020-09-10tcp: record received TOS value in the request socketWei Wang
2020-09-10net: make sure napi_list is safe for RCU traversalJakub Kicinski
2020-09-10net: manage napi add/del idempotence explicitlyJakub Kicinski