summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: remove HW_SIGNAL_DBJohannes Berg2009-02-091-14/+8Star
* net: Reexport sock_alloc_send_pskbHerbert Xu2009-02-051-0/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-02-033-47/+317
|\
| * mac80211: Generic TSF debuggingAlina Friedrichsen2009-01-291-1/+6
| * mac80211: add interface list lockJohannes Berg2009-01-291-3/+2Star
| * mac80211: allow mac80211 drivers to get to struct ieee80211_hw from wiphyLuis R. Rodriguez2009-01-291-0/+13
| * cfg80211: Allow for strict regulatory settingsLuis R. Rodriguez2009-01-291-0/+10
| * cfg80211: pass more detailed regulatory request information on reg_notifier()Luis R. Rodriguez2009-01-292-1/+47
| * cfg80211: rename fw_handles_regulatory to custom_regulatoryLuis R. Rodriguez2009-01-291-3/+3
| * cfg80211: export freq_reg_info()Luis R. Rodriguez2009-01-291-0/+24
| * cfg80211: add wiphy_apply_custom_regulatory()Luis R. Rodriguez2009-01-291-0/+17
| * mac80211: Add capability to enable/disable beaconingJohannes Berg2009-01-291-2/+7
| * mac80211: Add documentation bits for mac80211_rate_control_flagsSujith2009-01-291-0/+20
| * wireless: restrict to 32 legacy ratesJohannes Berg2009-01-292-3/+3
| * mac80211: constify ieee80211_if_conf.bssidJohannes Berg2009-01-291-1/+1
| * cfg80211: add PM hooksJohannes Berg2009-01-291-0/+6
| * nl80211: New command for adding extra IE(s) into management framesJouni Malinen2009-01-291-0/+26
| * mac80211: document return codes from ops callbacksBob Copeland2009-01-291-2/+13
| * mac80211: 802.11w - Add driver capability flag for MFPJouni Malinen2009-01-291-0/+4
| * mac80211: 802.11w - Optional software CCMP for management framesJouni Malinen2009-01-291-0/+4
| * mac80211: 802.11w - Use BIP (AES-128-CMAC)Jouni Malinen2009-01-292-0/+7
| * mac80211: 802.11w - STA flag for MFPJouni Malinen2009-01-291-0/+2
| * cfg80211: allow multiple driver regulatory_hints()Luis R. Rodriguez2009-01-291-0/+6
| * mac80211: extend/document powersave APIJohannes Berg2009-01-291-5/+48
| * mac80211: move dynamic PS timeout to hardware configJohannes Berg2009-01-291-4/+7
| * mac80211: clean up channel type configJohannes Berg2009-01-291-13/+7Star
| * mac80211: remove user_power_level from driver APIJohannes Berg2009-01-291-2/+0Star
| * mac80211: clean up set_key callbackJohannes Berg2009-01-291-12/+8Star
| * mac80211: Fix tx power settingVasanthakumar Thiagarajan2009-01-291-0/+2
| * mac80211: no need for ht.enabledLuis R. Rodriguez2009-01-291-1/+0Star
| * mac80211: add HT conf helpersLuis R. Rodriguez2009-01-291-0/+30
* | net: move bsockets outside of read only beginning of struct inet_hashinfoEric Dumazet2009-02-011-1/+2
* | pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.Jarek Poplawski2009-02-012-3/+5
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-301-1/+1
|\ \ | |/ |/|
| * net: wrong test in inet_ehash_locks_alloc()Eric Dumazet2009-01-281-1/+1
* | Phonet: use per-namespace devices listremi.denis-courmont@nokia2009-01-271-1/+1
* | Phonet: handle rtnetlink registration failureremi.denis-courmont@nokia2009-01-271-1/+1
* | Phonet: allow phonet_device_init() to fail, put it to __init sectionremi.denis-courmont@nokia2009-01-272-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-271-1/+1
|\|
| * sctp: Fix crc32c calculations on big-endian arhes.Vlad Yasevich2009-01-221-1/+1
* | netns: ipmr: declare reg_vif_num per-namespaceBenjamin Thery2009-01-221-0/+3
* | netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery2009-01-221-0/+2
* | netns: ipmr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery2009-01-221-0/+1
* | netns: ipmr: dynamically allocate mfc_cache_arrayBenjamin Thery2009-01-221-0/+1
* | netns: ipmr: dynamically allocate vif_tableBenjamin Thery2009-01-221-0/+2
* | netns: ipmr: allocate mroute_socket per-namespace.Benjamin Thery2009-01-221-0/+4
* | inet: Allowing more than 64k connections and heavily optimize bind(0) time.Evgeniy Polyakov2009-01-211-1/+2
* | netrom: convert to internal net_device_statsStephen Hemminger2009-01-211-4/+0Star
* | clip: convert to internal network_device_statsStephen Hemminger2009-01-211-1/+0Star
|/
* mac80211: more kernel-doc fixesRandy Dunlap2009-01-161-1/+0Star