summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-09-156LoWPAN: call dev_put() on error in lowpan_newlink()Dan Carpenter1-1/+4
2011-09-156LoWPAN: use the _safe version of list_for_eachDan Carpenter1-1/+3
2011-09-156LoWPAN: use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2011-09-15net: don't clear IFF_XMIT_DST_RELEASE in ether_setupnhorman1-1/+1
2011-09-15net: copy userspace buffers on device forwardingMichael S. Tsirkin2-5/+25
2011-09-15net: Make flow cache namespace-awaredpward1-1/+4
2011-09-15net/can/af_can.c: Change del_timer to del_timer_syncrajan.aggarwal85@gmail.com1-1/+1
2011-09-15tcp: Change possible SYN flooding messagesEric Dumazet3-49/+33
2011-09-15pkt_sched: cls_rsvp.h was outdatedIgor Maravić1-14/+13
2011-09-15Bluetooth: Fix timeout on scanning for the second timeOliver Neukum1-9/+8
2011-09-14mac80211: Update device channel in case of HW channel switch supportedShahar Levi1-0/+3
2011-09-14mac80211: Mark all mesh stations as QoS capableJavier Cardona1-1/+1
2011-09-14mac80211: Mesh data frames must have the QoS headerJavier Cardona7-14/+15
2011-09-14mac80211: Start implementing QoS support for mesh interfacesJavier Cardona4-10/+14
2011-09-14cfg80211: verify format of uAPSD informationJohannes Berg1-0/+5
2011-09-14mac80211: further optimise buffer expiry timerJohannes Berg1-7/+3
2011-09-14mac80211: add ssid config to bss information in AP-modeArik Nemtsov2-1/+20
2011-09-14minstrel_ht: fix Open BA session request floodsChristian Lamparter1-1/+2
2011-09-14mac80211: stop tx before doing hw config and rate updateRajkumar Manoharan2-0/+17
2011-09-14mac80211: Stop forwarding mesh traffic when tx queues are fullJavier Cardona3-0/+10
2011-09-14mac80211: check if mesh frame is in RMC after decryptThomas Pedersen1-9/+6
2011-09-14mac80211: make ieee80211_send_bar available for driversFelix Fietkau3-4/+5
2011-09-14cfg80211: reorder code to obsolete forward declarationSven Neumann1-11/+8
2011-09-14cfg80211: hold reg_mutex when updating regulatorySven Neumann4-5/+18
2011-09-13cfg80211: print bandwidth in chan_reg_rule_print_dbg()Pavel Roskin1-1/+2
2011-09-13nl80211/cfg80211: add match filtering for sched_scanLuciano Coelho1-1/+58
2011-09-13nl80211/cfg80211: add WIPHY_FLAG_AP_UAPSD flagEliad Peller1-1/+4
2011-09-13mac80211: handle allocation failures in mesh_pathtbl_init()Dan Carpenter1-2/+17
2011-09-13mac80211: add flag to indicate HW only Tx-agg setup supportArik Nemtsov3-2/+6
2011-09-13wireless: Remove unnecessary OOM logging messagesJoe Perches4-13/+2
2011-09-13rfkill: Remove unnecessary OOM logging messagesJoe Perches1-1/+0
2011-09-13mac80211: Remove unnecessary OOM logging messagesJoe Perches10-93/+32
2011-09-13mac80211: Consolidate mesh path duplicated functionsJavier Cardona1-42/+28
2011-09-13mac80211: Consolidate {mesh,mpp}_path_flush into one functionJavier Cardona1-39/+26
2011-09-13mac80211: Don't iterate twice over all mpaths when once in sufficientJavier Cardona1-27/+37
2011-09-13mac80211: Remove redundant mesh path expiration checksJavier Cardona1-6/+3
2011-09-13mac80211: Improve mpath state lockingJavier Cardona2-11/+7
2011-09-13mac80211: Remove mesh paths when an interface is removedJavier Cardona4-3/+47
2011-09-13mac80211: Fix RCU pointer dereference in mesh_path_discard_frame()Javier Cardona1-1/+6
2011-09-13cfg80211/nl80211: Indicate roaming feature capability to userspace.Vivek Natarajan1-0/+4
2011-09-13mac80211: retry sending failed BAR frames later instead of tearing down aggrFelix Fietkau2-1/+41
2011-09-13mac80211: Defer tranmission of mesh path errorsJavier Cardona1-2/+30
2011-09-13Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2-15/+7
2011-09-13mac80211: fix missing sta_lock in __sta_info_destroyJohannes Berg1-1/+1
2011-09-10Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2-16/+46
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches5-24/+7
2011-09-08batman-adv: update internal version numberSven Eckelmann1-1/+1
2011-09-08batman-adv: agglomerate all batman iv ogm sending functions in the batman iv ...Marek Lindner8-599/+522
2011-09-08batman-adv: move routing packet initialization into corresponding fileMarek Lindner3-32/+46
2011-09-08batman-adv: agglomerate all batman iv ogm processing functions in a single fileMarek Lindner9-634/+698