summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-23neigh: Remove by-hand SKB queue handling.David S. Miller1-13/+8
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-23usbatm: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller1-3/+2
2008-09-23zd1211: Use skb_queue_walk() instead of by-hand implementation.David S. Miller1-1/+1
2008-09-23de4x5: Use skb_queue_head instead of by-hand implementation.David S. Miller1-30/+8
2008-09-22pkt_sched: Check the state of tx_queue in dequeue_skb()Jarek Poplawski1-4/+14
2008-09-22pkt_sched: Always use q->requeue in dev_requeue_skb().David S. Miller1-4/+1
2008-09-22pkt_sched: Make qdisc->gso_skb a list.David S. Miller2-6/+8
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 Hemminger6-0/+77
2008-09-22usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller1-2/+1
2008-09-22Phonet: kernel documentationRemi Denis-Courmont1-0/+111
2008-09-22Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont3-4/+129
2008-09-22Phonet: proc interface for port rangeRemi Denis-Courmont5-1/+122
2008-09-22Phonet: provide MAC header operationsRemi Denis-Courmont2-0/+33
2008-09-22Phonet: Phonet datagram transport protocolRemi Denis-Courmont4-0/+310
2008-09-22Phonet: common socket glueRemi Denis-Courmont5-3/+363
2008-09-22Phonet: Netlink interfaceRemi Denis-Courmont4-0/+189
2008-09-22Phonet: network device and address handlingRemi Denis-Courmont4-0/+262
2008-09-22Phonet: add CONFIG_PHONETRemi Denis-Courmont4-0/+22
2008-09-22Phonet: PF_PHONET protocol family supportRemi Denis-Courmont2-0/+290
2008-09-22Phonet: global definitionsRemi Denis-Courmont6-4/+153
2008-09-22ipsec: Fix xfrm_state_walk raceHerbert Xu3-17/+34
2008-09-22cassini: use request_firmwareJaswinder Singh5-1523/+207
2008-09-22net/atm/lec.c: drop code after returnJulia Lawall1-1/+0
2008-09-22drivers/net/wan: Use DIV_ROUND_UPJulia Lawall1-1/+1
2008-09-22drivers/atm: Use DIV_ROUND_UPJulia Lawall3-8/+8
2008-09-22hci_usb: replace mb with smp_mbMing Lei1-5/+5
2008-09-22net: em_cmp.c use unaligned access helpersHarvey Harrison1-6/+3
2008-09-22irda: follow lspci device/vendor styleBjorn Helgaas1-1/+1
2008-09-22mISDN: misc timerdev fixesAndi Kleen1-16/+6
2008-09-22mISDN: annotate iomem pointer and add staticsHarvey Harrison1-7/+7
2008-09-22mISDN: endian annotations for struct ztHarvey Harrison2-7/+6
2008-09-22drivers/isdn/capi/kcapi.c: Adjust error handling code involving capi_ctr_putJulia Lawall1-0/+4
2008-09-22netfilter: xt_time gives a wrong monthday in a leap yearKaihui Luo1-2/+4
2008-09-22cxgb3: Use SKB list interfaces instead of home-grown implementation.David S. Miller4-48/+42
2008-09-22isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation.David S. Miller2-164/+190
2008-09-21bluetooth: hci_bcsp: Use SKB list interfaces instead of home-grown stuff.David S. Miller1-9/+9
2008-09-21aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller7-76/+56
2008-09-21net: Add new interfaces for SKB list light-weight init and splicing.David S. Miller1-2/+94
2008-09-21atm: idt77252: Use generic SKB queue management instead of home-grown scheme.David S. Miller2-26/+10
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller6-10/+9
2008-09-21tcp: advertise MSS requested by userTom Quetchenbach2-3/+14
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo11-35/+35