summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-112-12/+29
|\
| * SUNRPC: Fix a deadlock in rpc_client_register()Trond Myklebust2013-07-101-7/+9
| * rpc_pipe: rpc_dir_inode_operations can be staticFengguang Wu2013-07-091-1/+1
| * rpc_pipe: set dentry operations at d_alloc timeJeff Layton2013-07-091-5/+20
* | Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds2013-07-113-76/+167
|\ \
| * | 9P: Add cancelled() to the transport functions.Simon Derr2013-07-072-3/+20
| * | 9P/RDMA: count posted buffers without a pending requestSimon Derr2013-07-072-3/+34
| * | 9P/RDMA: Improve error handling in rdma_requestSimon Derr2013-07-071-16/+28
| * | 9P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr2013-07-071-6/+3
| * | 9P/RDMA: Use a semaphore to protect the RQSimon Derr2013-07-071-10/+12
| * | 9P/RDMA: Protect against duplicate repliesSimon Derr2013-07-071-0/+7
| * | 9P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr2013-07-071-3/+1
| * | 9pnet: refactor struct p9_fcall alloc codeSimon Derr2013-07-071-17/+18
| * | 9P/RDMA: rdma_request() needs not allocate req->rcSimon Derr2013-07-071-19/+0
| * | 9P: Fix fcall allocation for rdmaSimon Derr2013-07-071-16/+23
| * | net/9p: add privport option to 9p tcp transportJim Garlick2013-07-071-1/+39
* | | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-116-51/+63
|\ \ \
| * | | svcrpc: fix failures to handle -1 uid'sJ. Bruce Fields2013-07-081-2/+0
| * | | sunrpc: Don't schedule an upcall on a replaced cache entry.NeilBrown2013-07-011-1/+2
| * | | net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown2013-07-012-8/+2
| * | | sunrpc/cache: ensure items removed from cache do not have pending upcalls.NeilBrown2013-07-011-1/+5
| * | | sunrpc/cache: use cache_fresh_unlocked consistently and correctly.NeilBrown2013-07-011-13/+7
| * | | sunrpc/cache: remove races with queuing an upcall.NeilBrown2013-07-011-11/+29
| * | | svcrpc: don't error out on small tcp fragmentJ. Bruce Fields2013-07-011-1/+1
| * | | svcrpc: fix handling of too-short rpc'sJ. Bruce Fields2013-07-011-2/+7
| * | | svcrpc: store gss mech in svc_credJ. Bruce Fields2013-07-012-4/+5
| * | | svcrpc: introduce init_svc_credJ. Bruce Fields2013-07-011-4/+2
| * | | Merge branch 'for-3.10' into 'for-3.11'J. Bruce Fields2013-07-012-8/+12
| |\ \ \
| * | | | sunrpc: the cache_detail in cache_is_valid is unused any morechaoting fan2013-05-211-4/+4
| * | | | sunrpc: server back channel needs no rpcbind methodJ. Bruce Fields2013-05-151-1/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-09331-7956/+11095
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | net: sctp: confirm route during forward progressDaniel Borkmann2013-07-092-0/+15
| * | | | net: rename low latency sockets functions to busy pollEliezer Tamir2013-07-083-10/+11
| * | | | bridge: fix some kernel warning in multicast timerCong Wang2013-07-062-2/+2
| * | | | sit: fix tunnel update via netlinkNicolas Dichtel2013-07-041-2/+2
| * | | | ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa2013-07-031-0/+2
| * | | | net: ipv6: fix wrong ping_v6_sendmsg return valueLorenzo Colitti2013-07-031-1/+4
| * | | | net: ipv6: add missing lock in ping_v6_sendmsgLorenzo Colitti2013-07-031-0/+2
| * | | | netem: fix possible NULL deref in netem_dequeue()Eric Dumazet2013-07-031-3/+5
| * | | | core: Copy inner_protocol in copy_skb_header()Joe Stringer2013-07-031-0/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-0315-58/+88
| |\ \ \ \
| * | | | | net: gre: move GSO functions to gre_offloadDaniel Borkmann2013-07-033-103/+131
| * | | | | ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar2013-07-021-44/+55
| * | | | | l2tp: make datapath resilient to packet loss when sequence numbers enabledJames Chapman2013-07-022-5/+34
| * | | | | l2tp: make datapath sequence number support RFC-compliantJames Chapman2013-07-022-5/+33
| * | | | | l2tp: do data sequence number handling in a separate funcJames Chapman2013-07-021-20/+34
| * | | | | sctp: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud2013-07-021-1/+1
| * | | | | core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()Isaku Yamahata2013-07-021-0/+6
| * | | | | ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa2013-07-021-6/+10
| * | | | | ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-022-2/+8
OpenPOWER on IntegriCloud