summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: implement support for 4-address frames for AP and client modeFelix Fietkau2009-11-117-12/+99
* nl80211: add a parameter for using 4-address frames on virtual interfacesFelix Fietkau2009-11-111-0/+11
* mac80211: improve peer link management debuggingRui Paulo2009-11-111-2/+13
* mac80211: improve HWMP debuggingRui Paulo2009-11-111-6/+5Star
* mac80211: allow processing of more than one HWMP IERui Paulo2009-11-111-22/+25
* mac80211: add MAC80211_VERBOSE_MHWMP_DEBUGRui Paulo2009-11-112-4/+28
* mac80211: update the format of path selection framesRui Paulo2009-11-112-1/+2
* mac80211: update peer link management IE and action framesRui Paulo2009-11-114-18/+20
* mac80211: fix typo in a commentRui Paulo2009-11-111-1/+1
* mac80211: implement the meshconf formation info fieldRui Paulo2009-11-112-3/+8
* mac80211: set MESH_TTL to 31Rui Paulo2009-11-111-1/+1
* mac80211: update meshconf IERui Paulo2009-11-112-45/+34Star
* CAN: use dev_get_by_index_rcustephen hemminger2009-11-111-3/+3
* IPV4: use rcu to walk list of devices in IGMPstephen hemminger2009-11-111-8/+10
* decnet: use RCU to find network devicesstephen hemminger2009-11-111-8/+6Star
* net: use rcu for network scheduler APIstephen hemminger2009-11-111-3/+4
* vlan: eliminate use of dev_base_lockstephen hemminger2009-11-111-7/+6Star
* IPv6: use ipv6_addr_v4mapped()Brian Haley2009-11-111-1/+1
* sit: Clean up DF code by copying from IPIPHerbert Xu2009-11-111-21/+21
* ipv6: Allow inet6_dump_addr() to handle more than 64 addressesEric Dumazet2009-11-111-0/+6
* ipv6: speedup inet6_dump_ifinfo()Eric Dumazet2009-11-111-17/+28
* net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guardCyrill Gorcunov2009-11-113-3/+3
* udp: bind() optimisationEric Dumazet2009-11-112-15/+72
* Phonet: allocate and copy for pipe TX without sock lockRémi Denis-Courmont2009-11-111-17/+12Star
* Phonet: put sockets in a hash tableRémi Denis-Courmont2009-11-112-25/+55
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-0926-699/+466Star
|\
| * mac80211: async station powersave handlingJohannes Berg2009-11-066-85/+168
| * mac80211: fix internal scan requestJohannes Berg2009-11-051-0/+1
| * mac80211: Fix IBSS mergeSujith2009-11-051-0/+4
| * mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg2009-11-051-2/+16
| * cfg80211: remove dead variableJohannes Berg2009-11-051-2/+0Star
| * cfg80211: validate scan channelsJohannes Berg2009-11-023-18/+35
| * cfg80211: Fix WEXT compat siwauth wpa and group cipherJouni Malinen2009-11-021-4/+2Star
| * mac80211: fix scan abort sanity checksJohannes Berg2009-11-021-4/+8
| * mac80211: make CALL_TXH a statementJohannes Berg2009-11-021-16/+18
| * mac80211: remove bogus codeJohannes Berg2009-10-301-7/+0Star
| * mac80211: remove sent_ps_bufferedJohannes Berg2009-10-302-6/+3Star
| * mac80211: also drop qos-nullfunc frames silentlyJohannes Berg2009-10-301-5/+10
| * mac80211: unconditionally set IEEE80211_TX_CTL_SEND_AFTER_DTIMJohannes Berg2009-10-301-4/+3Star
| * mac80211: deprecate qual valueJohannes Berg2009-10-303-5/+0Star
| * mac80211: introduce ieee80211_beacon_get_tim()Johannes Berg2009-10-301-3/+14
| * mac80211: make align adjustment code support paged SKBZhu Yi2009-10-301-4/+4
| * mac80211: remove RX_FLAG_RADIOTAPJohannes Berg2009-10-302-25/+16Star
| * mac80211: fix radiotap header generationJohannes Berg2009-10-301-14/+12Star
| * mac80211: split hardware scan by bandJohannes Berg2009-10-303-32/+80
| * mac80211: remove outdated commentJohannes Berg2009-10-301-2/+0Star
| * mac80211: fix dynamic power save for devices with nullfunc support in hwKalle Valo2009-10-301-1/+5
| * mac80211: refactor dynamic power save checkKalle Valo2009-10-301-3/+21
| * cfg80211/mac80211: use debugfs_remove_recursiveJohannes Berg2009-10-3014-462/+51Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-093-28/+33
|\ \