summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-02-27cfg80211: free rd on unlikely event on 11d hintLuis R. Rodriguez1-1/+5
2009-02-27cfg80211: remove likely from an 11d hint caseLuis R. Rodriguez1-6/+8
2009-02-27cfg80211: protect first access of last_request on 11d hint under mutexLuis R. Rodriguez1-3/+5
2009-02-27cfg80211: make regulatory_request use wiphy_idx instead of wiphyLuis R. Rodriguez3-27/+79
2009-02-27cfg80211: add assert_cfg80211_lock() to ensure proper protectionLuis R. Rodriguez4-2/+27
2009-02-27cfg80211: propagate -ENOMEM during regulatory_init()Luis R. Rodriguez1-5/+17
2009-02-27cfg80211: add regulatory_hint_core() to separate the core reg hintLuis R. Rodriguez1-9/+25
2009-02-27nl80211: disallow user requests prior to regulatory_init()Luis R. Rodriguez1-8/+26
2009-02-27cfg80211: rename cfg80211_drv_mutex to cfg80211_mutexLuis R. Rodriguez4-37/+42
2009-02-27cfg80211: add wiphy_idx_valid to check for wiphy_idx sanityLuis R. Rodriguez2-1/+11
2009-02-27cfg80211: rename cfg80211_registered_device's idx to wiphy_idxLuis R. Rodriguez4-21/+22
2009-02-27mac80211: Introduce a generic commit() to apply changesAlina Friedrichsen3-20/+37
2009-02-27mac80211: Add software scan notifiersMichael Buesch1-0/+5
2009-02-27mac80211/cfg80211: move iwrange handler to cfg80211Johannes Berg2-119/+113
2009-02-27cfg80211: clean up signal typeJohannes Berg4-21/+18
2009-02-27nl80211: remove admin requirement from station getJohannes Berg1-1/+0
2009-02-27mac80211: add missing kernel-docJohannes Berg1-0/+1
2009-02-27cfg80211/mac80211: fill qual.qual value/adjust max_qual.qualJohannes Berg2-5/+28
2009-02-27cfg80211: age scan results on resumeDan Williams3-2/+33
2009-02-27nl80211: Provide access to STA TX/RX packet countersJouni Malinen2-0/+10
2009-02-27nl80211: Optional IEs into scan requestJouni Malinen5-8/+34
2009-02-27wireless: fix for CONFIG_NL80211=nRandy Dunlap1-0/+4
2009-02-27mac80211: Extend the rate control API with an update callbackSujith2-0/+25
2009-02-27mac80211: split IBSS/managed codeJohannes Berg18-1480/+1803
2009-02-27mac80211: fix aggregation for hardware with ampdu queuesJohannes Berg9-253/+241
2009-02-27mac80211: disallow moving netnsJohannes Berg2-0/+2
2009-02-27mac80211: Make sure non-HT connection when IEEE80211_STA_TKIP_WEP_USED is setVasanthakumar Thiagarajan1-2/+4
2009-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-64/+152
2009-02-25sit: used time_before for comparing jiffiesWei Yongjun1-2/+3
2009-02-25ipip: used time_before for comparing jiffiesWei Yongjun1-2/+3
2009-02-25gre: used time_before for comparing jiffiesWei Yongjun1-2/+3
2009-02-25ipv6: Remove some pointless conditionals before kfree_skb()Wei Yongjun2-6/+3
2009-02-25netlink: change nlmsg_notify() return value logicPablo Neira Ayuso13-28/+43
2009-02-25tcp_scalable: Update malformed & dead urlJoe Perches1-1/+1
2009-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller4-63/+151
2009-02-24netfilter: xt_recent: fix proc-file addition/removal of IPv4 addressesJosef Drexler1-1/+1
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller5-44/+63
2009-02-24Doc: Refer to ip-sysctl.txt for strict vs. loose rp_filter modeJesper Dangaard Brouer1-0/+2
2009-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-5/+5
2009-02-24net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo1-1/+1
2009-02-24netns: build fix for net_alloc_genericClemens Noss1-4/+4
2009-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-41/+55
2009-02-23netns: Remove net_aliveEric W. Biederman2-9/+0
2009-02-23tcp: Like icmp use register_pernet_subsysEric W. Biederman1-1/+1
2009-02-23netns: Fix icmp shutdown.Eric W. Biederman1-1/+1
2009-02-23ipv4: Clean whitespaces in net/ipv4/Kconfig.Jesper Dangaard Brouer1-21/+23
2009-02-23ipv4: Fix rp_filter description in net/ipv4/Kconfig.Jesper Dangaard Brouer1-2/+4
2009-02-23snap: handle registration error and compile warningStephen Hemminger1-3/+4
2009-02-23llc: fix non-const printk warningStephen Hemminger1-3/+3
2009-02-23ip: ipip compile warningStephen Hemminger1-1/+1