aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller4-1200/+59
2009-02-27cfg80211: Add AP beacon regulatory hintsLuis R. Rodriguez1-1/+4
2009-02-27cfg80211: move all regulatory hints to workqueueLuis R. Rodriguez2-1/+10
2009-02-27cfg80211: make regulatory_request use wiphy_idx instead of wiphyLuis R. Rodriguez1-3/+3
2009-02-27mac80211: Add software scan notifiersMichael Buesch1-0/+8
2009-02-27mac80211/cfg80211: move iwrange handler to cfg80211Johannes Berg1-0/+3
2009-02-27cfg80211: clean up signal typeJohannes Berg2-5/+6
2009-02-27nl80211: Provide access to STA TX/RX packet countersJouni Malinen1-0/+8
2009-02-27nl80211: Optional IEs into scan requestJouni Malinen1-0/+4
2009-02-27mac80211: Extend the rate control API with an update callbackSujith1-0/+13
2009-02-27mac80211: fix aggregation for hardware with ampdu queuesJohannes Berg1-5/+0
2009-02-27make net/ieee80211.h private to ipw2x00Dan Williams1-1185/+0
2009-02-26inet fragments: fix sparse warning: context imbalanceHannes Eder1-1/+2
2009-02-27Bluetooth: Ask upper layers for HCI disconnect reasonMarcel Holtmann2-4/+23
2009-02-27Bluetooth: Add CID field to L2CAP socket address structureMarcel Holtmann1-0/+1
2009-02-27Bluetooth: Request L2CAP fixed channel list if availableMarcel Holtmann1-0/+1
2009-02-27Bluetooth: Don't enforce authentication for L2CAP PSM 1 and 3Marcel Holtmann1-0/+3
2009-02-27Bluetooth: Fix double L2CAP connection requestMarcel Holtmann1-0/+1
2009-02-27Bluetooth: Fix race condition with L2CAP information requestMarcel Holtmann1-1/+2
2009-02-27Bluetooth: Use general bonding whenever possibleMarcel Holtmann1-1/+1
2009-02-27Bluetooth: Add SCO fallback for eSCO connection attemptsMarcel Holtmann1-0/+8
2009-02-27Bluetooth: Pause RFCOMM TX when encryption dropsMarcel Holtmann1-4/+5
2009-02-27Bluetooth: Replace RFCOMM link mode with security levelMarcel Holtmann1-3/+4
2009-02-27Bluetooth: Replace L2CAP link mode with security levelMarcel Holtmann1-2/+3
2009-02-27Bluetooth: Add enhanced security model for Simple PairingMarcel Holtmann2-23/+42
2009-02-27Bluetooth: Add support for deferring RFCOMM connection setupMarcel Holtmann1-2/+4
2009-02-27Bluetooth: Add global deferred socket parameterMarcel Holtmann1-0/+3
2009-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+0
2009-02-22netns: Remove net_aliveEric W. Biederman1-10/+17
2009-02-18netfilter: nf_conntrack: don't try to deliver events for untracked connectionsPatrick McHardy1-1/+1
2009-02-17net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller1-1/+0
2009-02-16sctp: Inherit all socket options from parent correctly.Vlad Yasevich1-0/+2
2009-02-16sctp: Fix the RTO-doubling on idle-link heartbeatsVlad Yasevich1-0/+2
2009-02-16sctp: Clean up sctp checksumming codeVlad Yasevich1-7/+7
2009-02-16sctp: Allow to disable SCTP checksums via module parameterLucas Nussbaum1-0/+5
2009-02-15ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly1-0/+1
2009-02-15net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly1-3/+41
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller3-4/+163
2009-02-14net: replace __constant_{endian} uses in net headersHarvey Harrison5-8/+8
2009-02-13cfg80211: add more flexible BSS lookupJohannes Berg1-1/+11
2009-02-13cfg80211: allow users to request removing a BSSJohannes Berg1-0/+11
2009-02-13cfg80211: free_priv for BSS infoJohannes Berg1-0/+2
2009-02-13cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg3-2/+138
2009-02-13mac80211: Remove TSF atomic requirement from the documentationAlina Friedrichsen1-2/+2
2009-02-12net: don't use in_atomic() in gfp_any()Andrew Morton1-1/+1
2009-02-09mac80211: remove HW_SIGNAL_DBJohannes Berg1-14/+8
2009-02-04net: Reexport sock_alloc_send_pskbHerbert Xu1-0/+5
2009-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller3-47/+317