summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | mac80211: remove auth algorithm retryJohannes Berg2009-07-104-62/+4
* | | mac80211: re-add HT disablingJohannes Berg2009-07-101-1/+9
* | | cfg80211: implement get_wireless_statsJohannes Berg2009-07-102-68/+60
* | | cfg80211: implement IWRATEJohannes Berg2009-07-103-74/+108
* | | cfg80211: implement IWAP for WDSJohannes Berg2009-07-103-22/+61
* | | cfg80211: implement iwpowerJohannes Berg2009-07-107-90/+114
* | | cfg80211: managed mode wext compatibilityJohannes Berg2009-07-109-337/+590
* | | cfg80211: emulate connect with auth/assocJohannes Berg2009-07-106-31/+469
* | | cfg80211: connect/disconnect APISamuel Ortiz2009-07-107-12/+620
* | | mac80211: remove an unused function declarationJohannes Berg2009-07-101-3/+0
* | | cfg80211: introduce nl80211 testmode commandJohannes Berg2009-07-104-0/+168
* | | wext: constify extra argument to wireless_send_eventJohannes Berg2009-07-101-1/+1
* | | mac80211: tell SME about real auth stateJohannes Berg2009-07-101-1/+7
* | | cfg80211: remove wireless_dev->bssidJohannes Berg2009-07-101-10/+3
* | | cfg80211: use proper allocation flagsJohannes Berg2009-07-108-59/+77
* | | nl80211: clean up function definitionsJohannes Berg2009-07-101-29/+29
* | | cfg80211: move break statement to correct placeJohannes Berg2009-07-101-15/+16
* | | wext: default to yJohannes Berg2009-07-101-9/+3
* | | mac80211: fix todo lockJohannes Berg2009-07-101-13/+15
* | | wext: allow returning NULL statsJohannes Berg2009-07-101-1/+8
* | | cfg80211: send wext MLME-MICHAELMICFAILURE.indicationJohannes Berg2009-07-102-17/+17
* | | cfg80211: infer WPA and WPA2 support from TKIP and CCMPDavid Kilroy2009-07-101-4/+4
* | | cfg80211: set WE encoding size based on available ciphersDavid Kilroy2009-07-101-3/+10
* | | cfg80211: allow drivers that can't scan for specific ssidsDavid Kilroy2009-07-102-4/+2
* | | cfg80211: Advertise ciphers via WE according to driver capabilityDavid Kilroy2009-07-101-2/+13
* | | cfg80211: prohibit scanning the same channel more than onceJohannes Berg2009-07-101-3/+30
* | | mac80211: improve per-sta debugfsJohannes Berg2009-07-102-36/+79
* | | mac80211: push rx status into skb->cbJohannes Berg2009-07-108-66/+43
* | | cfg80211: issue netlink notification when scan startsJohannes Berg2009-07-103-10/+34
* | | cfg80211: pass netdev to change_virtual_intfJohannes Berg2009-07-103-15/+8
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-1016-48/+30
|\| |
| * | net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-109-19/+19
| * | netpoll: Fix carrier detection for drivers that are using phylibAnton Vorontsov2009-07-091-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-07-094-3/+6
| |\ \
| | * | mac80211: minstrel: avoid accessing negative indices in rix_to_ndx()Luciano Coelho2009-07-071-1/+4
| | * | cfg80211: fix refcount leakJohannes Berg2009-07-071-1/+0
| | * | mac80211: fix allocation in mesh_queue_preqAndrey Yurovsky2009-07-071-1/+1
| | * | Wireless: nl80211, fix lock imbalanceJiri Slaby2009-07-071-0/+1
| * | | ipv4: Fix fib_trie rebalancing, part 4 (root thresholds)Jarek Poplawski2009-07-081-2/+2
| |/ /
| * | sctp: fix warning at inet_sock_destruct() while release sctp socketWei Yongjun2009-07-061-23/+2
* | | netpoll: Introduce netpoll_carrier_timeout kernel optionAnton Vorontsov2009-07-081-1/+5
* | | econet: use NET_RX_SUCCESS instead of magic number 0 for econet_rcv successfu...Mark Smith2009-07-071-2/+2
* | | ipv6: correct return on ipv6_rcv() packet dropMark Smith2009-07-071-3/+3
* | | net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-063-10/+10
* | | net, bridge: align br_nf_ops assignmentCyrill Gorcunov2009-07-061-40/+56
* | | tipc: Add socket options to get number of queued messagesoscar.medina@motorola.com2009-07-061-0/+6
* | | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-0616-39/+39
* | | net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal2009-07-062-2/+2
|/ /
* | dsa: fix 88e6xxx statistics counter snapshottingStephane Contri2009-07-061-1/+1
* | IPv6: preferred lifetime of address not getting updatedBrian Haley2009-07-041-3/+27