summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2008-09-23pkt_sched: Remove the tx queue state check in qdisc_run()Jarek Poplawski1-4/+1
2008-09-23tcp: Use SKB queue handling interfaces instead of by-hand versions.David S. Miller1-25/+15
2008-09-23tcp: Use skb_queue_is_last() instead of by-hand version.David S. Miller1-3/+3
2008-09-22pkt_sched: Make qdisc->gso_skb a list.David S. Miller1-1/+1
2008-09-22sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init().David S. Miller1-8/+2
2008-09-22Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont1-0/+5
2008-09-22Phonet: proc interface for port rangeRemi Denis-Courmont1-0/+3
2008-09-22Phonet: Phonet datagram transport protocolRemi Denis-Courmont1-0/+6
2008-09-22Phonet: common socket glueRemi Denis-Courmont1-0/+23
2008-09-22Phonet: Netlink interfaceRemi Denis-Courmont1-0/+1
2008-09-22Phonet: network device and address handlingRemi Denis-Courmont1-0/+50
2008-09-22Phonet: PF_PHONET protocol family supportRemi Denis-Courmont1-0/+74
2008-09-22ipsec: Fix xfrm_state_walk raceHerbert Xu1-7/+3
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller1-2/+2
2008-09-20tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen1-1/+6
2008-09-20tcp: reorganize retransmit code loopsIlpo Järvinen1-1/+0
2008-09-20tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen1-0/+2
2008-09-20tcp: Partial hint clearing has again become meaninglessIlpo Järvinen1-6/+1
2008-09-15mac80211: fix virtual interfaces vs. injectionJohannes Berg1-0/+1
2008-09-15mac80211: share sta_info->ht_infoJohannes Berg1-0/+2
2008-09-15mac80211: share sta->supp_ratesJohannes Berg1-0/+2
2008-09-15mac80211: share STA information with driverJohannes Berg1-5/+48
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-31/+4
2008-09-15mac80211: inform driver of basic ratesetJohannes Berg1-0/+6
2008-09-15mac80211: fix scan vs. interface removal raceJohannes Berg1-1/+3
2008-09-15cfg80211: Add new wireless regulatory infrastructureLuis R. Rodriguez3-0/+120
2008-09-12pkt_action: add new action skbeditAlexander Duyck1-0/+34
2008-09-11mac80211: make conf_tx non-atomicJohannes Berg1-1/+1
2008-09-09ipsec: Use RCU-like construct for saved state within a walkHerbert Xu1-10/+5
2008-09-09Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-70/+238
2008-09-09Merge 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-08Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_expDavid S. Miller1-0/+15
2008-09-08Merge 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-08netns : fix kernel panic in timewait socket destructionDaniel Lezcano1-0/+3
2008-09-05cfg80211: 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