summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2009-02-16sctp: Inherit all socket options from parent correctly.Vlad Yasevich-0/+2
2009-02-16sctp: Fix the RTO-doubling on idle-link heartbeatsVlad Yasevich-0/+2
2009-02-16sctp: Clean up sctp checksumming codeVlad Yasevich-7/+7
2009-02-16sctp: Allow to disable SCTP checksums via module parameterLucas Nussbaum-0/+5
2009-02-15ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly-0/+1
2009-02-15net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly-3/+41
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller-1/+1
2009-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-4/+163
2009-02-14net: replace __constant_{endian} uses in net headersHarvey Harrison-8/+8
2009-02-13cfg80211: add more flexible BSS lookupJohannes Berg-1/+11
2009-02-13cfg80211: allow users to request removing a BSSJohannes Berg-0/+11
2009-02-13cfg80211: free_priv for BSS infoJohannes Berg-0/+2
2009-02-13cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg-2/+138
2009-02-13mac80211: Remove TSF atomic requirement from the documentationAlina Friedrichsen-2/+2
2009-02-12net: don't use in_atomic() in gfp_any()Andrew Morton-1/+1
2009-02-09mac80211: remove HW_SIGNAL_DBJohannes Berg-14/+8
2009-02-04net: Reexport sock_alloc_send_pskbHerbert Xu-0/+5
2009-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-47/+317
2009-02-01net: move bsockets outside of read only beginning of struct inet_hashinfoEric Dumazet-1/+2
2009-02-01pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.Jarek Poplawski-3/+5
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2009-01-29mac80211: Generic TSF debuggingAlina Friedrichsen-1/+6
2009-01-29mac80211: add interface list lockJohannes Berg-3/+2
2009-01-29mac80211: allow mac80211 drivers to get to struct ieee80211_hw from wiphyLuis R. Rodriguez-0/+13
2009-01-29cfg80211: Allow for strict regulatory settingsLuis R. Rodriguez-0/+10
2009-01-29cfg80211: pass more detailed regulatory request information on reg_notifier()Luis R. Rodriguez-1/+47
2009-01-29cfg80211: rename fw_handles_regulatory to custom_regulatoryLuis R. Rodriguez-3/+3
2009-01-29cfg80211: export freq_reg_info()Luis R. Rodriguez-0/+24
2009-01-29cfg80211: add wiphy_apply_custom_regulatory()Luis R. Rodriguez-0/+17
2009-01-29mac80211: Add capability to enable/disable beaconingJohannes Berg-2/+7
2009-01-29mac80211: Add documentation bits for mac80211_rate_control_flagsSujith-0/+20
2009-01-29wireless: restrict to 32 legacy ratesJohannes Berg-3/+3
2009-01-29mac80211: constify ieee80211_if_conf.bssidJohannes Berg-1/+1
2009-01-29cfg80211: add PM hooksJohannes Berg-0/+6
2009-01-29nl80211: New command for adding extra IE(s) into management framesJouni Malinen-0/+26
2009-01-29mac80211: document return codes from ops callbacksBob Copeland-2/+13
2009-01-29mac80211: 802.11w - Add driver capability flag for MFPJouni Malinen-0/+4
2009-01-29mac80211: 802.11w - Optional software CCMP for management framesJouni Malinen-0/+4
2009-01-29mac80211: 802.11w - Use BIP (AES-128-CMAC)Jouni Malinen-0/+7
2009-01-29mac80211: 802.11w - STA flag for MFPJouni Malinen-0/+2
2009-01-29cfg80211: allow multiple driver regulatory_hints()Luis R. Rodriguez-0/+6
2009-01-29mac80211: extend/document powersave APIJohannes Berg-5/+48
2009-01-29mac80211: move dynamic PS timeout to hardware configJohannes Berg-4/+7
2009-01-29mac80211: clean up channel type configJohannes Berg-13/+7
2009-01-29mac80211: remove user_power_level from driver APIJohannes Berg-2/+0
2009-01-29mac80211: clean up set_key callbackJohannes Berg-12/+8
2009-01-29mac80211: Fix tx power settingVasanthakumar Thiagarajan-0/+2
2009-01-29mac80211: no need for ht.enabledLuis R. Rodriguez-1/+0
2009-01-29mac80211: add HT conf helpersLuis R. Rodriguez-0/+30
2009-01-27net: wrong test in inet_ehash_locks_alloc()Eric Dumazet-1/+1