summaryrefslogtreecommitdiffstats
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-06pktgen: mac countRobert Olsson1-2/+2
2008-08-06pktgen: random flow Robert Olsson1-1/+5
2008-08-06bridge: Eliminate unnecessary forward delayStephen Hemminger1-7/+18
2008-08-05bridge: fix compile warning in net/bridge/br_netfilter.cRami Rosen1-1/+1
2008-08-05ipv4: remove unused field in struct flowi (include/net/flow.h).Rami Rosen1-1/+0
2008-08-05tg3: Fix 'scheduling while atomic' errorsMatt Carlson1-16/+4
2008-08-05net: Kill plain NET_XMIT_BYPASS.David S. Miller2-14/+1
2008-08-05net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski10-20/+19
2008-08-05net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski12-34/+68
2008-08-04iwl3945: fix merge mistake for packet injectionZhu Yi1-6/+0
2008-08-04iwlwifi: grap nic access before accessing periphery registersTomas Winkler1-1/+3
2008-08-04iwlwifi: decrement rx skb counter in scan abort handlerEmmanuel Grumbach1-0/+1
2008-08-04iwlwifi: fix unhandled interrupt when HW rfkill is onTomas Winkler1-10/+8
2008-08-04iwlwifi: implement iwl5000_calc_rssiTomas Winkler5-51/+119
2008-08-04iwlwifi: memory allocation optimizationGregory Greenman4-28/+59
2008-08-04iwlwifi: HW bug fixesTomas Winkler4-7/+32
2008-08-04p54: Fix potential concurrent access to private dataLarry Finger2-0/+7
2008-08-04rt2x00: Disable link tuning in rt2500usbIvo van Doorn1-0/+14
2008-08-04iwlwifi: Don't use buffer allocated on the stack for led namesSven Wegener4-28/+36
2008-08-04iwlwifi: rename 4965 to AGNTomas Winkler4-63/+68
2008-08-04iwlwifi: fix checkpatch.pl errorsTomas Winkler11-60/+55
2008-08-04iwlwifi: rename iwl4965-base.c to iwl-agn.cTomas Winkler2-4/+2
2008-08-04mac80211: automatic IBSS channel selectionDaniel Drake1-4/+16
2008-08-04iwlwifi: use dtim_period from association, and set listen_intervalTomas Winkler3-4/+5
2008-08-04iwlwifi: RS small compile warnings without CONFIG_IWLWIFI_DEBUGDenis V. Lunev1-0/+2
2008-08-04iwlwifi: bug fix in AGG flow - cast const to ULLEmmanuel Grumbach3-7/+7
2008-08-04iwlwifi: set led register in disassociationEsti Kummer1-16/+24
2008-08-04iwlwifi: kill iwl4965_fill_rs_infoTomas Winkler3-111/+0
2008-08-04iwlwifi: rename iwl-4695-rs to iwl-agn-rsTomas Winkler7-128/+119
2008-08-04iwlwifi: move iwl4965_set_pwr_src to iwl4965-base.cTomas Winkler2-33/+31
2008-08-04iwlwifi: move beacon handling to iwl4965-base.cTomas Winkler4-39/+37
2008-08-04iwlwifi: move iwl4965_mac_ampdu_action to iwl4965-base.cTomas Winkler3-38/+34
2008-08-04mac80211: make listen_interval be limited by low level driverTomas Winkler3-3/+17
2008-08-04mac80211: pass dtim_period to low level driverEmmanuel Grumbach4-1/+28
2008-08-04iwlwifi: corrects power_level in sysfsEsti Kummer3-63/+58
2008-08-04iwlwifi: add power save to 5000 HWMohamed Abbas7-24/+18
2008-08-04net: eliminate refcounting in backlog queueStephen Hemminger1-7/+16
2008-08-04ipv6: Do not drop packet if skb->local_df is set to trueWei Yongjun1-1/+1
2008-08-04sctp: Drop ipfargok in sctp_xmit functionHerbert Xu4-11/+15
2008-08-04ipv6: Fix the return value of Set Hop-by-Hop options header with NULL data po...Yang Hongyang1-0/+2
2008-08-04ipv6: syncookies: free reqsk on xfrm_lookup errorFlorian Westphal1-11/+11
2008-08-03net: Add missing extra2 parameter for ip_default_ttl sysctlSven Wegener1-0/+1
2008-08-03net: use software GSO for SG+CSUM capable netdevicesLennert Buytenhek1-0/+4
2008-08-03net: fix missing pneigh entries in the neighbor seq_file codeChris Larson1-5/+6
2008-08-03net: in the first call to neigh_seq_next, call neigh_get_first, not neigh_get...Chris Larson1-1/+1
2008-08-03pkt_sched: Make sure RTNL is held in qdisc_root_lock().David S. Miller1-0/+12
2008-08-03mac80211: Use queue_lock() in ieee80211_ht_agg_queue_remove().David S. Miller1-2/+4
2008-08-03pkt_sched: Use qdisc_lock() on already sampled root qdisc.David S. Miller2-8/+8
2008-08-02rt2x00: Fix compile warningIvo van Doorn2-3/+3
2008-08-01embedded: fix vc_translate operator precedenceTim Bird1-1/+1