aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/niu.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-28scm: Only support SCM_RIGHTS on unix domain sockets.Eric W. Biederman1-0/+2
2010-02-28vhost-net: restart tx poll on sk_sndbuf fullSridhar Samudrala1-1/+5
2010-02-28vhost: fix get_user_pages_fast error handlingMichael S. Tsirkin1-1/+2
2010-02-28vhost: initialize log eventfd context pointerMichael S. Tsirkin1-0/+1
2010-02-28vhost: logging thinko fixMichael S. Tsirkin1-4/+8
2010-02-28wireless: convert to use netdev_for_each_mc_addrJiri Pirko7-36/+31
2010-02-28ethtool: do not set some flags, if others failedJeff Garzik1-4/+6
2010-02-28ipoib: returned back addrlen check for mc addressesJiri Pirko1-1/+5
2010-02-28netlink: Adding inode field to /proc/net/netlinkMasatake YAMATO1-3/+4
2010-02-28axnet_cs: add new idKen Kawasaki1-0/+1
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-28tg3: Remove now useless VPD codeMatt Carlson1-29/+23
2010-02-28bnx2: Remove now useless VPD codeMatt Carlson1-45/+29
2010-02-28pci: Add helper to search for VPD keywordsMatt Carlson4-43/+78
2010-02-28pci: Add VPD information field helper functionsMatt Carlson3-8/+23
2010-02-28pci: Add helper to find a VPD resource data typeMatt Carlson5-42/+65
2010-02-28pci: Add large and small resource data type codeMatt Carlson3-13/+67
2010-02-28pci: Add PCI LRDT tag size and section sizeMatt Carlson3-10/+25
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 Holtmann4-1/+30
2010-02-27Bluetooth: Convert Marvell driver to use per adapter debugfsMarcel Holtmann1-7/+7
2010-02-27Bluetooth: Convert inquiry cache to use debugfs instead of sysfsMarcel Holtmann2-30/+64
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann15-25/+25
2010-02-27Bluetooth: Add missing kfree() on error path in Atheros driverDan Carpenter1-0/+2
2010-02-27Bluetooth: Make USB device id constantMárton Németh1-1/+1
2010-02-27Bluetooth: Add __init/__exit macros to Marvell SDIO driverPeter Huewe1-2/+2
2010-02-27ixgbe: move TC_PRIO_CONTROL check into ixgbe_select_queue()John Fastabend1-10/+11
2010-02-27skbuff: align sk_buff::cb to 64 bit and close some potential holesFelix Fietkau1-6/+7
2010-02-27bonding: fix device leak on error in bond_create()Patrick McHardy1-0/+2
2010-02-27rtnetlink: support specifying device flags on device creationPatrick McHardy3-14/+55
2010-02-27dev: support deferring device flag change notificationsPatrick McHardy3-61/+106
2010-02-27rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy3-5/+14
2010-02-27rtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_event()Patrick McHardy1-0/+1
2010-02-27fs_enet: add FEC TX buffer alignment workaround for MPC5121Anatolij Gustschin1-0/+47
2010-02-27fs_enet: Add support for MPC512x to fs_enet driverAnatolij Gustschin5-21/+95
2010-02-27fs_enet: use dev_xxx instead of printkAnatolij Gustschin4-38/+27