| Commit message (Expand) | Author | Age | Files | Lines |
* | [IPV6] UDP,UDPLITE: Sparse: {__udp6_lib,udp,udplite}_err() are of void. | YOSHIFUJI Hideaki | 2008-01-28 | 2 | -2/+2 |
* | [IPV4] UDP,UDPLITE: Sparse: {__udp4_lib,udp,udplite}_err() are of void. | YOSHIFUJI Hideaki | 2008-01-28 | 2 | -2/+2 |
* | [BNX2]: Fix driver phy_flags name space. | Michael Chan | 2008-01-28 | 2 | -82/+84 |
* | [NETNS]: Pass correct namespace in ip_rt_get_source. | Denis V. Lunev | 2008-01-28 | 1 | -1/+1 |
* | [NETNS]: Pass correct namespace in ip_route_input_slow. | Denis V. Lunev | 2008-01-28 | 1 | -3/+4 |
* | [NETNS]: Pass correct namespace in context fib_check_nh. | Denis V. Lunev | 2008-01-28 | 1 | -6/+6 |
* | [NETNS]: Pass correct namespace in fib_validate_source. | Denis V. Lunev | 2008-01-28 | 1 | -2/+4 |
* | [NETNS]: Add netns parameter to inetdev_by_index. | Denis V. Lunev | 2008-01-28 | 5 | -8/+9 |
* | [NETNS]: Add netns parameter to fib_lookup. | Denis V. Lunev | 2008-01-28 | 5 | -12/+13 |
* | [IPV4]: ipmr sparse warnings | Stephen Hemminger | 2008-01-28 | 1 | -3/+7 |
* | [IPV4]: igmp sparse warnings | Stephen Hemminger | 2008-01-28 | 1 | -0/+2 |
* | [VLAN]: sparse warning fix | Stephen Hemminger | 2008-01-28 | 1 | -0/+2 |
* | [BNX2]: Fix driver software flag namespace. | David S. Miller | 2008-01-28 | 2 | -58/+59 |
* | [BNX2] Update version to 1.7.2. | Michael Chan | 2008-01-28 | 1 | -3/+3 |
* | [BNX2]: Add link-down workaround on 5706 serdes. | Michael Chan | 2008-01-28 | 2 | -16/+90 |
* | [BNX2]: Fix minor bug in bnx2_has_work(). | Michael Chan | 2008-01-28 | 1 | -2/+1 |
* | [BNX2]: Disable jumbo rx paging on 5709 Ax. | Michael Chan | 2008-01-28 | 2 | -1/+4 |
* | b43/nphy.c: include headers to avoid build breakage on some platforms | John W. Linville | 2008-01-28 | 1 | -0/+3 |
* | drivers/net/wireless/rt2x00/rt2x00usb.c: fix uninitialized var warning | Andrew Morton | 2008-01-28 | 1 | -1/+1 |
* | drivers/net/wireless/iwlwifi/iwl-3945.c: fix printk warning | Andrew Morton | 2008-01-28 | 1 | -1/+1 |
* | b43legacy: fix use-after-free rfkill bug | Stefano Brivio | 2008-01-28 | 1 | -5/+6 |
* | mac80211: A-MPDU Rx remove stop_rx_ba_session warning print | Ron Rindjunsky | 2008-01-28 | 1 | -3/+0 |
* | mac80211: A-MPDU Rx stop aggregation on proper dev | Ron Rindjunsky | 2008-01-28 | 1 | -3/+5 |
* | mac80211: Initialize vif pointer | Ivo van Doorn | 2008-01-28 | 2 | -0/+2 |
* | libertas: pepper main with debug statement | Holger Schurig | 2008-01-28 | 1 | -62/+82 |
* | libertas: don't blindly try mesh | Holger Schurig | 2008-01-28 | 1 | -23/+27 |
* | libertas: always show firmware release | Holger Schurig | 2008-01-28 | 4 | -20/+25 |
* | libertas: move cardspecific data to driver | Holger Schurig | 2008-01-28 | 3 | -3/+4 |
* | libertas cs/sdio: fix 'NOHZ: local_softirq_pending 08' message | Holger Schurig | 2008-01-28 | 1 | -1/+4 |
* | b43: Add lots of N-PHY lookup tables | Michael Buesch | 2008-01-28 | 2 | -0/+1236 |
* | iwlwifi: style fixes to usage of << and >> operators | Reinette Chatre | 2008-01-28 | 11 | -160/+160 |
* | iwlwifi: remove reference to non-existent documentation | Reinette Chatre | 2008-01-28 | 1 | -12/+8 |
* | iwlwifi: Update iwlwifi version stamp to 1.2.23 | Zhu Yi | 2008-01-28 | 2 | -2/+2 |
* | iwlwifi: 3954 renames iwl3945_rate_scale_priv to iwl3945_rs_sta | Tomas Winkler | 2008-01-28 | 1 | -102/+104 |
* | iwlwifi: 4965 unify rate scale variable names for station data | Tomas Winkler | 2008-01-28 | 1 | -301/+308 |
* | iwlwifi: move uCode helper functions to iwl-helpers.h | Tomas Winkler | 2008-01-28 | 3 | -107/+42 |
* | iwlwifi: fix problem when rf_killswitch change during suspend/resume | Zhu Yi | 2008-01-28 | 2 | -167/+90 |
* | iwlwifi: delay firmware loading from pci_probe to network interface open | Zhu Yi | 2008-01-28 | 4 | -166/+217 |
* | iwlwifi: document scan command | Ben Cahill | 2008-01-28 | 2 | -56/+234 |
* | iwlwifi: remove iwl4965_tx_cmd | Tomas Winkler | 2008-01-28 | 3 | -82/+55 |
* | iwlwifi: move iwl4965_get_dma_hi_address function to iwl-helpers.h | Tomas Winkler | 2008-01-28 | 2 | -7/+7 |
* | iwl4965: Remove redundant code in iwl4965_tx_cmd | Tomas Winkler | 2008-01-28 | 1 | -22/+1 |
* | b43: Add NPHY channel switch code | Michael Buesch | 2008-01-28 | 5 | -13/+1182 |
* | b43: Add NPHY radio init code | Michael Buesch | 2008-01-28 | 8 | -9/+512 |
* | ssb: Add boardflags_hi field to the sprom data structure | Michael Buesch | 2008-01-28 | 2 | -0/+4 |
* | b43: Add Broadcom 2055 radio register definitions | Michael Buesch | 2008-01-28 | 1 | -0/+210 |
* | WAVELAN - compile-time check for struct sizes | Helge Deller | 2008-01-28 | 4 | -60/+9 |
* | b43: Add support for new firmware | Michael Buesch | 2008-01-28 | 6 | -129/+298 |
* | b43: Fix radio ID register reading | Michael Buesch | 2008-01-28 | 1 | -4/+3 |
* | rt2x00: Fix queue_idx initialization | Ivo van Doorn | 2008-01-28 | 1 | -4/+9 |