summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-15tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh1-2/+2
2020-09-15net: sched: initialize with 0 before setting erspan md->uXin Long1-0/+1
2020-09-15lwtunnel: only keep the available bits when setting vxlan md->gbpXin Long1-0/+1
2020-09-15net: sched: only keep the available bits when setting vxlan md->gbpXin Long2-1/+4
2020-09-15tipc: use skb_unshare() instead in tipc_buf_append()Xin Long1-1/+2
2020-09-15tipc: Fix memory leak in tipc_group_create_member()Peilin Ye1-4/+10
2020-09-15__netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean1-1/+2
2020-09-15ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern3-0/+3
2020-09-15net: try to avoid unneeded backlog flushPaolo Abeni1-4/+47
2020-09-15Merge tag 'rxrpc-next-20200914' of git://git.kernel.org/pub/scm/linux/kernel/...David 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-14batman-adv: Add missing include for in_interrupt()Sven Eckelmann1-0/+1
2020-09-14Bluetooth: pause/resume advertising around suspendDaniel Winkler1-10/+57
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-13Bluetooth: Emit controller suspend and resume eventsAbhishek Pandit-Subedi2-1/+97
2020-09-13Bluetooth: Add suspend reason for device disconnectAbhishek Pandit-Subedi1-0/+4
2020-09-13Bluetooth: Add mgmt suspend and resume eventsAbhishek Pandit-Subedi1-0/+26
2020-09-13Bluetooth: Set ext scan response only when it existsAbhishek Pandit-Subedi1-2/+5
2020-09-13Bluetooth: Only mark socket zapped after unlockingAbhishek Pandit-Subedi1-3/+4
2020-09-12Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean3-38/+31
2020-09-12net: dsa: tag_8021q: add a context structureVladimir Oltean1-64/+63
2020-09-12net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean1-2/+19
2020-09-12taprio: Fix allowing too small intervalsVinicius Costa Gomes1-11/+17
2020-09-12bridge: mcast: Fix incomplete MDB dumpIdo Schimmel1-1/+1
2020-09-12ipv6: remove redundant assignment to variable errColin Ian King1-1/+2
2020-09-11Bluetooth: Add MGMT capability flags for tx power and ext advertisingDaniel Winkler1-0/+2
2020-09-11Bluetooth: Report num supported adv instances for hw offloadingDaniel Winkler2-4/+4
2020-09-11Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTUJoseph Hwang1-0/+6
2020-09-11Bluetooth: Re-order clearing suspend tasksAbhishek Pandit-Subedi1-1/+1
2020-09-11Bluetooth: Fix memory leak in read_adv_mon_features()Peilin Ye1-4/+8
2020-09-11SUNRPC: remove RC4-HMAC-MD5 support from KerberosVArd Biesheuvel7-513/+13
2020-09-11tcp: Simplify tcp_set_congestion_control() load=false caseNeal Cardwell1-11/+4
2020-09-11tcp: simplify _bpf_setsockopt(): Remove flags argumentNeal Cardwell1-7/+3
2020-09-11tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell3-12/+4