aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-29Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-0/+19
2011-05-29Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-148/+188
2011-05-29Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds4-45/+518
2011-05-29SUNRPC: introduce xdr_init_decode_pagesBenny Halevy1-0/+19
2011-05-27SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever2-3/+400
2011-05-27SUNRPC: Remove obsolete commentChuck Lever1-4/+0
2011-05-27SUNRPC: Use AF_LOCAL for rpcbind upcallsChuck Lever2-14/+85
2011-05-27SUNRPC: Clean up use of curly braces in switch casesChuck Lever1-9/+8
2011-05-27SUNRPC: Rename xs_encode_tcp_fragment_header()Chuck Lever1-12/+12
2011-05-27SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Trond Myklebust1-3/+13
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-35/+92
2011-05-27net: Kill ratelimit.h dependency in linux/net.hDavid S. Miller2-0/+2
2011-05-27inetpeer: fix race in unused_list manipulationsEric Dumazet1-15/+27
2011-05-27Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2011-05-27atm: expose ATM device index in sysfsDan Williams1-0/+10
2011-05-27Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6David S. Miller3-11/+24
2011-05-27IPVS: bug in ip_vs_ftp, same list heaad used in all netns.Hans Schillstrom1-8/+19
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds2-2/+2
2011-05-26Merge branches 'core-fixes-for-linus' and 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds8-8/+11
2011-05-26bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller1-0/+1
2011-05-26net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version.Justin Mattock1-4/+1
2011-05-26can: convert to %pK for kptr_restrict supportOliver Hartkopp1-4/+3
2011-05-26net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flagsMichał Mirosław1-1/+24
2011-05-26netfilter: Fix several warnings in compat_mtw_from_user().David Miller1-2/+4
2011-05-26netfilter: ipset: fix ip_set_flush return codeJozsef Kadlecsik1-1/+1
2011-05-26[S390] irq: merge irq.c and s390_ext.cHeiko Carstens1-1/+1
2011-05-26atm: Drop __TIME__ usageMichal Marek2-2/+2
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds2-1/+69
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds39-158/+496
2011-05-25net: hold rtnl again in dump callbacksEric Dumazet2-2/+8
2011-05-25sch_sfq: fix peek() implementationEric Dumazet1-13/+1
2011-05-25sctp: fix memory leak of the ASCONF queue when free asocWei Yongjun1-0/+16
2011-05-25net: make dev_disable_lro use physical device if passed a vlan dev (v2)Neil Horman1-0/+7
2011-05-25net: move is_vlan_dev into public header file (v2)Neil Horman1-5/+0
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty8-8/+11
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds3-25/+89
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller12-100/+417
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds5-23/+28
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-1/+3
2011-05-25net/9p: enable 9p to work in non-default network namespaceRob Landley1-3/+4
2011-05-25net/9p: p9_idpool_get return -1 on errorAneesh Kumar K.V2-9/+13
2011-05-259p: remove experimental tag from tested configurationsEric Van Hensbergen1-4/+4
2011-05-259p: typo fixes and minor cleanupsRob Landley1-5/+5
2011-05-25net/9p: Change linuxdoc names to match functions.Rob Landley1-2/+2
2011-05-24net: fix get_net_ns_by_fd for !CONFIG_NET_NSStephen Rothwell1-22/+27
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville12-100/+417
2011-05-24libceph: subscribe to osdmap when cluster is fullSage Weil1-0/+9
2011-05-24libceph: handle new osdmap down/state change encodingSage Weil1-3/+8
2011-05-24bridge: initialize fake_rtable metricsEric Dumazet1-1/+5