summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | AX.25: Fix sysctl registration if !CONFIG_AX25_DAMA_SLAVERalf Baechle2008-08-061-10/+4Star
| * | pktgen: mac countRobert Olsson2008-08-061-2/+2
| * | pktgen: random flow Robert Olsson2008-08-061-1/+5
| * | bridge: Eliminate unnecessary forward delayStephen Hemminger2008-08-061-7/+18
| * | Merge branch 'no-ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...David S. Miller2008-08-0537-724/+795
| |\ \
| | * | iwl3945: fix merge mistake for packet injectionZhu Yi2008-08-041-6/+0Star
| | * | iwlwifi: grap nic access before accessing periphery registersTomas Winkler2008-08-041-1/+3
| | * | iwlwifi: decrement rx skb counter in scan abort handlerEmmanuel Grumbach2008-08-041-0/+1
| | * | iwlwifi: fix unhandled interrupt when HW rfkill is onTomas Winkler2008-08-041-10/+8Star
| | * | iwlwifi: implement iwl5000_calc_rssiTomas Winkler2008-08-045-51/+119
| | * | iwlwifi: memory allocation optimizationGregory Greenman2008-08-044-28/+59
| | * | iwlwifi: HW bug fixesTomas Winkler2008-08-044-7/+32
| | * | p54: Fix potential concurrent access to private dataLarry Finger2008-08-042-0/+7
| | * | rt2x00: Disable link tuning in rt2500usbIvo van Doorn2008-08-041-0/+14
| | * | iwlwifi: Don't use buffer allocated on the stack for led namesSven Wegener2008-08-044-28/+36
| | * | iwlwifi: rename 4965 to AGNTomas Winkler2008-08-044-63/+68
| | * | iwlwifi: fix checkpatch.pl errorsTomas Winkler2008-08-0411-60/+55Star
| | * | iwlwifi: rename iwl4965-base.c to iwl-agn.cTomas Winkler2008-08-042-4/+2Star
| | * | mac80211: automatic IBSS channel selectionDaniel Drake2008-08-041-4/+16
| | * | iwlwifi: use dtim_period from association, and set listen_intervalTomas Winkler2008-08-043-4/+5
| | * | iwlwifi: RS small compile warnings without CONFIG_IWLWIFI_DEBUGDenis V. Lunev2008-08-041-0/+2
| | * | iwlwifi: bug fix in AGG flow - cast const to ULLEmmanuel Grumbach2008-08-043-7/+7
| | * | iwlwifi: set led register in disassociationEsti Kummer2008-08-041-16/+24
| | * | iwlwifi: kill iwl4965_fill_rs_infoTomas Winkler2008-08-043-111/+0Star
| | * | iwlwifi: rename iwl-4695-rs to iwl-agn-rsTomas Winkler2008-08-047-128/+119Star
| | * | iwlwifi: move iwl4965_set_pwr_src to iwl4965-base.cTomas Winkler2008-08-042-33/+31Star
| | * | iwlwifi: move beacon handling to iwl4965-base.cTomas Winkler2008-08-044-39/+37Star
| | * | iwlwifi: move iwl4965_mac_ampdu_action to iwl4965-base.cTomas Winkler2008-08-043-38/+34Star
| | * | mac80211: make listen_interval be limited by low level driverTomas Winkler2008-08-043-3/+17
| | * | mac80211: pass dtim_period to low level driverEmmanuel Grumbach2008-08-044-1/+28
| | * | iwlwifi: corrects power_level in sysfsEsti Kummer2008-08-043-63/+58Star
| | * | iwlwifi: add power save to 5000 HWMohamed Abbas2008-08-047-24/+18Star
| * | | bridge: fix compile warning in net/bridge/br_netfilter.cRami Rosen2008-08-051-1/+1
| * | | ipv4: remove unused field in struct flowi (include/net/flow.h).Rami Rosen2008-08-051-1/+0Star
| * | | tg3: Fix 'scheduling while atomic' errorsMatt Carlson2008-08-051-16/+4Star
| * | | net: Kill plain NET_XMIT_BYPASS.David S. Miller2008-08-052-14/+1Star
| * | | net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski2008-08-0510-20/+19Star
| * | | net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski2008-08-0512-34/+68
| * | | net: eliminate refcounting in backlog queueStephen Hemminger2008-08-041-7/+16
| * | | ipv6: Do not drop packet if skb->local_df is set to trueWei Yongjun2008-08-041-1/+1
| * | | sctp: Drop ipfargok in sctp_xmit functionHerbert Xu2008-08-044-11/+15
| * | | ipv6: Fix the return value of Set Hop-by-Hop options header with NULL data po...Yang Hongyang2008-08-041-0/+2
| * | | ipv6: syncookies: free reqsk on xfrm_lookup errorFlorian Westphal2008-08-041-11/+11
| |/ /
| * | net: Add missing extra2 parameter for ip_default_ttl sysctlSven Wegener2008-08-031-0/+1
| * | net: use software GSO for SG+CSUM capable netdevicesLennert Buytenhek2008-08-031-0/+4
| * | net: fix missing pneigh entries in the neighbor seq_file codeChris Larson2008-08-031-5/+6
| * | net: in the first call to neigh_seq_next, call neigh_get_first, not neigh_get...Chris Larson2008-08-031-1/+1
| * | pkt_sched: Make sure RTNL is held in qdisc_root_lock().David S. Miller2008-08-031-0/+12
| * | mac80211: Use queue_lock() in ieee80211_ht_agg_queue_remove().David S. Miller2008-08-031-2/+4
| * | pkt_sched: Use qdisc_lock() on already sampled root qdisc.David S. Miller2008-08-032-8/+8