summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: tipc: Supply missing udp_media.h include fileWang Hai2020-09-181-0/+1
* tipc: Remove unused macro CF_SERVERYueHaibing2020-09-181-1/+0
* l2tp: fix up inconsistent rx/tx statisticsTom Parkin2020-09-181-3/+8
* net: openswitch: reuse the helper variable to improve the code readablityZeng Tao2020-09-181-2/+2
* net: bridge: delete duplicated wordsRandy Dunlap2020-09-182-2/+2
* net: atm: delete duplicated wordsRandy Dunlap2020-09-182-2/+2
* net: tipc: delete duplicated wordsRandy Dunlap2020-09-182-2/+2
* net: bluetooth: delete duplicated wordsRandy Dunlap2020-09-182-2/+2
* net: ipv6: delete duplicated wordsRandy Dunlap2020-09-182-2/+2
* net: rds: delete duplicated wordsRandy Dunlap2020-09-182-2/+2
* net: core: delete duplicated wordsRandy Dunlap2020-09-181-2/+2
* tipc: add automatic rekeying for encryption keyTuong Lien2020-09-184-3/+138
* tipc: add automatic session key exchangeTuong Lien2020-09-187-20/+405
* tipc: introduce encryption master keyTuong Lien2020-09-185-62/+174
* tipc: optimize key switching time and logicTuong Lien2020-09-183-231/+165
* devlink: collect flash notify params into a structShannon Nelson2020-09-181-23/+31
* devlink: add timeout information to status_notifyShannon Nelson2020-09-181-6/+23
* net: use exponential backoff in netdev_wait_allrefsFrancesco Ruggeri2020-09-181-2/+10
* mptcp: fix integer overflow in mptcp_subflow_discard_data()Paolo Abeni2020-09-181-1/+1
* net/smc: fix double kfree in smc_listen_work()Ursula Braun2020-09-181-2/+2
* net: hsr: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-181-19/+2
* netlink: add spaces around '&' in netlink_recv/sendmsg()Yang Yingliang2020-09-181-4/+4
* mptcp: Fix unsigned 'max_seq' compared with zero in mptcp_data_queue_ofoYe Bin2020-09-181-2/+3
* net/packet: Fix a comment about mac_headerXie He2020-09-181-11/+12
* net/smc: check variable before dereferencing in smc_close.cKarsten Graul2020-09-171-3/+4
* net: bridge: mcast: don't ignore return value of __grp_src_toex_exclNikolay Aleksandrov2020-09-171-1/+1
* nexthop: Only emit a notification when nexthop is actually deletedIdo Schimmel2020-09-161-2/+2
* nexthop: Convert to blocking notification chainIdo Schimmel2020-09-161-6/+7
* devlink: introduce the health reporter test commandJiri Pirko2020-09-161-0/+30
* ethtool: add standard pause statsJakub Kicinski2020-09-151-1/+62
* bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifierAlexandra Winter2020-09-151-0/+5
* tcp: schedule EPOLLOUT after a partial sendmsgSoheil Hassas Yeganeh2020-09-151-11/+9
* tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh2020-09-151-2/+2
* __netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean2020-09-151-1/+2
* net: try to avoid unneeded backlog flushPaolo Abeni2020-09-141-4/+47
* Merge tag 'rxrpc-next-20200914' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2020-09-142-4/+5
|\
| * rxrpc: Fix an overget of the conn bundle when setting up a client connDavid Howells2020-09-141-1/+0
| * rxrpc: Fix conn bundle leak in net-namespace exitDavid Howells2020-09-141-0/+1
| * rxrpc: Fix rxrpc_bundle::alloc_error to be signedDavid Howells2020-09-141-1/+1
| * rxrpc: Fix an error goto in rxrpc_connect_call()David Howells2020-09-141-2/+3
* | tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet2020-09-142-17/+7
* | net/packet: Fix a comment about hard_header_len and headroom allocationXie He2020-09-141-6/+9
* | mptcp: call tcp_cleanup_rbuf on subflowsPaolo Abeni2020-09-143-1/+9
* | mptcp: allow picking different xmit subflowsPaolo Abeni2020-09-142-18/+99
* | mptcp: allow creating non-backup subflowsPaolo Abeni2020-09-141-1/+2
* | mptcp: move address attribute into mptcp_addr_infoPaolo Abeni2020-09-143-24/+25
* | mptcp: add OoO related mibsPaolo Abeni2020-09-144-1/+34
* | mptcp: cleanup mptcp_subflow_discard_data()Paolo Abeni2020-09-142-45/+14
* | mptcp: move ooo skbs into msk out of order queue.Paolo Abeni2020-09-143-56/+211
* | mptcp: introduce and use mptcp_try_coalesce()Paolo Abeni2020-09-141-12/+19