summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Tx barriers and locksVladislav Zolotarov2010-02-281-9/+22
* scm: Only support SCM_RIGHTS on unix domain sockets.Eric W. Biederman2010-02-281-0/+2
* vhost-net: restart tx poll on sk_sndbuf fullSridhar Samudrala2010-02-281-1/+5
* vhost: fix get_user_pages_fast error handlingMichael S. Tsirkin2010-02-281-1/+2
* vhost: initialize log eventfd context pointerMichael S. Tsirkin2010-02-281-0/+1
* vhost: logging thinko fixMichael S. Tsirkin2010-02-281-4/+8
* wireless: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-287-36/+31
* ethtool: do not set some flags, if others failedJeff Garzik2010-02-281-4/+6
* ipoib: returned back addrlen check for mc addressesJiri Pirko2010-02-281-1/+5
* netlink: Adding inode field to /proc/net/netlinkMasatake YAMATO2010-02-281-3/+4
* axnet_cs: add new idKen Kawasaki2010-02-281-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2010-02-2821-63/+131
|\
| * Bluetooth: Fix out of scope variable access in hci_sock_cmsg()Johann Felix Soden2010-02-281-1/+3
| * Bluetooth: Add SCO fallback for unsupported feature errorStephen Coe2010-02-271-0/+1
| * Bluetooth: Add controller types for BR/EDR and 802.11 AMPMarcel Holtmann2010-02-274-1/+30
| * Bluetooth: Convert Marvell driver to use per adapter debugfsMarcel Holtmann2010-02-271-7/+7
| * Bluetooth: Convert inquiry cache to use debugfs instead of sysfsMarcel Holtmann2010-02-272-30/+64
| * Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2010-02-2715-25/+25
| * Bluetooth: Add missing kfree() on error path in Atheros driverDan Carpenter2010-02-271-0/+2
| * Bluetooth: Make USB device id constantMárton Németh2010-02-271-1/+1
| * Bluetooth: Add __init/__exit macros to Marvell SDIO driverPeter Huewe2010-02-271-2/+2
* | bridge: Make IGMP snooping depend upon BRIDGE.David S. Miller2010-02-281-0/+1
* | bridge: Add multicast count/interval sysfs entriesHerbert Xu2010-02-281-0/+203
* | bridge: Add hash elasticity/max sysfs entriesHerbert Xu2010-02-283-0/+81
* | bridge: Add multicast_snooping sysfs toggleHerbert Xu2010-02-283-5/+75
* | bridge: Add multicast_router sysfs entriesHerbert Xu2010-02-284-14/+133
* | bridge: Add multicast data-path hooksHerbert Xu2010-02-282-4/+29
* | bridge: Add multicast start/stop hooksHerbert Xu2010-02-284-1/+12
* | bridge: Add multicast forwarding functionsHerbert Xu2010-02-282-0/+82
* | bridge: Add core IGMP snooping supportHerbert Xu2010-02-284-0/+1288
* | bridge: Split may_deliver/deliver_clone out of br_floodHerbert Xu2010-02-281-23/+46
* | bridge: Use BR_INPUT_SKB_CB on xmit pathHerbert Xu2010-02-282-2/+5
* | bridge: Avoid unnecessary clone on forward pathHerbert Xu2010-02-283-16/+25
* | bridge: Allow tail-call on br_pass_frame_upHerbert Xu2010-02-282-5/+13
* | bridge: Do br_pass_frame_up after other portsHerbert Xu2010-02-281-3/+3
* | tg3: Remove now useless VPD codeMatt Carlson2010-02-281-29/+23
* | bnx2: Remove now useless VPD codeMatt Carlson2010-02-281-45/+29
* | pci: Add helper to search for VPD keywordsMatt Carlson2010-02-284-43/+78
* | pci: Add VPD information field helper functionsMatt Carlson2010-02-283-8/+23
* | pci: Add helper to find a VPD resource data typeMatt Carlson2010-02-285-42/+65
* | pci: Add large and small resource data type codeMatt Carlson2010-02-283-13/+67
* | pci: Add PCI LRDT tag size and section sizeMatt Carlson2010-02-283-10/+25
* | ixgbe: move TC_PRIO_CONTROL check into ixgbe_select_queue()John Fastabend2010-02-271-10/+11
* | skbuff: align sk_buff::cb to 64 bit and close some potential holesFelix Fietkau2010-02-271-6/+7
* | bonding: fix device leak on error in bond_create()Patrick McHardy2010-02-271-0/+2
* | rtnetlink: support specifying device flags on device creationPatrick McHardy2010-02-273-14/+55
* | dev: support deferring device flag change notificationsPatrick McHardy2010-02-273-61/+106
* | rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy2010-02-273-5/+14
* | rtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_event()Patrick McHardy2010-02-271-0/+1
* | fs_enet: add FEC TX buffer alignment workaround for MPC5121Anatolij Gustschin2010-02-271-0/+47