aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix sta_info_destroy(NULL)Johannes Berg2008-04-011-3/+5
* mac80211 ibss: flush only stations belonging to current interfaceJohannes Berg2008-04-011-2/+3
* rt2x00: Remove MAC80211_LEDS dependencyIvo van Doorn2008-04-0112-247/+297
* rt2x00: TO_DS filter depends on intf_ap_countIvo van Doorn2008-04-016-5/+17
* rt2x00: Invert scheduled packet_filter checkIvo van Doorn2008-04-011-2/+2
* iwlwifi: Fix synchronous host commandTomas Winkler2008-04-016-48/+52
* iwlwifi: LED initialize before registeringTomas Winkler2008-04-011-2/+4
* iwlwifi: unregister to upper stack before releasing resourcesRon Rindjunsky2008-04-011-3/+5
* iwlwifi: move rate registration to module loadReinette Chatre2008-04-017-20/+46
* iwlwifi: fix race condition during driver unloadMohamed Abbas2008-04-012-4/+62
* iwlwifi: hook iwlwifi with Linux rfkillMohamed Abbas2008-04-019-34/+271
* iwlwifi: add notification infrastructure to iwlcoreMohamed Abbas2008-04-013-0/+36
* net/mac80211/debugfs_netdev.c: use of bool triggers a gcc bugAndrew Morton2008-04-011-1/+1
* rt2x00: fixup some non-functional merge errorsJohn W. Linville2008-04-012-5/+1
* libertas: don't depend on IEEE80211Holger Schurig2008-04-013-1/+31
* libertas: convert sleep/wake config direct commandsHolger Schurig2008-04-015-48/+32
* libertas: convert CMD_802_11_EEPROM_ACCESS to a direct commandHolger Schurig2008-04-016-121/+22
* libertas: convert CMD_802_11_MAC_ADDRESS to a direct commandHolger Schurig2008-04-014-61/+11
* endianness annotations: drivers/net/wireless/rtl8180_dev.cAl Viro2008-04-011-2/+2
* [IPV6][NETNS]: Display per-net info in sockstat6 file.Pavel Emelyanov2008-03-311-7/+34
* [IPV4][NETNS]: Display per-net info in sockstat file.Pavel Emelyanov2008-03-311-7/+34
* [SOCK][NETNS]: Register sockstat(6) files in each net.Pavel Emelyanov2008-03-312-10/+46
* [SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net.Pavel Emelyanov2008-03-312-0/+51
* [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov2008-03-3111-28/+34
* [NETNS]: Introduce a netns_core structure.Pavel Emelyanov2008-03-314-11/+22
* [NET]: Fix allnoconfig build on powerpc and avr32David S. Miller2008-03-311-0/+2
* Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-03-2820-1245/+1678
|\
| * e1000e: reorganize PHY and flow control interfaceJeff Kirsher2008-03-289-159/+205
| * e1000e: rename mc_addr_list_updateJeff Kirsher2008-03-287-23/+24
| * e1000e: reformat comment blocks, cosmetic changes onlyBruce Allan2008-03-2812-642/+1009
| * Compilation fix for ixgbe_main.c.Denis V. Lunev2008-03-281-3/+3
| * net: yellowfin parenthesis fixMariusz Kozlowski2008-03-281-2/+2
| * netdev: ehea: port_lock semaphore to mutexDaniel Walker2008-03-282-22/+24
| * netdev: ehea: bcmc_regs semaphore to mutexDaniel Walker2008-03-282-10/+10
| * netdev: ehea: locking order correctionDaniel Walker2008-03-281-2/+2
| * netdev: ehea: ehea_fw_handles semaphore to mutexDaniel Walker2008-03-282-10/+10
| * netdev: ehea: semaphore to mutexDaniel Walker2008-03-281-4/+4
| * drivers/net/tokenring/3c359.c: use time_* macrosS.Caglar Onur2008-03-281-10/+11
| * drivers/net/arcnet/arcnet.c: use time_* macrosS.Caglar Onur2008-03-282-4/+5
| * 3c509: convert to isa_driver and pnp_driverOndrej Zary2008-03-281-357/+372
* | [UDP]: Remove owner from udp_seq_afinfo.Denis V. Lunev2008-03-285-6/+12
* | [UDP]: Place file operations directly into udp_seq_afinfo.Denis V. Lunev2008-03-285-16/+7
* | [UDP]: Cleanup /proc/udp[6] creation/removal.Denis V. Lunev2008-03-281-37/+9
* | [UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo.Denis V. Lunev2008-03-285-11/+18
* | [UDP]: No need to check afinfo != NULL in udp_proc_(un)register.Denis V. Lunev2008-03-281-4/+0
* | [UDP]: Replace struct net on udp_iter_state with seq_net_private.Denis V. Lunev2008-03-282-5/+5
|/
* [NET]: Fix dev_alloc_skb() typo.David S. Miller2008-03-281-1/+1
* [LIB]: Drop the pcounter itself.Pavel Emelyanov2008-03-283-133/+0
* [SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov2008-03-2812-41/+0
* [SOCK]: Drop per-proto inuse init and fre functions (v2).Pavel Emelyanov2008-03-282-28/+1