aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-26imwc3200: move iwmc3200 SDIO ids to sdio_ids.hTomas Winkler1-0/+6
2009-07-26net: deprecate print_macJohannes Berg1-2/+2
2009-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller4-7/+108
2009-07-25mISDN: Add support for Speedfax+ cardsKarsten Keil1-1/+15
2009-07-25mISDN: Make clearing B-channel a common functionKarsten Keil1-0/+1
2009-07-25ISDN: Add support for none reverse bitstreams to isdnhdcKarsten Keil1-3/+9
2009-07-25ISDN: Clean up isdnhdlc codeKarsten Keil1-31/+37
2009-07-25ISDN: Make isdnhdlc usable for other ISDN driversKarsten Keil1-0/+70
2009-07-24net: remove unused skb->do_not_encryptJohannes Berg1-5/+1
2009-07-24mac80211: remove master netdevJohannes Berg1-0/+3
2009-07-24mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez1-0/+23
2009-07-24mac80211: drop frames for sta with no valid rateLuis R. Rodriguez1-0/+11
2009-07-24nl80211: report BSS statusJohannes Berg1-0/+11
2009-07-24cfg80211: update misleading commentHelmut Schaa1-1/+1
2009-07-24cfg80211: rework key operationJohannes Berg2-1/+22
2009-07-24nl80211: introduce new key attributesJohannes Berg1-0/+36
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-1/+9
2009-07-23Phonet: sockets list through proc_fsRĂ©mi Denis-Courmont1-0/+2
2009-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+1
2009-07-22of/mdio: Add support function for Ethernet fixed-link propertyAnton Vorontsov1-0/+3
2009-07-21rfkill: remove too-strict __must_checkAlan Jenkins1-1/+1
2009-07-20net: explain netns notifiers a little betterJohannes Berg1-7/+9
2009-07-20tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra1-0/+5
2009-07-17connector: make callback argument type explicitMike Frysinger1-3/+3
2009-07-17tun: Allow tap device to send/receive UFO packets.Sridhar Samudrala1-0/+1
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-15/+21
2009-07-16net: sock_copy() fixesEric Dumazet1-13/+19
2009-07-15net/compat/wext: send different messages to compat tasksJohannes Berg1-0/+8
2009-07-15wireless extensions: make netns awareJohannes Berg1-0/+3
2009-07-14skbuff.h: Fix comment for NET_IP_ALIGNTobias Klauser1-2/+2
2009-07-12dropmon: remove duplicated #includeHuang Weiyi1-1/+0
2009-07-12udpv6: Remove unused skb argument of ipv6_select_ident()Sridhar Samudrala1-0/+12
2009-07-12udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.Sridhar Samudrala1-0/+3
2009-07-12net: move and export get_net_ns_by_pidJohannes Berg1-0/+2
2009-07-12genetlink: make netns awareJohannes Berg2-7/+61
2009-07-12net: make namespace iteration possible under RCUJohannes Berg1-0/+3
2009-07-10cfg80211: fix lockingJohannes Berg1-5/+19
2009-07-10cfg80211: mlme API must be able to sleepJohannes Berg1-16/+14
2009-07-10cfg80211: dont use union for wextJohannes Berg1-4/+2
2009-07-10cfg80211: let SME control reassociation vs. associationJohannes Berg2-1/+7
2009-07-10rfkill: prep for rfkill API changesJohannes Berg1-0/+14
2009-07-10cfg80211: keep track of BSSesJohannes Berg1-64/+22
2009-07-10cfg80211: assimilate and export ieee80211_bss_get_ieJohannes Berg1-0/+9
2009-07-10cfg80211: implement get_wireless_statsJohannes Berg1-0/+1
2009-07-10cfg80211: implement IWRATEJohannes Berg1-0/+32
2009-07-10cfg80211: implement IWAP for WDSJohannes Berg1-0/+10
2009-07-10cfg80211: implement iwpowerJohannes Berg1-0/+13
2009-07-10cfg80211: managed mode wext compatibilityJohannes Berg1-1/+35
2009-07-10cfg80211: emulate connect with auth/assocJohannes Berg1-1/+5
2009-07-10cfg80211: connect/disconnect APISamuel Ortiz2-6/+209