summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-11-123-28/+78
|\
| * svcrpc: document lack of some memory barriersJ. Bruce Fields2015-11-101-6/+31
| * SUNRPC: drop stale comment in svc_setup_socket()Stefan Hajnoczi2015-11-101-1/+0Star
| * sunrpc/cache: make cache flushing more reliable.Neil Brown2015-10-231-13/+40
| * sunrpc: avoid warning in gss_key_timeoutArnd Bergmann2015-10-231-7/+6Star
| * SUNRPC: Use MSG_SENDPAGE_NOTLAST when calling sendpage()Trond Myklebust2015-10-232-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-1123-163/+288
|\ \
| * | Revert "bridge: Allow forward delay to be cfgd when STP enabled"Vlad Yasevich2015-11-101-4/+9
| * | net: fix a race in dst_release()Eric Dumazet2015-11-101-1/+1
| * | netfilter: nft_meta: use skb_to_full_sk() helperEric Dumazet2015-11-091-16/+20
| * | net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet2015-11-091-46/+92
| * | sched: cls_flow: use skb_to_full_sk() helperEric Dumazet2015-11-091-4/+11
| * | netfilter: xt_owner: use skb_to_full_sk() helperEric Dumazet2015-11-091-2/+4
| * | tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet2015-11-052-2/+2
| * | packet: race condition in packet_bindFrancesco Ruggeri2015-11-051-31/+49
| * | ipv4: use sk_fullsock() in ipv4_conntrack_defrag()Eric Dumazet2015-11-051-3/+2Star
| * | tcp: fix req->saved_syn raceEric Dumazet2015-11-053-11/+14
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-11-052-9/+28
| |\ \
| | * | Bluetooth: L2CAP: Add missing checks for invalid LE DCIDJohan Hedberg2015-11-051-1/+8
| | * | Bluetooth: L2CAP: Fix checked range when allocating new CIDJohan Hedberg2015-11-051-1/+1
| | * | Bluetooth: L2CAP: Fix returning correct LE CoC response codesJohan Hedberg2015-11-051-1/+8
| | * | Bluetooth: Check for supported white list before issuing commandsMarcel Holtmann2015-11-051-6/+11
| * | | ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca2015-11-051-0/+1
| * | | VSOCK: call sk->sk_data_ready() on accept()Stefan Hajnoczi2015-11-051-1/+1
| * | | net/core: ensure features get disabled on new lower devsJarod Wilson2015-11-051-3/+4
| |/ /
| * | net: Fix prefsrc lookupsDavid Ahern2015-11-051-3/+10
| * | ipv4: fix a potential deadlock in mcast getsockopt() pathWANG Cong2015-11-052-23/+34
| * | ipv4: disable BH when changing ip local port rangeWANG Cong2015-11-051-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-11-053-4/+6
| |\ \
| | * | netfilter: nfnetlink: don't probe module if it existsFlorian Westphal2015-10-281-1/+1
| | * | netfilter: nf_nat_redirect: add missing NULL pointer checkMunehisa Kamata2015-10-271-1/+1
| | * | netfilter: xt_TEE: fix NULL dereferenceEric Dumazet2015-10-221-2/+4
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-101-1/+1
|\ \ \ \
| * | | | remove abs64()Andrew Morton2015-11-101-1/+1
* | | | | Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-11-1013-394/+1083
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Sunrpc: Supports hexadecimal number for sysctl files of sunrpc debugKinglong Mee2015-11-031-11/+12
| * | | | SUNRPC: fix variable typeAndrzej Hajda2015-11-031-1/+1
| * | | | Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-11-0214-317/+923
| |\ \ \ \
| | * | | | NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever2015-11-024-0/+35
| | * | | | SUNRPC: Remove the TCP-only restriction in bc_svc_process()Chuck Lever2015-11-021-5/+0Star
| | * | | | svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever2015-11-022-0/+64
| | * | | | xprtrdma: Handle incoming backward direction RPC callsChuck Lever2015-11-023-0/+161
| | * | | | xprtrdma: Add support for sending backward direction RPC repliesChuck Lever2015-11-023-0/+51
| | * | | | xprtrdma: Pre-allocate Work Requests for backchannelChuck Lever2015-11-023-2/+26
| | * | | | xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffersChuck Lever2015-11-025-12/+309
| | * | | | SUNRPC: Abstract backchannel operationsChuck Lever2015-11-022-2/+27
| | * | | | xprtrdma: Saving IRQs no longer needed for rb_lockChuck Lever2015-11-021-14/+10Star
| | * | | | xprtrdma: Remove reply taskletChuck Lever2015-11-021-43/+0Star
| | * | | | xprtrdma: Use workqueue to process RPC/RDMA repliesChuck Lever2015-11-024-18/+65
| | * | | | xprtrdma: Replace send and receive arraysChuck Lever2015-11-022-91/+73Star