Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | vlan: Enable software emulation for vlan accleration. | Jesse Gross | 2010-10-21 | 1 | -3/+33 | |
| * | | | | | | vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. | Jesse Gross | 2010-10-21 | 2 | -10/+10 | |
| * | | | | | | ebtables: Allow filtering of hardware accelerated vlan frames. | Jesse Gross | 2010-10-21 | 3 | -18/+34 | |
| * | | | | | | net: avoid RCU for NOCACHE dst | Eric Dumazet | 2010-10-20 | 2 | -6/+32 | |
| * | | | | | | net: allocate tx queues in register_netdevice | Tom Herbert | 2010-10-20 | 1 | -53/+53 | |
| * | | | | | | net: cleanups in RX queue allocation | Tom Herbert | 2010-10-20 | 1 | -19/+17 | |
| * | | | | | | net: fail alloc_netdev_mq if queue count < 1 | Tom Herbert | 2010-10-20 | 1 | -0/+6 | |
| * | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2010-10-20 | 26 | -241/+388 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-10-15 | 16 | -82/+195 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | radiotap: fix vendor namespace parsing | Johannes Berg | 2010-10-15 | 1 | -26/+32 | |
| | | * | | | | | | mac80211: fix SMPS request | Johannes Berg | 2010-10-13 | 1 | -0/+2 | |
| | | * | | | | | | mac80211: add probe request filter flag | Johannes Berg | 2010-10-13 | 4 | -2/+32 | |
| | | * | | | | | | cfg80211: notify drivers about frame registrations | Johannes Berg | 2010-10-13 | 1 | -3/+20 | |
| | | * | | | | | | wireless: Print wiphy name in sysfs. | Ben Greear | 2010-10-12 | 1 | -0/+9 | |
| | | * | | | | | | mac80211: minstrel_ht A-MPDU fix | Björn Smedman | 2010-10-11 | 1 | -3/+4 | |
| | | * | | | | | | mac80211: don't kmalloc 16 bytes | Johannes Berg | 2010-10-11 | 1 | -7/+1 | |
| | | * | | | | | | cfg80211: add channel utilization stats to the survey command | Felix Fietkau | 2010-10-11 | 1 | -0/+15 | |
| | | * | | | | | | mac80211: temporarily disable reorder release timer | Christian Lamparter | 2010-10-11 | 1 | -0/+24 | |
| | | * | | | | | | mac80211: fix possible null-pointer de-reference | Christian Lamparter | 2010-10-11 | 1 | -3/+14 | |
| | | * | | | | | | wireless: Set some stats used by /proc/net/wireless (wext) | Ben Greear | 2010-10-11 | 2 | -1/+7 | |
| | | * | | | | | | mac80211: Improve mlme probe response log messages. | Ben Greear | 2010-10-11 | 1 | -7/+11 | |
| | | * | | | | | | Revert "wireless: Use first phyX name available when registering phy devices." | Johannes Berg | 2010-10-11 | 1 | -30/+24 | |
| | * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 2010-10-15 | 10 | -159/+193 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Bluetooth: clean up rfcomm code | Andrei Emeltchenko | 2010-10-12 | 1 | -15/+14 | |
| | | * | | | | | | | Bluetooth: Update conf_state before send config_req out | Haijun Liu | 2010-10-12 | 1 | -0/+1 | |
| | | * | | | | | | | Bluetooth: Use the proper error value from bt_skb_send_alloc() | Gustavo F. Padovan | 2010-10-12 | 1 | -4/+4 | |
| | | * | | | | | | | Bluetooth: make batostr() print in the right order | Gustavo F. Padovan | 2010-10-12 | 5 | -28/+10 | |
| | | * | | | | | | | Bluetooth: remove unused variable from cmtp | Gustavo F. Padovan | 2010-10-12 | 1 | -2/+1 | |
| | | * | | | | | | | Bluetooth: check for l2cap header in start fragment | Andrei Emeltchenko | 2010-10-12 | 1 | -1/+2 | |
| | | * | | | | | | | Bluetooth: check L2CAP length in first ACL fragment | Andrei Emeltchenko | 2010-10-12 | 1 | -0/+16 | |
| | | * | | | | | | | Bluetooth: Don't clear the blacklist when closing the HCI device | Johan Hedberg | 2010-10-12 | 1 | -1/+0 | |
| | | * | | | | | | | Bluetooth: remove extra newline from debug output | Andrei Emeltchenko | 2010-10-12 | 1 | -1/+1 | |
| | | * | | | | | | | Bluetooth: Use a stream-oriented recvmsg with SOCK_STREAM L2CAP sockets. | Mat Martineau | 2010-10-12 | 1 | -0/+3 | |
| | | * | | | | | | | Bluetooth: Use common SOCK_STREAM receive code in RFCOMM | Mat Martineau | 2010-10-12 | 1 | -98/+6 | |
| | | * | | | | | | | Bluetooth: Add common code for stream-oriented recvmsg() | Mat Martineau | 2010-10-12 | 1 | -0/+109 | |
| | | * | | | | | | | Bluetooth: Validate PSM values in calls to connect() and bind() | Mat Martineau | 2010-10-12 | 1 | -4/+21 | |
| | | * | | | | | | | Bluetooth: Fix RFCOMM RPN negotiation | Yuri Kululin | 2010-10-12 | 1 | -4/+4 | |
| | | * | | | | | | | Bluetooth: HCI devices are either BR/EDR or AMP radios | David Vrabel | 2010-10-12 | 1 | -2/+2 | |
| * | | | | | | | | | phonet: remove the unused variable pn | Changli Gao | 2010-10-20 | 1 | -1/+0 | |
| * | | | | | | | | | netpoll: Revert napi_poll fix for bonding driver | Neil Horman | 2010-10-20 | 1 | -8/+1 | |
| * | | | | | | | | | inet: RCU changes in inetdev_by_index() | Eric Dumazet | 2010-10-19 | 4 | -22/+16 | |
| * | | | | | | | | | net: avoid a dev refcount in ip_mc_find_dev() | Eric Dumazet | 2010-10-19 | 2 | -3/+3 | |
| * | | | | | | | | | bonding: Fix napi poll for bonding driver | Neil Horman | 2010-10-18 | 1 | -1/+8 | |
| * | | | | | | | | | bonding: Fix bonding drivers improper modification of netpoll structure | Neil Horman | 2010-10-18 | 1 | -3/+3 | |
| * | | | | | | | | | IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast() | Andy Walls | 2010-10-18 | 1 | -7/+6 | |
| * | | | | | | | | | tipc: Simplify bearer shutdown logic | Allan Stephens | 2010-10-18 | 1 | -27/+11 | |
| * | | | | | | | | | tipc: Kill tipc_get_mode() completely. | David S. Miller | 2010-10-18 | 1 | -6/+0 | |
| * | | | | | | | | | fib_hash: RCU conversion phase 2 | Eric Dumazet | 2010-10-17 | 2 | -77/+101 | |
| * | | | | | | | | | fib_hash: RCU conversion phase 1 | Eric Dumazet | 2010-10-17 | 1 | -19/+38 | |
| * | | | | | | | | | fib_hash: embed initial hash table in fn_zone | Eric Dumazet | 2010-10-17 | 1 | -29/+23 |