summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-01NFS: idmap PipeFS notifier introducedStanislav Kinsbursky2-0/+17
2012-02-01SUNRPC: fix pipe->ops cleanup on pipe dentry unlinkStanislav Kinsbursky1-31/+20
2012-02-01SUNRPC: split cache creation and PipeFS registrationStanislav Kinsbursky1-7/+5
2012-02-01SUNRPC: remove RPC PipeFS mount point reference from RPC clientStanislav Kinsbursky2-15/+14
2012-02-01SUNRPC: remove RPC pipefs mount point manipulations from RPC clients codeStanislav Kinsbursky1-16/+3
2012-02-01SUNRPC: remove RPC client pipefs dentries after unregisterStanislav Kinsbursky1-1/+1
2012-02-01SUNRPC: subscribe RPC clients to pipefs notificationsStanislav Kinsbursky4-10/+90
2012-02-01SUNRPC: make SUNPRC clients list per network namespace contextStanislav Kinsbursky4-12/+24
2012-02-01SUNRPC: handle GSS AUTH pipes by network namespace aware routinesStanislav Kinsbursky1-22/+73
2012-02-01SUNRPC: handle RPC client pipefs dentries by network namespace aware routinesStanislav Kinsbursky1-33/+64
2012-02-01SUNRPC: split SUNPRC PipeFS dentry and private pipe data creationStanislav Kinsbursky2-41/+67
2012-02-01SUNRPC: cleanup GSS pipes usageStanislav Kinsbursky1-38/+38
2012-02-01SUNPRC: cleanup RPC PipeFS pipes upcall interfaceStanislav Kinsbursky2-4/+2
2012-02-01SUNRPC: cleanup PipeFS redundant RPC inode usageStanislav Kinsbursky1-47/+46
2012-02-01SUNRPC: split SUNPRC PipeFS pipe data and inode creationStanislav Kinsbursky2-119/+135
2012-02-01SUNRPC: replace inode lock with pipe lock for RPC PipeFS operationsStanislav Kinsbursky2-48/+47
2012-02-01SUNRPC: added debug messages to RPC pipefsStanislav Kinsbursky1-0/+8
2012-02-01SUNRPC: pipefs per-net operations helper introducedStanislav Kinsbursky3-0/+38
2012-02-01SUNRPC: put pipefs superblock link on network namespaceStanislav Kinsbursky2-0/+6
2012-02-01SUNRPC: pipefs dentry lookup helper introducedStanislav Kinsbursky1-0/+16
2012-02-01SUNRPC: send notification events on pipefs sb creation and destructionStanislav Kinsbursky1-0/+32
2012-02-01SUNRPC: hold current network namespace while pipefs superblock is activeStanislav Kinsbursky1-1/+13
2012-02-01SUNRPC: create RPC pipefs superblock per network namespace contextStanislav Kinsbursky1-1/+2
2012-02-01SUNRPC: remove non-exclusive pipe creation from RPC pipefsStanislav Kinsbursky1-38/+6
2012-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-65/+52
2012-01-30af_unix: fix EPOLLET regression for stream socketsEric Dumazet1-15/+4
2012-01-30tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2012-01-30net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa2-3/+14
2012-01-30Merge tag 'nfs-for-3.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+16
2012-01-28net caif: Register properly as a pernet subsystem.Eric W. Biederman2-21/+2
2012-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-0/+2
2012-01-27net: RTNETLINK adjusting values of min_ifinfo_dump_sizeStefan Gula1-0/+3
2012-01-27ipv6: Fix ip_gre lockless xmits.Willem de Bruijn1-0/+4
2012-01-26netns: fix net_alloc_generic()Eric Dumazet1-15/+16
2012-01-26tcp: bind() optimize port allocationFlavio Leitner1-4/+2
2012-01-26tcp: bind() fix autoselection to share portsFlavio Leitner1-0/+5
2012-01-26l2tp: l2tp_ip - fix possible oops on packet receiveJames Chapman1-5/+0
2012-01-25rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller1-12/+8
2012-01-25net: flow_dissector.c missing include linux/export.hJesper Dangaard Brouer1-0/+1
2012-01-25llc: Fix race condition in llc_ui_recvmsgRadu Iliescu1-0/+5
2012-01-24mac80211: set bss_conf.idle when vif is connectedEliad Peller1-0/+1
2012-01-24mac80211: update oper_channel on ibss joinEliad Peller1-0/+1
2012-01-24SUNRPC: Fix machine creds in generic_create_cred and generic_matchTrond Myklebust1-1/+16
2012-01-23ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław1-0/+1
2012-01-23bluetooth: hci: Fix type of "enable_hs" to bool.David S. Miller1-1/+1
2012-01-23net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa1-2/+2
2012-01-23tcp: md5: using remote adress for md5 lookup in rst packetshawnlu2-2/+2
2012-01-23pktgen: Fix unsigned function that is returning negative valsPaul Gortmaker1-2/+2
2012-01-23tcp: detect loss above high_seq in recoveryYuchung Cheng2-27/+15
2012-01-23netem: Fix off-by-one bug in reorderingVijay Subramanian1-1/+1