aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-20Merge branch 'for-2.6.26' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-212/+218
2008-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-50/+153
2008-05-20Merge branch 'from-tomtucker' into for-2.6.26J. Bruce Fields4-210/+216
2008-05-20pktgen: make sure that pktgen_thread_worker has been executedDenis V. Lunev1-0/+4
2008-05-20[VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy3-0/+37
2008-05-20vlan: Correctly handle device notifications for layered VLAN devicesPatrick McHardy1-3/+1
2008-05-20net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags()David Woodhouse1-1/+1
2008-05-20net_sched: cls_api: fix return value for non-existant classifiersPatrick McHardy1-1/+1
2008-05-20ipsec: Use the correct ip_local_out functionHerbert Xu2-2/+2
2008-05-19ipv6 addrconf: Allow infinite prefix lifetime.YOSHIFUJI Hideaki2-25/+52
2008-05-19ipv6 route: Fix lifetime in netlink.YOSHIFUJI Hideaki1-1/+3
2008-05-19ipv6 addrconf: Fix route lifetime setting in corner case.YOSHIFUJI Hideaki1-1/+1
2008-05-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-10/+41
2008-05-19ndisc: Add missing strategies for per-device retrans timer/reachable time settings.YOSHIFUJI Hideaki2-5/+5
2008-05-19svcrdma: Verify read-list fits within RPCSVC_MAXPAGESTom Tucker1-0/+2
2008-05-19svcrdma: Change svc_rdma_send_error return type to voidTom Tucker2-6/+5
2008-05-19svcrdma: Copy transport address and arm CQ before calling rdma_acceptTom Tucker1-9/+14
2008-05-19svcrdma: Set rqstp transport address in rdma_read_complete functionTom Tucker1-0/+1
2008-05-19svcrdma: Use ib verbs version of dma_unmapTom Tucker1-4/+4
2008-05-19svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_freeTom Tucker1-3/+35
2008-05-19svcrdma: Move the QP and cm_id destruction to svc_rdma_freeTom Tucker1-20/+20
2008-05-19svcrdma: Add reference for each SQ/RQ WRTom Tucker1-2/+16
2008-05-19svcrdma: Move destroy to kernel threadTom Tucker1-3/+14
2008-05-19svcrdma: Shrink scope of spinlock on RQ CQTom Tucker1-2/+2
2008-05-19svcrdma: Use standard Linux lists for context cacheTom Tucker1-21/+26
2008-05-19svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker2-48/+15
2008-05-19svcrdma: Remove unused READ_DONE context flags bitTom Tucker2-2/+0
2008-05-19svcrdma: Return error from rdma_read_xdr so caller knows to free contextTom Tucker1-7/+16
2008-05-19svcrdma: Fix error handling during listening endpoint creationTom Tucker1-11/+13
2008-05-19svcrdma: Free context on post_recv error in send_replyTom Tucker1-1/+2
2008-05-19svcrdma: Free context on ib_post_recv errorTom Tucker1-0/+2
2008-05-19svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handlerTom Tucker1-0/+1
2008-05-19svcrdma: Fix return value in svc_rdma_sendTom Tucker1-1/+1
2008-05-19svcrdma: Fix race with dto_tasklet in svc_rdma_sendTom Tucker1-18/+22
2008-05-19svcrdma: Simplify receive buffer postingTom Tucker3-35/+11
2008-05-19svc: Remove unused header files from svc_xprt.cTom Tucker1-21/+0
2008-05-19svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueueTom Tucker1-2/+0
2008-05-18svcrpc: fix proc/net/rpc/auth.unix.ip/content displayJ. Bruce Fields1-2/+2
2008-05-18SUNRPC: AUTH_SYS "machine creds" shouldn't use negative valued uid/gidTrond Myklebust1-4/+4
2008-05-16mac80211: Add RTNL version of ieee80211_iterate_active_interfacesIvo van Doorn1-1/+36
2008-05-16mac80211 : Association with 11n hidden ssid ap.Abhijeet Kolekar1-9/+5
2008-05-14net: handle errors from device_renameStephen Hemminger1-1/+5
2008-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds10-95/+524
2008-05-14net/irda/irnet/irnet_irda.c needs unaligned.hAndrew Morton1-0/+1
2008-05-149p: fix error path during early mountEric Van Hensbergen4-20/+23
2008-05-149p: make cryptic unknown error from server less scaryEric Van Hensbergen1-2/+2
2008-05-149p: fix flags length in netSteven Rostedt2-3/+3
2008-05-149p: Correct fidpool creation failure in p9_client_createJosef 'Jeff' Sipek1-1/+1
2008-05-149p: use struct mutex instead of struct semaphoreJosef 'Jeff' Sipek1-9/+9
2008-05-149p: propagate parse_option changes to client and transportsEric Van Hensbergen2-14/+45