summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: Use skb_queue_is_last() instead of by-hand version.David S. Miller2008-09-231-3/+3
* net: Add skb_queue_is_last().David S. Miller2008-09-231-0/+13
* usbatm: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller2008-09-231-3/+2
* zd1211: Use skb_queue_walk() instead of by-hand implementation.David S. Miller2008-09-231-1/+1
* de4x5: Use skb_queue_head instead of by-hand implementation.David S. Miller2008-09-231-30/+8
* pkt_sched: Check the state of tx_queue in dequeue_skb()Jarek Poplawski2008-09-221-4/+14
* pkt_sched: Always use q->requeue in dev_requeue_skb().David S. Miller2008-09-221-4/+1
* pkt_sched: Make qdisc->gso_skb a list.David S. Miller2008-09-222-6/+8
* sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init().David S. Miller2008-09-221-8/+2
* net: Fix bus in SKB queue splicing interfaces.David S. Miller2008-09-221-4/+4
* net: network device name ifalias supportStephen Hemminger2008-09-226-0/+77
* usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller2008-09-221-2/+1
* Phonet: kernel documentationRemi Denis-Courmont2008-09-221-0/+111
* Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont2008-09-223-4/+129
* Phonet: proc interface for port rangeRemi Denis-Courmont2008-09-225-1/+122
* Phonet: provide MAC header operationsRemi Denis-Courmont2008-09-222-0/+33
* Phonet: Phonet datagram transport protocolRemi Denis-Courmont2008-09-224-0/+310
* Phonet: common socket glueRemi Denis-Courmont2008-09-225-3/+363
* Phonet: Netlink interfaceRemi Denis-Courmont2008-09-224-0/+189
* Phonet: network device and address handlingRemi Denis-Courmont2008-09-224-0/+262
* Phonet: add CONFIG_PHONETRemi Denis-Courmont2008-09-224-0/+22
* Phonet: PF_PHONET protocol family supportRemi Denis-Courmont2008-09-222-0/+290
* Phonet: global definitionsRemi Denis-Courmont2008-09-226-4/+153
* ipsec: Fix xfrm_state_walk raceHerbert Xu2008-09-223-17/+34
* cassini: use request_firmwareJaswinder Singh2008-09-225-1523/+207
* net/atm/lec.c: drop code after returnJulia Lawall2008-09-221-1/+0
* drivers/net/wan: Use DIV_ROUND_UPJulia Lawall2008-09-221-1/+1
* drivers/atm: Use DIV_ROUND_UPJulia Lawall2008-09-223-8/+8
* hci_usb: replace mb with smp_mbMing Lei2008-09-221-5/+5
* net: em_cmp.c use unaligned access helpersHarvey Harrison2008-09-221-6/+3
* irda: follow lspci device/vendor styleBjorn Helgaas2008-09-221-1/+1
* mISDN: misc timerdev fixesAndi Kleen2008-09-221-16/+6
* mISDN: annotate iomem pointer and add staticsHarvey Harrison2008-09-221-7/+7
* mISDN: endian annotations for struct ztHarvey Harrison2008-09-222-7/+6
* drivers/isdn/capi/kcapi.c: Adjust error handling code involving capi_ctr_putJulia Lawall2008-09-221-0/+4
* netfilter: xt_time gives a wrong monthday in a leap yearKaihui Luo2008-09-221-2/+4
* cxgb3: Use SKB list interfaces instead of home-grown implementation.David S. Miller2008-09-224-48/+42
* isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation.David S. Miller2008-09-222-164/+190
* bluetooth: hci_bcsp: Use SKB list interfaces instead of home-grown stuff.David S. Miller2008-09-211-9/+9
* aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller2008-09-217-76/+56
* net: Add new interfaces for SKB list light-weight init and splicing.David S. Miller2008-09-211-2/+94
* atm: idt77252: Use generic SKB queue management instead of home-grown scheme.David S. Miller2008-09-212-26/+10
* net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2008-09-216-10/+9
* tcp: advertise MSS requested by userTom Quetchenbach2008-09-212-3/+14
* net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo2008-09-2011-35/+35
* multiq: requeue should rewind the current_bandAlexander Duyck2008-09-201-0/+5
* tcp: back retransmit_high when it over-estimatedIlpo Järvinen2008-09-201-2/+10
* tcp: don't clear lost_skb_hint when not necessaryIlpo Järvinen2008-09-201-1/+13
* tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen2008-09-203-5/+14
* tcp: remove retransmit_skb_hint clearing from failureIlpo Järvinen2008-09-201-3/+1
OpenPOWER on IntegriCloud