summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-01-31SUNRPC: fix pipe->ops cleanup on pipe dentry unlinkStanislav Kinsbursky
2012-01-31SUNRPC: split cache creation and PipeFS registrationStanislav Kinsbursky
2012-01-31SUNRPC: remove RPC PipeFS mount point reference from RPC clientStanislav Kinsbursky
2012-01-31SUNRPC: remove RPC pipefs mount point manipulations from RPC clients codeStanislav Kinsbursky
2012-01-31SUNRPC: remove RPC client pipefs dentries after unregisterStanislav Kinsbursky
2012-01-31SUNRPC: subscribe RPC clients to pipefs notificationsStanislav Kinsbursky
2012-01-31SUNRPC: make SUNPRC clients list per network namespace contextStanislav Kinsbursky
2012-01-31SUNRPC: handle GSS AUTH pipes by network namespace aware routinesStanislav Kinsbursky
2012-01-31SUNRPC: handle RPC client pipefs dentries by network namespace aware routinesStanislav Kinsbursky
2012-01-31SUNRPC: split SUNPRC PipeFS dentry and private pipe data creationStanislav Kinsbursky
2012-01-31SUNRPC: cleanup GSS pipes usageStanislav Kinsbursky
2012-01-31SUNPRC: cleanup RPC PipeFS pipes upcall interfaceStanislav Kinsbursky
2012-01-31SUNRPC: cleanup PipeFS redundant RPC inode usageStanislav Kinsbursky
2012-01-31SUNRPC: split SUNPRC PipeFS pipe data and inode creationStanislav Kinsbursky
2012-01-31SUNRPC: replace inode lock with pipe lock for RPC PipeFS operationsStanislav Kinsbursky
2012-01-31SUNRPC: added debug messages to RPC pipefsStanislav Kinsbursky
2012-01-31SUNRPC: pipefs per-net operations helper introducedStanislav Kinsbursky
2012-01-31SUNRPC: put pipefs superblock link on network namespaceStanislav Kinsbursky
2012-01-31SUNRPC: pipefs dentry lookup helper introducedStanislav Kinsbursky
2012-01-31SUNRPC: send notification events on pipefs sb creation and destructionStanislav Kinsbursky
2012-01-31SUNRPC: hold current network namespace while pipefs superblock is activeStanislav Kinsbursky
2012-01-31SUNRPC: create RPC pipefs superblock per network namespace contextStanislav Kinsbursky
2012-01-31SUNRPC: remove non-exclusive pipe creation from RPC pipefsStanislav Kinsbursky
2012-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-01-30af_unix: fix EPOLLET regression for stream socketsEric Dumazet
2012-01-30tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell
2012-01-30net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa
2012-01-30Merge tag 'nfs-for-3.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-01-27net caif: Register properly as a pernet subsystem.Eric W. Biederman
2012-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2012-01-26net: RTNETLINK adjusting values of min_ifinfo_dump_sizeStefan Gula
2012-01-26ipv6: Fix ip_gre lockless xmits.Willem de Bruijn
2012-01-26netns: fix net_alloc_generic()Eric Dumazet
2012-01-25tcp: bind() optimize port allocationFlavio Leitner
2012-01-25tcp: bind() fix autoselection to share portsFlavio Leitner
2012-01-25l2tp: l2tp_ip - fix possible oops on packet receiveJames Chapman
2012-01-24rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller
2012-01-24net: flow_dissector.c missing include linux/export.hJesper Dangaard Brouer
2012-01-24llc: Fix race condition in llc_ui_recvmsgRadu Iliescu
2012-01-24mac80211: set bss_conf.idle when vif is connectedEliad Peller
2012-01-24mac80211: update oper_channel on ibss joinEliad Peller
2012-01-23SUNRPC: Fix machine creds in generic_create_cred and generic_matchTrond Myklebust
2012-01-22ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław
2012-01-22bluetooth: hci: Fix type of "enable_hs" to bool.David S. Miller
2012-01-22net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa
2012-01-22tcp: md5: using remote adress for md5 lookup in rst packetshawnlu
2012-01-22pktgen: Fix unsigned function that is returning negative valsPaul Gortmaker
2012-01-22tcp: detect loss above high_seq in recoveryYuchung Cheng
2012-01-22netem: Fix off-by-one bug in reorderingVijay Subramanian
2012-01-20tcp: fix undo after RTO for CUBICNeal Cardwell