| Commit message (Expand) | Author | Age | Files | Lines |
* | rfkill: ignore errors from rfkill_toggle_radio in rfkill_add_switch | Henrique de Moraes Holschuh | 2008-07-08 | 1 | -6/+4 |
* | rfkill: some minor kernel-doc changes for rfkill_toggle_radio | Henrique de Moraes Holschuh | 2008-07-08 | 1 | -5/+7 |
* | mac80211: add support for iwconfig wlanX frag auto | Emmanuel Grumbach | 2008-07-08 | 1 | -0/+2 |
* | mac80211: aes_ccm.c remove crypto wrapper and extra args | Harvey Harrison | 2008-07-08 | 1 | -21/+17 |
* | mac80211: pass scratch buffer directly, remove additional pointers | Harvey Harrison | 2008-07-08 | 3 | -23/+20 |
* | mac80211: wpa.c remove rx/tx_data ->fc users | Harvey Harrison | 2008-07-08 | 1 | -13/+8 |
* | mac80211: remove trivial rx_data->fc users | Harvey Harrison | 2008-07-08 | 1 | -56/+51 |
* | mac80211: call bss_info_change only once upon disassociation | Tomas Winkler | 2008-07-08 | 3 | -8/+8 |
* | mac80211: remove ieee80211_get_hdr_info | Harvey Harrison | 2008-07-08 | 3 | -41/+35 |
* | mac80211: remove one user of ieee80211_get_hdr_info | Harvey Harrison | 2008-07-08 | 1 | -41/+37 |
* | mac80211: use symbolic defines in wpa.c | Harvey Harrison | 2008-07-08 | 1 | -7/+7 |
* | mac80211: move QOS control helpers into ieee80211.h | Harvey Harrison | 2008-07-08 | 4 | -24/+18 |
* | iwlwifi: fix typo which caused iwl_get_tx_fail_reason to ever return an empty... | Helmut Schaa | 2008-07-08 | 2 | -2/+2 |
* | mac80211: remove MAC80211_DEBUG from net/mac80211/Kconfig. | Rami Rosen | 2008-07-08 | 1 | -2/+1 |
* | iwlwifi: remove input device and fix rfkill state | Adel Gadllah | 2008-07-08 | 8 | -111/+105 |
* | mac80211: fix warning: unused variable ifsta | Tomas Winkler | 2008-07-08 | 1 | -0/+2 |
* | iwlwifi: request Tx of block ack request if necessary | Ron Rindjunsky | 2008-07-08 | 2 | -6/+6 |
* | mac80211: remove useless tid assignment for management and control frames | Tomas Winkler | 2008-07-08 | 1 | -1/+0 |
* | mac80211: add block ack request capability | Ron Rindjunsky | 2008-07-08 | 5 | -2/+56 |
* | mac80211: Don't request encryption for probe response | Ivo van Doorn | 2008-07-08 | 1 | -0/+1 |
* | iwlwifi: fix error path of iwl_rfkill_init | Tomas Winkler | 2008-07-08 | 1 | -6/+2 |
* | vlan: TCI related type and naming cleanups | Patrick McHardy | 2008-07-08 | 6 | -95/+103 |
* | vlan: remove useless struct hlist_node declaration from if_vlan.h | Patrick McHardy | 2008-07-08 | 1 | -4/+0 |
* | vlan: move struct vlan_dev_info to private header | Patrick McHardy | 2008-07-08 | 7 | -53/+80 |
* | vlan: uninline __vlan_hwaccel_rx | Patrick McHardy | 2008-07-08 | 5 | -61/+72 |
* | vlan: Add ethtool support | Patrick McHardy | 2008-07-08 | 1 | -0/+18 |
* | vlan: Use is_vlan_dev() | Joonwoo Park | 2008-07-08 | 3 | -4/+3 |
* | vlan: fix network_header/mac_header adjustments | Patrick McHardy | 2008-07-08 | 2 | -3/+0 |
* | irda: Remove useless pm_dev references | Rafael J. Wysocki | 2008-07-08 | 3 | -4/+0 |
* | ipv4: remove flush_mutex from ipv4_sysctl_rtcache_flush | Denis V. Lunev | 2008-07-08 | 1 | -8/+6 |
* | net: remove padding from struct socket on 64bit & increase objects/cache | Richard Kennedy | 2008-07-08 | 1 | -2/+2 |
* | netfilter: fix string extension for case insensitive pattern matching | Joonwoo Park | 2008-07-08 | 2 | -3/+50 |
* | textsearch: convert kmalloc + memset to kzalloc | Joonwoo Park | 2008-07-08 | 1 | -2/+1 |
* | textsearch: ts_fsm: return error on request for case insensitive search | Joonwoo Park | 2008-07-08 | 1 | -1/+5 |
* | textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt ... | Joonwoo Park | 2008-07-08 | 1 | -8/+21 |
* | textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithm | Joonwoo Park | 2008-07-08 | 1 | -6/+20 |
* | textsearch: support for case insensitive searching | Joonwoo Park | 2008-07-08 | 2 | -11/+13 |
* | netfilter: ebt_nflog: fix Kconfig typo | Patrick McHardy | 2008-07-08 | 1 | -1/+1 |
* | netfilter: cleanup netfilter_ipv6.h userspace header | Adrian Bunk | 2008-07-08 | 1 | -0/+4 |
* | netfilter: ip6table_filter in netns for real | Alexey Dobriyan | 2008-07-08 | 1 | -9/+22 |
* | netfilter: nf_conntrack: add allocation flag to nf_conntrack_alloc | Pablo Neira Ayuso | 2008-07-08 | 3 | -5/+7 |
* | netfilter: Get rid of refrences to no longer existant Fast NAT. | Russ Dill | 2008-07-08 | 2 | -5/+3 |
* | netfilter: use correct namespace in ip6table_security | Alexey Dobriyan | 2008-07-08 | 1 | -3/+3 |
* | amd8111e: delete non NAPI code from the driver. | Francois Romieu | 2008-07-07 | 2 | -144/+7 |
* | starfire: delete non NAPI code from the driver. | Francois Romieu | 2008-07-07 | 2 | -80/+45 |
* | netdev: remove unused S2IO_NAPI | Francois Romieu | 2008-07-07 | 2 | -19/+2 |
* | netdrv: don't truncate VLAN TCI with VLAN stripping | Patrick McHardy | 2008-07-06 | 7 | -18/+11 |
* | net: fix dev_set_promiscuity() breakage | Patrick McHardy | 2008-07-06 | 1 | -1/+1 |
* | net-sched: consolidate default fifo qdisc setup | Patrick McHardy | 2008-07-05 | 5 | -82/+54 |
* | net-sched: sch_htb: remove write-only qdisc filter_cnt | Patrick McHardy | 2008-07-05 | 1 | -7/+0 |