summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix for GAP/SEC/SEM/BI-10-CŁukasz Rymanowski2020-05-181-0/+4
* rds: convert get_user_pages() --> pin_user_pages()John Hubbard2020-05-171-4/+2
* net: allow __skb_ext_alloc to sleepFlorian Westphal2020-05-172-4/+8
* mptcp: remove inner wait loop from mptcp_sendmsg_fragFlorian Westphal2020-05-171-14/+0
* mptcp: fill skb page frag cache outside of mptcp_sendmsg_fragFlorian Westphal2020-05-171-1/+6
* mptcp: fill skb extension cache outside of mptcp_sendmsg_fragFlorian Westphal2020-05-171-4/+14
* mptcp: avoid blocking in tcp_sendpagesFlorian Westphal2020-05-171-3/+32
* mptcp: break and restart in case mptcp sndbuf is fullFlorian Westphal2020-05-171-0/+36
* mptcp: move common nospace-pattern to a helperFlorian Westphal2020-05-171-14/+13
* ethtool: don't call set_channels in drivers if config didn't changeJakub Kicinski2020-05-161-0/+6
* ethtool: check if there is at least one channel for TX/RX in the coreJakub Kicinski2020-05-162-2/+23
* mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch2020-05-163-9/+27
* netns: enable to inherit devconf from current netnsNicolas Dichtel2020-05-163-9/+41
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-1527-81/+237
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-1521-47/+153
| |\
| | * ipmr: Add lockdep expression to ipmr_for_each_table macroAmol Grover2020-05-141-3/+4
| | * ipmr: Fix RCU list debugging warningAmol Grover2020-05-141-1/+2
| | * tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet2020-05-141-3/+4
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-05-144-8/+38
| | |\
| | | * netfilter: nft_set_rbtree: Add missing expired checksPhil Sutter2020-05-121-0/+11
| | | * netfilter: flowtable: set NF_FLOW_TEARDOWN flag on entry expirationPablo Neira Ayuso2020-05-121-3/+5
| | | * netfilter: conntrack: fix infinite loop on rmmodFlorian Westphal2020-05-111-1/+12
| | | * netfilter: flowtable: Remove WQ_MEM_RECLAIM from workqueueRoi Dayan2020-05-111-1/+1
| | | * netfilter: flowtable: Add pending bit for offload workPaul Blakey2020-05-111-1/+7
| | | * netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2020-05-101-2/+2
| | * | tipc: fix failed service subscription deletionTuong Lien2020-05-132-4/+15
| | * | tipc: fix memory leak in service subscriptingTuong Lien2020-05-131-1/+3
| | * | tipc: fix large latency in smart Nagle streamingTuong Lien2020-05-131-11/+31
| | * | netlabel: cope with NULL catmapPaolo Abeni2020-05-123-3/+12
| | * | tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-122-4/+13
| | * | mptcp: Initialize map_seq upon subflow establishmentChristoph Paasch2020-05-121-0/+2
| | |/
| | * netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li2020-05-091-0/+2
| | * net: ipv4: really enforce backoff for redirectsPaolo Abeni2020-05-081-1/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-05-082-5/+7
| | |\
| | | * bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend2020-05-061-1/+0
| | | * bpf, sockmap: msg_pop_data can incorrecty set an sge lengthJohn Fastabend2020-05-061-1/+1
| | | * bpf: Fix sk_psock refcnt leak when receiving messageXiyu Yang2020-04-271-3/+6
| | * | net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage2020-05-081-2/+4
| | * | net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang2020-05-071-1/+3
| | * | mptcp: set correct vfs info for subflowsPaolo Abeni2020-05-071-0/+10
| | * | Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski2020-05-071-2/+4
| * | | Merge tag 'nfsd-5.7-rc-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-05-116-34/+84
| |\ \ \ | | |/ / | |/| |
| | * | SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever2020-04-273-5/+45
| | * | SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever2020-04-272-9/+18
| | * | SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever2020-04-275-24/+25
* | | | mptcp: cope better with MP_JOIN failurePaolo Abeni2020-05-151-6/+9
* | | | inet_connection_sock: factor out destroy helper.Paolo Abeni2020-05-151-5/+1
* | | | mptcp: add new sock flag to deal with join subflowsPaolo Abeni2020-05-153-8/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-155-16/+45
|\ \ \ \
| * | | | bpf: Implement CAP_BPFAlexei Starovoitov2020-05-152-4/+4