summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-01-29mac80211: clarify alignment docs, fix up alignmentJohannes Berg1-33/+77
2009-01-29mac80211: remove user_power_level from driver APIJohannes Berg3-3/+5
2009-01-29mac80211: remove unused variable in ieee80211_local (dot11WEPUndecryptableCou...Rami Rosen2-5/+0
2009-01-29mac80211: remove an unused definition (MAX_STA_COUNT) in sta_info.h.Rami Rosen1-2/+0
2009-01-29mac80211: remove an unused parameter in ieee80211_rx_mgmt_probe_req().Rami Rosen1-4/+2
2009-01-29mac80211: remove an unnecessary assignment to info in __ieee80211_tx().Rami Rosen1-1/+0
2009-01-29mac80211: Add 802.11h CSA supportSujith5-1/+122
2009-01-29mac80211: Allow to set channel in adhoc properlyAlina Friedrichsen1-2/+4
2009-01-29mac80211: Don't merge if BSSID is set manuallyAlina Friedrichsen1-0/+1
2009-01-29mac80211: Don't scan if BSSID and channel are set manuallyAlina Friedrichsen1-0/+4
2009-01-29mac80211: Disallow to set multicast BSSIDAlina Friedrichsen1-2/+7
2009-01-29mac80211: clean up set_key callbackJohannes Berg1-26/+25
2009-01-29mac80211: make wake/stop_queue_by_reason() functions staticKalle Valo1-4/+4
2009-01-29mac80211: Fix tx power settingVasanthakumar Thiagarajan2-5/+4
2009-01-29mac80211: no need for ht.enabledLuis R. Rodriguez3-13/+1
2009-01-29mac80211: Cancel the power save timer in ieee80211_stop.Vivek Natarajan1-0/+2
2009-01-29mac80211: Enhancements to dynamic power save.Vivek Natarajan4-6/+53
2009-01-29mac80211: A couple of fixes to dynamic power save.Vivek Natarajan2-5/+7
2009-01-29mac80211: Reset the power save timer from master_start_xmit.Vivek Natarajan1-13/+13
2009-01-29mac80211: Scale down to non-HT association with TKIP/WEP as pairwise cipherVasanthakumar Thiagarajan4-3/+22
2009-01-26Phonet: use per-namespace devices listremi.denis-courmont@nokia2-39/+80
2009-01-26Phonet: remove useless locking in device cleanupremi.denis-courmont@nokia1-6/+1
2009-01-26Phonet: handle rtnetlink registration failureremi.denis-courmont@nokia2-6/+15
2009-01-26Phonet: allow phonet_device_init() to fail, put it to __init sectionremi.denis-courmont@nokia2-4/+9
2009-01-26Phonet: check destination before delivering packets locallyremi.denis-courmont@nokia1-11/+9
2009-01-26Phonet: move to Networking options like other protocol stacksremi.denis-courmont@nokia1-1/+1
2009-01-26gre: optimize hash lookupTimo Teras1-29/+40
2009-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller9-19/+106
2009-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds17-79/+206
2009-01-26vlan: Export symbols as non GPL symbols.Ben Greear1-2/+2
2009-01-26net: Move config NET_NS to from net/Kconfig to init/KconfigMatt Helsley1-8/+0
2009-01-25af_key: initialize xfrm encap_oaTimo Teras1-0/+1
2009-01-22sctp: Fix another socket race during accept/peeloffVlad Yasevich1-0/+13
2009-01-22sctp: Properly timestamp outgoing data chunks for rtx purposesVlad Yasevich1-3/+4
2009-01-22sctp: Correctly start rtx timer on new packet transmissions.Vlad Yasevich1-2/+1
2009-01-22netns: ipmr: enable namespace support in ipv4 multicast routing codeBenjamin Thery2-113/+141
2009-01-22netns: ipmr: declare ipmr /proc/net entries per-namespaceBenjamin Thery1-39/+62
2009-01-22netns: ipmr: declare reg_vif_num per-namespaceBenjamin Thery1-10/+12
2009-01-22netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery1-13/+11
2009-01-22netns: ipmr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery1-18/+21
2009-01-22netns: ipmr: dynamically allocate mfc_cache_arrayBenjamin Thery1-13/+28
2009-01-22netns: ipmr: store netns in struct mfc_cacheBenjamin Thery1-9/+17
2009-01-22netns: ipmr: dynamically allocate vif_tableBenjamin Thery1-41/+68
2009-01-22netns: ipmr: allocate mroute_socket per-namespace.Benjamin Thery1-15/+13
2009-01-22sctp/ipv6.c: use ipv6_addr_copyJoe Perches1-2/+1
2009-01-22mac80211: fix slot time debug messageChristian Lamparter1-2/+2
2009-01-22mac80211: decrement ref count to netdev after launching mesh discoveryBrian Cavagnolo1-2/+4
2009-01-22fs/Kconfig: move sunrpc outAlexey Dobriyan1-0/+79
2009-01-21gre: strict physical device bindingTimo Teras1-40/+88
2009-01-21inet: Allowing more than 64k connections and heavily optimize bind(0) time.Evgeniy Polyakov2-8/+44