summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-01-12mac80211: allow station updates on ap interfaces for vlan stationsFelix Fietkau3-6/+30
2010-01-12mac80211: use nullfunc frames for 4-addr sta detectionFelix Fietkau2-0/+51
2010-01-12cfg80211: Fix country IE parsing for single channel tripletsLuis R. Rodriguez1-4/+221
2010-01-12cfg80211: process the max power on a country IELuis R. Rodriguez1-1/+1
2010-01-12cfg80211: add debug print when we drop a bogus country IELuis R. Rodriguez1-1/+3
2010-01-12mac80211: fix a few work bugsJohannes Berg2-0/+5
2010-01-12cfg80211: Store IEs from both Beacon and Probe Response framesJouni Malinen3-31/+96
2010-01-12mac80211: use Probe Request template when sending a direct scanKalle Valo1-24/+16
2010-01-12mac80211: create Probe Request templateKalle Valo1-0/+50
2010-01-12mac80211: use PS Poll and Nullfunc templates when sending such framesKalle Valo1-39/+9
2010-01-12mac80211: add functions to create PS Poll and Nullfunc templatesKalle Valo1-0/+78
2010-01-12nl80211: New command for setting TX rate mask for rate controlJouni Malinen1-0/+111
2010-01-12cfg80211/mac80211: Use more generic bitrate mask for rate controlJouni Malinen8-64/+116
2010-01-12mac80211: Select lowest rate based on basic rate set in AP modeJouni Malinen2-11/+38
2010-01-12mac80211: quit addba_resp_timer if Tx BA session is torn downZhu Yi1-1/+2
2010-01-12mac80211: Add new callback set_coverage_classLukáš Turek3-0/+45
2010-01-12nl80211: Add new WIPHY attribute COVERAGE_CLASSLukáš Turek2-0/+16
2010-01-12cfg80211: fix refcount imbalance when wext is disabledJohannes Berg1-2/+2
2010-01-12mac80211: fix queue selection for data frames on monitor interfacesFelix Fietkau1-2/+5
2010-01-12tcp: Generalized TTL Security MechanismStephen Hemminger2-1/+16
2010-01-12af_packet: Don't use skb after dev_queue_xmit()Jarek Poplawski1-5/+14
2010-01-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller14-34/+50
2010-01-11NET: irda, remove unnecessary checksJiri Slaby1-6/+0
2010-01-11NET: ipv6, remove unnecessary checkJiri Slaby1-1/+1
2010-01-09Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-3/+20
2010-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller5-25/+31
2010-01-08mac80211: fix endian errorJohannes Berg1-2/+2
2010-01-08mac80211: add missing sanity checks for action framesFelix Fietkau2-1/+7
2010-01-08mac80211: fix queue selection for packets injected via monitor interfaceLennert Buytenhek1-0/+1
2010-01-08netfilter: ebtables: enforce CAP_NET_ADMINFlorian Westphal1-0/+6
2010-01-08net/ipv6/tcp_ipv6.c: Use compressed IPv6 addressJoe Perches1-1/+1
2010-01-08tcp: update the netstamp_needed counter when cloning socketsOctavian Purdila1-0/+4
2010-01-07netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()Patrick McHardy1-9/+9
2010-01-07net: Make it easier to parse /proc/net/dev contents.Jesper Dangaard Brouer1-1/+1
2010-01-07net: RFC3069, private VLAN proxy arp supportJesper Dangaard Brouer3-5/+55
2010-01-07fix bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek1-6/+5
2010-01-07Phonet: reject unsupported sendmsg/recvmsg flagsRémi Denis-Courmont2-3/+13
2010-01-07Phonet: zero-copy GPRS TXRémi Denis-Courmont1-2/+14
2010-01-07Phonet: zero-copy aligned GPRS RXRémi Denis-Courmont2-2/+5
2010-01-07ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila2-3/+2
2010-01-07Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+2
2010-01-07sunrpc: fix peername failed on closed listenerXiaotian Feng1-1/+2
2010-01-07sunrpc: fix build-time warningRandy Dunlap1-1/+1
2010-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville3-7/+7
2010-01-07Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues"John W. Linville3-9/+9
2010-01-06mac80211: fix-up build breakage in 2.6.33John W. Linville1-1/+1
2010-01-06wireless: fix build breakage when CONFIG_CFG80211_REG_DEBUG not setJohn W. Linville1-3/+3
2010-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville7-33/+133
2010-01-06mac80211: fix ampdu_action tx_start ssnChristian Lamparter1-1/+1
2010-01-06cfg80211: add a regulatory debug printLuis R. Rodriguez1-14/+18