summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv6: remove redundant assignment to variable errColin Ian King2020-04-161-1/+1
* net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe2020-04-154-21/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-152-4/+4
|\
| * xsk: Add missing check on user supplied headroom sizeMagnus Karlsson2020-04-151-3/+2
| * xdp: Reset prog in dev_change_xdp_fd when fd is negativeDavid Ahern2020-04-141-1/+2
* | Merge tag 'mac80211-for-net-2020-04-15' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-04-153-19/+22
|\ \
| * | mac80211: fix channel switch trigger from unknown mesh peerTamizh chelvam2020-04-151-4/+7
| * | mac80211: fix race in ieee80211_register_hw()Sumit Garg2020-04-151-11/+13
| * | nl80211: fix NL80211_ATTR_FTM_RESPONDER policyJohannes Berg2020-04-141-4/+2
| |/
* | net: dsa: Down cpu/dsa ports phylink will controlAndrew Lunn2020-04-151-1/+6
* | rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells2020-04-152-41/+12
|/
* mptcp: fix double-unlock in mptcp_pollFlorian Westphal2020-04-131-12/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-103-4/+5
|\
| * bpf: Fix use of sk->sk_reuseport from sk_assignJoe Stringer2020-04-091-1/+1
| * xsk: Fix out of boundary write in __xsk_rcv_memcpyLi RongQing2020-04-061-2/+3
| * net, sk_msg: Don't use RCU_INIT_POINTER on sk_user_dataJakub Sitnicki2020-04-031-1/+1
* | net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi2020-04-091-4/+9
* | net/rds: Fix MR reference counting problemKa-Cheong Poon2020-04-092-21/+12
* | net/rds: Replace struct rds_mr's r_refcount with struct krefKa-Cheong Poon2020-04-093-23/+20
* | net-sysfs: remove redundant assignment to variable retColin Ian King2020-04-091-1/+1
* | net: qrtr: send msgs from local of same id as broadcastWang Wenhu2020-04-091-3/+4
* | net/tls: fix const assignment warningArnd Bergmann2020-04-081-2/+2
* | l2tp: Allow management of tunnels and session in user namespaceMichael Weiß2020-04-081-8/+8
* | hsr: check protocol version in hsr_newlink()Taehee Yoo2020-04-081-2/+8
* | net: sched: Fix setting last executed chain on skb extensionPaul Blakey2020-04-081-0/+1
* | net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov2020-04-081-1/+2
* | net: icmp6: do not select saddr from iif when route has prefsrc setTim Stallard2020-04-081-1/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-04-086-22/+27
|\ \
| * | netfilter: nf_tables: reintroduce the NFT_SET_CONCAT flagPablo Neira Ayuso2020-04-071-1/+1
| * | netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object typePablo Neira Ayuso2020-04-071-2/+2
| * | netfilter: ipset: Pass lockdep expression to RCU listsAmol Grover2020-04-061-1/+2
| * | netfilter: nf_tables: do not leave dangling pointer in nf_tables_set_alloc_nameEric Dumazet2020-04-051-0/+1
| * | netfilter: xt_IDLETIMER: target v1 - match Android layoutMaciej Żenczykowski2020-04-051-0/+3
| * | netfilter: nf_tables: do not update stateful expressions if lookup is invertedPablo Neira Ayuso2020-04-052-6/+7
| * | netfilter: nft_set_rbtree: Drop spurious condition for overlap detection on i...Stefano Brivio2020-04-051-12/+11
* | | Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-0711-716/+503
|\ \ \
| * | | SUNRPC: Don't start a timer on an already queued rpc taskTrond Myklebust2020-04-051-6/+13
| * | | Merge tag 'nfs-rdma-for-5.7-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2020-03-286-625/+413
| |\ \ \
| | * | | xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever2020-03-276-130/+141
| | * | | xprtrdma: Extract sockaddr from struct rdma_cm_idChuck Lever2020-03-271-21/+14
| | * | | xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever2020-03-276-255/+240
| | * | | xprtrdma: Disconnect on flushed completionChuck Lever2020-03-273-17/+45
| | * | | xprtrdma: Remove rpcrdma_ia::ri_flagsChuck Lever2020-03-273-67/+13
| | * | | xprtrdma: Invoke rpcrdma_ia_open in the connect workerChuck Lever2020-03-273-142/+20
| | * | | xprtrdma: Allocate Protection Domain in rpcrdma_ep_create()Chuck Lever2020-03-271-16/+10
| | * | | xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()Chuck Lever2020-03-273-20/+20
| | * | | xprtrdma: Clean up the post_send pathChuck Lever2020-03-275-18/+18
| | * | | xprtrdma: Refactor frwr_init_mr()Chuck Lever2020-03-273-8/+8
| | * | | xprtrdma: Invoke rpcrdma_ep_create() in the connect workerChuck Lever2020-03-273-103/+56
| | * | | xprtrdma: Enhance MR-related trace pointsChuck Lever2020-03-271-1/+1