summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2008-09-22net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller1-2/+2
2008-09-21tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen1-1/+6
2008-09-21tcp: reorganize retransmit code loopsIlpo Järvinen1-1/+0
2008-09-21tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen1-0/+2
2008-09-21tcp: Partial hint clearing has again become meaninglessIlpo Järvinen1-6/+1
2008-09-16mac80211: fix virtual interfaces vs. injectionJohannes Berg1-0/+1
2008-09-16mac80211: share sta_info->ht_infoJohannes Berg1-0/+2
2008-09-16mac80211: share sta->supp_ratesJohannes Berg1-0/+2
2008-09-16mac80211: share STA information with driverJohannes Berg1-5/+48
2008-09-16mac80211: use nl80211 interface typesJohannes Berg1-31/+4
2008-09-16mac80211: inform driver of basic ratesetJohannes Berg1-0/+6
2008-09-16mac80211: fix scan vs. interface removal raceJohannes Berg1-1/+3
2008-09-16cfg80211: Add new wireless regulatory infrastructureLuis R. Rodriguez3-0/+120
2008-09-13pkt_action: add new action skbeditAlexander Duyck1-0/+34
2008-09-11mac80211: make conf_tx non-atomicJohannes Berg1-1/+1
2008-09-10ipsec: Use RCU-like construct for saved state within a walkHerbert Xu1-10/+5
2008-09-10Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-70/+238
2008-09-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2008-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into l...Simon Horman2-0/+6
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker1-15/+0
2008-09-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller1-1/+2
2008-09-09[Bluetooth] Reject L2CAP connections on an insecure ACL linkMarcel Holtmann1-0/+1
2008-09-09[Bluetooth] Enforce correct authentication requirementsMarcel Holtmann1-1/+1
2008-09-09Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_expDavid S. Miller1-0/+15
2008-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-0/+3
2008-09-09ipvs: Embed user stats structure into kernel stats structureSven Wegener1-19/+2
2008-09-09ipvs: Restrict connection table size via KconfigSven Wegener1-9/+1
2008-09-09netns : fix kernel panic in timewait socket destructionDaniel Lezcano1-0/+3
2008-09-06cfg80211: keep track of supported interface modesLuis R. Rodriguez1-0/+3
2008-09-05IPVS: Adjust various debug outputs to use new macrosJulius Volz1-20/+33
2008-09-05IPVS: Convert real server lookup functionsJulius Volz1-3/+5
2008-09-05IPVS: Add and bind IPv6 xmit functionsJulius Volz1-1/+19
2008-09-05IPVS: Extend functions for getting/creating connectionsJulius Volz1-5/+11
2008-09-05IPVS: Extend protocol DNAT/SNAT and state handlersJulius Volz1-0/+11
2008-09-05IPVS: Add 'af' args to protocol handler functionsJulius Volz1-6/+9
2008-09-05IPVS: Add IPv6 support flag to schedulersJulius Volz1-0/+3
2008-09-05IPVS: Add v6 support to ip_vs_service_get()Julius Volz1-1/+2
2008-09-05IPVS: Add internal versions of sockopt interface structsJulius Volz1-0/+39
2008-09-05IPVS: Add debug macros for v4 and v6 address outputJulius Volz1-0/+42
2008-09-05IPVS: Add general v4/v6 helper functions / data structuresJulius Volz1-0/+49
2008-09-05IPVS: Change IPVS data structures to support IPv6 addressesJulius Volz1-6/+12
2008-09-04tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker1-0/+15
2008-09-03netlink: Remove compat API for nested attributesThomas Graf1-82/+0
2008-08-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-2/+11
2008-08-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-0/+32
2008-08-30mac80211/cfg80211: HT capabilities for NEW_STAJouni Malinen1-0/+1
2008-08-30mac80211/cfg80211: Add BSS configuration options for AP modeJouni Malinen2-0/+31
2008-08-28net: more #ifdef CONFIG_COMPATAlexey Dobriyan2-0/+4
2008-08-27pkt_sched: Fix sch_tree_lock()Jarek Poplawski1-2/+2
2008-08-27pkt_sched: Fix gen_estimator locksJarek Poplawski1-0/+8