aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
* [PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro2008-10-23
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/eric...Linus Torvalds2008-10-20
|\
| * 9p: add more conservative lockingEric Van Hensbergen2008-10-17
| * 9p: fix oops in protocol stat parsing error path.Eric Van Hensbergen2008-10-17
| * 9p: Improve debug supportEric Van Hensbergen2008-10-17
| * 9p: eliminate depricated conv functionsEric Van Hensbergen2008-10-17
| * 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-17
| * 9p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen2008-10-17
| * 9p: remove 9p fcall debug printsEric Van Hensbergen2008-10-17
| * 9p: add new protocol support codeEric Van Hensbergen2008-10-17
| * 9p: encapsulate version functionEric Van Hensbergen2008-10-17
| * 9p: move dirread to fs layerEric Van Hensbergen2008-10-17
| * 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-17
| * 9p: consolidate read/write functionsEric Van Hensbergen2008-10-17
| * 9p: drop broken unused error path from p9_conn_create()Tejun Heo2008-10-17
| * 9p: make rpc code common and rework flush codeEric Van Hensbergen2008-10-17
| * 9p: use the rcall structure passed in the request in trans_fd read_workEric Van Hensbergen2008-10-17
| * 9p: apply common request code to trans_fdEric Van Hensbergen2008-10-17
| * 9p: apply common tagpool handling to trans_fdEric Van Hensbergen2008-10-17
| * 9p: move request management to client codeEric Van Hensbergen2008-10-17
| * 9p: eliminate callback complexityEric Van Hensbergen2008-10-17
| * 9p: consolidate mux_rpc and request structureEric Van Hensbergen2008-10-17
| * 9p: remove unnecessary prototypesEric Van Hensbergen2008-10-17
| * 9p: remove duplicate client stateEric Van Hensbergen2008-10-17
| * 9p: consolidate transport structureEric Van Hensbergen2008-10-17
| * 9p-trans_fd: use single pollerTejun Heo2008-10-17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-20
|\ \
| * | netfilter: replace old NF_ARP calls with NFPROTO_ARPJan Engelhardt2008-10-20
| * | netfilter: fix compilation error with NAT=nPablo Neira Ayuso2008-10-20
| * | netfilter: xt_recent: use proc_create_data()Alexey Dobriyan2008-10-20
| * | netfilter: snmp nat leaks memory in case of failureIlpo Järvinen2008-10-20
| * | netfilter: xt_iprange: fix range inversion matchAlexey Dobriyan2008-10-20
| * | netfilter: ctnetlink: remove obsolete NAT dependency from KconfigPatrick McHardy2008-10-20
| * | pkt_sched: sch_generic: Fix oops in sch_teqlJarek Poplawski2008-10-20
| * | dccp: Port redirection support for DCCPGerrit Renker2008-10-20
| * | tcp: Fix IPv6 fallout from 'Port redirection support for TCP'KOVACS Krisztian2008-10-20
| * | netdev: change name dropping error codesStephen Hemminger2008-10-20
| * | ipvs: Update CONFIG_IP_VS_IPV6 description and help textJulius Volz2008-10-20
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-17
|\| | | |/ |/|
| * net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-16
| * ipv4: Add a missing rcu_assign_pointer() in routing cache.Eric Dumazet2008-10-16
* | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-10-16
|\ \
| * \ Merge branch 'next'Trond Myklebust2008-10-15
| |\ \
| | * | RPC/RDMA: ensure connection attempt is complete before signalling.Tom Talpey2008-10-10
| | * | RPC/RDMA: correct the reconnect timer backoffTom Talpey2008-10-10
| | * | RPC/RDMA: optionally emit useful transport info upon connect/disconnect.Tom Talpey2008-10-10
| | * | RPC/RDMA: reformat a debug printk to keep lines together.Tom Talpey2008-10-10
| | * | RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.Tom Talpey2008-10-10
| | * | RPC/RDMA: fix connect/reconnect resource leak.Tom Talpey2008-10-10
| | * | RPC/RDMA: return a consistent error, when connect fails.Tom Talpey2008-10-10