summaryrefslogtreecommitdiff
path: root/include
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-23net: Add skb_queue_walk_from() and skb_queue_walk_from_safe().David S. Miller1-0/+9
2008-09-23net: Add skb_queue_next().David S. Miller1-0/+18
2008-09-23tcp: Use skb_queue_is_last() instead of by-hand version.David S. Miller1-3/+3
2008-09-23net: Add skb_queue_is_last().David S. Miller1-0/+13
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-22net: Fix bus in SKB queue splicing interfaces.David S. Miller1-4/+4
2008-09-22net: network device name ifalias supportStephen Hemminger3-0/+5
2008-09-22Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont2-0/+37
2008-09-22Phonet: proc interface for port rangeRemi Denis-Courmont1-0/+3
2008-09-22Phonet: provide MAC header operationsRemi Denis-Courmont1-0/+4
2008-09-22Phonet: Phonet datagram transport protocolRemi Denis-Courmont1-0/+6
2008-09-22Phonet: common socket glueRemi Denis-Courmont2-0/+26
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-22Phonet: global definitionsRemi Denis-Courmont5-1/+147
2008-09-22ipsec: Fix xfrm_state_walk raceHerbert Xu2-8/+4
2008-09-22isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation.David S. Miller1-1/+1
2008-09-21net: Add new interfaces for SKB list light-weight init and splicing.David S. Miller1-2/+94
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ärvinen2-2/+0
2008-09-20tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen2-1/+3
2008-09-20tcp: Partial hint clearing has again become meaninglessIlpo Järvinen1-6/+1
2008-09-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-39/+280
2008-09-19Merge branch 'new-drivers' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller1-0/+3
2008-09-19net: Fix build with ARCH=umDavid S. Miller1-0/+7
2008-09-18enic: add Cisco 10G Ethernet NIC driverScott Feldman1-0/+2
2008-09-18atl2: add atl2 driverChris Snook1-0/+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. Rodriguez4-2/+214
2008-09-12pkt_action: add new action skbeditAlexander Duyck3-0/+79
2008-09-12pkt_sched: Add multiqueue scheduler supportAlexander Duyck1-0/+7
2008-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-7/+25
2008-09-11mac80211: move some HT code out of mlme.cJohannes Berg1-0/+18
2008-09-11mac80211: make conf_tx non-atomicJohannes Berg1-1/+1
2008-09-11mac80211: change MIMO_PS to SM_PSTomas Winkler1-6/+6
2008-09-11net: Add SKB DMA mapping helper functions.David S. Miller1-0/+8
2008-09-11net: Add DMA mapping tokens to skb_shared_info.David S. Miller1-0/+6
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