aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2-2/+2
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen4-4/+12
2010-03-06Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-36/+43
2010-03-06nodemask.h: remove macro any_online_nodeH Hartley Sweeten1-1/+1
2010-03-05Merge branch 'nfs-for-2.6.34' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds4-8/+24
2010-03-059P2010.L handshake: .L protocol negotiationSripathi Kodi1-3/+22
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi3-62/+83
2010-03-059P2010.L handshake: Add mount optionSripathi Kodi1-0/+28
2010-03-05net/9p: Handle mount errors correctly.Aneesh Kumar K.V1-1/+3
2010-03-05net/9p: Remove MAX_9P_CHAN limitAneesh Kumar K.V1-43/+27
2010-03-05net/9p: Add multi channel support.Aneesh Kumar K.V1-6/+8
2010-03-05Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust349-9133/+18604
2010-03-04Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incomingJ. Bruce Fields72-353/+612
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-7/+2
2010-03-03Don't bother with d_genocide in rpc_pipeAl Viro1-7/+2
2010-03-02svcrpc: treat uid's as unsignedJ. Bruce Fields1-1/+1
2010-03-02SUNRPC: Handle EINVAL error returns from the TCP connect operationTrond Myklebust1-0/+5
2010-03-02bridge: Fix build error when IGMP_SNOOPING is not enabledSridhar Samudrala1-5/+9
2010-02-28nfsd: ensure sockets are closed on errorNeil Brown1-0/+1
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller9-23/+59
2010-02-28scm: Only support SCM_RIGHTS on unix domain sockets.Eric W. Biederman1-0/+2
2010-02-28Revert "sunrpc: move the close processing after do recvfrom method"J. Bruce Fields1-7/+5
2010-02-28Revert "sunrpc: fix peername failed on closed listener"J. Bruce Fields1-2/+1
2010-02-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-20/+29
2010-02-28ethtool: do not set some flags, if others failedJeff Garzik1-4/+6
2010-02-28netlink: Adding inode field to /proc/net/netlinkMasatake YAMATO1-3/+4
2010-02-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6David S. Miller4-40/+99
2010-02-28bridge: Make IGMP snooping depend upon BRIDGE.David S. Miller1-0/+1
2010-02-28bridge: Add multicast count/interval sysfs entriesHerbert Xu1-0/+203
2010-02-28bridge: Add hash elasticity/max sysfs entriesHerbert Xu3-0/+81
2010-02-28bridge: Add multicast_snooping sysfs toggleHerbert Xu3-5/+75
2010-02-28bridge: Add multicast_router sysfs entriesHerbert Xu4-14/+133
2010-02-28bridge: Add multicast data-path hooksHerbert Xu2-4/+29
2010-02-28bridge: Add multicast start/stop hooksHerbert Xu4-1/+12
2010-02-28bridge: Add multicast forwarding functionsHerbert Xu2-0/+82
2010-02-28bridge: Add core IGMP snooping supportHerbert Xu4-0/+1288
2010-02-28bridge: Split may_deliver/deliver_clone out of br_floodHerbert Xu1-23/+46
2010-02-28bridge: Use BR_INPUT_SKB_CB on xmit pathHerbert Xu2-2/+5
2010-02-28bridge: Avoid unnecessary clone on forward pathHerbert Xu3-16/+25
2010-02-28bridge: Allow tail-call on br_pass_frame_upHerbert Xu2-5/+13
2010-02-28bridge: Do br_pass_frame_up after other portsHerbert Xu1-3/+3
2010-02-28Bluetooth: Fix out of scope variable access in hci_sock_cmsg()Johann Felix Soden1-1/+3
2010-02-27Bluetooth: Add SCO fallback for unsupported feature errorStephen Coe1-0/+1
2010-02-27Bluetooth: Add controller types for BR/EDR and 802.11 AMPMarcel Holtmann2-1/+25
2010-02-27Bluetooth: Convert inquiry cache to use debugfs instead of sysfsMarcel Holtmann1-30/+62
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2-12/+12
2010-02-27rtnetlink: support specifying device flags on device creationPatrick McHardy1-9/+43
2010-02-27dev: support deferring device flag change notificationsPatrick McHardy2-61/+104
2010-02-27rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy2-4/+8
2010-02-27rtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_event()Patrick McHardy1-0/+1