summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-11-26mac80211: Fix pid rate-setting algorithm to allow rate changesLarry Finger1-1/+1
2008-11-26mac80211: make Minstrel the default rate control algorithmLuis R. Rodriguez1-4/+4
2008-11-25mac80211: don't assume driver has been attached on registrationLuis R. Rodriguez1-3/+2
2008-11-25mac80211: Use the HT capabilities from the IE instead of the station's caps.Sujith1-1/+1
2008-11-25cfg80211: add support for custom firmware regulatory solutionsLuis R. Rodriguez1-1/+12
2008-11-25cfg80211/mac80211: Add 802.11d supportLuis R. Rodriguez7-24/+514
2008-11-25cfg80211: mark regdomains with > NL80211_MAX_SUPP_REG_RULES invalidLuis R. Rodriguez1-0/+3
2008-11-25cfg80211: call_crda() won't tell us if CRDA was presentLuis R. Rodriguez1-8/+1
2008-11-25cfg80211: expect different rd in cfg80211 when intersectingLuis R. Rodriguez1-2/+3
2008-11-25cfg80211: separate intersection section in __set_regdom()Luis R. Rodriguez1-8/+21
2008-11-25cfg80211: remove switch from __set_regdom()Luis R. Rodriguez1-15/+6
2008-11-25cfg80211: remove switch from __regulatory_hint()Luis R. Rodriguez1-26/+17
2008-11-25cfg80211: mark negative frequencies as invalidLuis R. Rodriguez1-1/+1
2008-11-25xfrm: remove useless forward declarationsAlexey Dobriyan2-4/+0
2008-11-25ah4/ah6: remove useless NULL assignmentsAlexey Dobriyan2-4/+0
2008-11-25DCB: fix kconfig optionJeff Kirsher3-10/+20
2008-11-24tcp: handle shift/merge of cloned skbs tooIlpo Järvinen1-5/+2
2008-11-24tcp: add some mibs to track collapsingIlpo Järvinen2-0/+7
2008-11-24tcp: Make shifting not clear the hintsIlpo Järvinen1-2/+14
2008-11-24tcp: Try to restore large SKBs while SACK processingIlpo Järvinen2-7/+389
2008-11-24tcp: make tcp_sacktag_one able to handle partial skb tooIlpo Järvinen1-15/+17
2008-11-24tcp: Make SACK code to split only at mss boundariesIlpo Järvinen1-4/+23
2008-11-24tcp: more aggressive skippingIlpo Järvinen1-1/+1
2008-11-24tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen2-51/+52
2008-11-24tcp: collapse more than two on retransmissionIlpo Järvinen1-37/+59
2008-11-24net: avoid a pair of dst_hold()/dst_release() in ip_push_pending_frames()Eric Dumazet1-1/+6
2008-11-24net: avoid a pair of dst_hold()/dst_release() in ip_append_data()Eric Dumazet4-9/+14
2008-11-24net: gen_estimator: Fix gen_kill_estimator() lookupsJarek Poplawski1-20/+56
2008-11-24pkt_sched: sch_drr: fix drr_dequeue loop()Patrick McHardy1-3/+5
2008-11-24net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet1-0/+2
2008-11-24net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet3-5/+7
2008-11-23eth: Declare an optimized compare_ether_addr_64bits() functionEric Dumazet1-3/+3
2008-11-23net: Make sure BHs are disabled in sock_prot_inuse_add()David S. Miller3-0/+9
2008-11-23net: fix tunnels in netns after ndo_ changesAlexey Dobriyan4-4/+4
2008-11-23net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet4-115/+139
2008-11-23dccp: Header option insertion routine for feature-negotiationGerrit Renker2-60/+33
2008-11-23dccp: Support for Mandatory optionsGerrit Renker2-0/+17
2008-11-23dccp: Increase the scope of variable-length htonl/ntohl functionsGerrit Renker2-7/+28
2008-11-23dccp: API to query the current TX/RX CCIDGerrit Renker3-5/+30
2008-11-23dccp: Set per-connection CCIDs via socket optionsGerrit Renker4-8/+42
2008-11-23net: af_netlink should update its inuse counterEric Dumazet1-0/+2
2008-11-23net: some optimizations in af_inetEric Dumazet1-5/+4
2008-11-21net: remove redundant argument commentsQinghuang Feng6-7/+0
2008-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller21-4084/+441
2008-11-21inet_diag: Missed conversion after changing inet ehash lockl to spinlocks.David S. Miller1-5/+5
2008-11-21wireless: clean up sysfs code using %pMJohannes Berg1-15/+10
2008-11-21net/ieee80211 -> drivers/net/ipw2x00/libipw_* renameJohn W. Linville9-3644/+0
2008-11-21lib80211: consolidate crypt init routinesJohn W. Linville2-24/+40
2008-11-21lib80211: absorb crypto bits from net/ieee80211John W. Linville13-452/+433
2008-11-21mac80211: remove unnecessary include.Rami Rosen1-1/+0