summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* NFC: LLCP code identation fixesSamuel Ortiz2012-03-064-93/+100
* NFC: Fix LLCP sockets releasing pathSamuel Ortiz2012-03-062-12/+26
* NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz2012-03-064-23/+17Star
* NFC: SN is not an invalid GT valueSamuel Ortiz2012-03-061-0/+2
* NFC: Unlink LLCP child sockets from llcp_sock_releaseSamuel Ortiz2012-03-061-13/+3Star
* NFC: Fragment LLCP I framesSamuel Ortiz2012-03-061-14/+43
* NFC: Set MIU and RW values from CONNECT and CC LLCP framesSamuel Ortiz2012-03-062-3/+49
* NFC: Send LLCP RR frames to acknowledge received I framesSamuel Ortiz2012-03-063-3/+33
* NFC: Set the right LLCP N(R) value for I framesSamuel Ortiz2012-03-061-1/+1
* NFC: Clear LLCP SDPs whan MAC goes downSamuel Ortiz2012-03-061-0/+13
* NFC: Fix bitops usage in LLCPSamuel Ortiz2012-03-061-10/+10
* NFC: LLCP socket sendmsg implemetationSamuel Ortiz2012-03-063-1/+62
* NFC: Handle Receiver Not Ready LLCP frameSamuel Ortiz2012-03-061-5/+11
* NFC: Factorize the I frame queueing routineSamuel Ortiz2012-03-062-17/+29
* NFC: Add device powered netlink attributeSamuel Ortiz2012-03-061-0/+3
* mac80211: Modify tsf via debugfs in mesh interfacesJavier Cardona2012-03-061-1/+6
* mac80211: fix mesh airtime link metric estimatingThomas Pedersen2012-03-063-10/+22
* cfg80211: expose cfg80211_calculate_bitrate()Thomas Pedersen2012-03-061-0/+1
* cfg80211/mac80211: report signal strength for mgmt framesJohannes Berg2012-03-064-8/+24
* mac80211: combine QoS with other BSS changesJohannes Berg2012-03-054-9/+17
* mac80211: use common radiotap code for cooked monitorsJohannes Berg2012-03-051-30/+9Star
* cfg80211: Add an attribute to set inactivity timeout in AP modeVasanthakumar Thiagarajan2012-03-051-0/+8
* mac80211: fix the support of setting non-forwarding entity in MeshChun-Yeow Yeoh2012-03-052-1/+11
* mac80211: add an rx flag for ignoring a packet's signal strengthFelix Fietkau2012-03-051-3/+6
* mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau2012-03-0510-42/+53
* mac80211: use 16 bit alignment for the if_ibss bssid fieldFelix Fietkau2012-03-051-1/+1
* {nl,cfg,mac}80211: Implement RSSI threshold for mesh peeringAshok Nagarajan2012-03-055-1/+33
* mac80211: Fix the generation of PREQs in proactive RANN mechanism of HWMPChun-Yeow Yeoh2012-03-052-5/+19
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-292-1/+4
|\
| * mac80211: Fix a warning on changing to monitor mode from STAMohammed Shafi Shajakhan2012-02-211-0/+3
| * mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan2012-02-211-1/+1
* | mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg2012-02-292-8/+13
* | mac80211: make deauth/disassoc sequence more naturalJohannes Berg2012-02-291-37/+47
* | mac80211: fix ieee80211_set_disassoc() sending DelBAJohannes Berg2012-02-291-3/+3
* | mac80211: dont call cfg80211 from ieee80211_send_deauth_disassocJohannes Berg2012-02-291-33/+38
* | cfg80211: remove cookies from callbacksJohannes Berg2012-02-294-29/+23Star
* | mac80211: remove local_to_hwJohannes Berg2012-02-274-11/+5Star
* | mac80211: fix sta_info_flush() return valueJohannes Berg2012-02-271-1/+3
* | mac80211: fix auth/assoc data & timer leakJohannes Berg2012-02-273-0/+16
* | mac80211: use proper sub_if_data on suspend pathJakub Kicinski2012-02-271-1/+1
* | mac80211: fix associated vs. idle raceJohannes Berg2012-02-271-1/+15
* | mac80211: clean up asm/unaligned.h inclusionJohannes Berg2012-02-276-2/+4
* | mac80211: remove redundant monitor_work enqueueingEliad Peller2012-02-271-1/+0Star
* | mac80211: don't queue monitor work for HW_CONNECTION_MONITOREliad Peller2012-02-271-2/+6
* | cfg80211: restructure AP/GO mode APIJohannes Berg2012-02-224-206/+210
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-1548-231/+272
|\|
| * mac80211: do not call rate control .tx_status before .rate_initFelix Fietkau2012-02-151-1/+1
| * mac80211: call rate control only after initJohannes Berg2012-02-154-3/+6
| * Bluetooth: Fix possible use after free in delete pathUlisses Furquim2012-02-151-2/+2
| * Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-151-3/+3