aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-23neigh: Remove by-hand SKB queue handling.David S. Miller
2008-09-23pkt_sched: Remove the tx queue state check in qdisc_run()Jarek Poplawski
2008-09-23tcp: Use SKB queue handling interfaces instead of by-hand versions.David S. Miller
2008-09-23net: Add skb_queue_walk_from() and skb_queue_walk_from_safe().David S. Miller
2008-09-23net: Add skb_queue_next().David S. Miller
2008-09-23tcp: Use skb_queue_is_last() instead of by-hand version.David S. Miller
2008-09-23net: Add skb_queue_is_last().David S. Miller
2008-09-23usbatm: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller
2008-09-23zd1211: Use skb_queue_walk() instead of by-hand implementation.David S. Miller
2008-09-23de4x5: Use skb_queue_head instead of by-hand implementation.David S. Miller
2008-09-22pkt_sched: Check the state of tx_queue in dequeue_skb()Jarek Poplawski
2008-09-22pkt_sched: Always use q->requeue in dev_requeue_skb().David S. Miller
2008-09-22pkt_sched: Make qdisc->gso_skb a list.David S. Miller
2008-09-22sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init().David S. Miller
2008-09-22net: Fix bus in SKB queue splicing interfaces.David S. Miller
2008-09-22net: network device name ifalias supportStephen Hemminger
2008-09-22usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller
2008-09-22Phonet: kernel documentationRemi Denis-Courmont
2008-09-22Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont
2008-09-22Phonet: proc interface for port rangeRemi Denis-Courmont
2008-09-22Phonet: provide MAC header operationsRemi Denis-Courmont
2008-09-22Phonet: Phonet datagram transport protocolRemi Denis-Courmont
2008-09-22Phonet: common socket glueRemi Denis-Courmont
2008-09-22Phonet: Netlink interfaceRemi Denis-Courmont
2008-09-22Phonet: network device and address handlingRemi Denis-Courmont
2008-09-22Phonet: add CONFIG_PHONETRemi Denis-Courmont
2008-09-22Phonet: PF_PHONET protocol family supportRemi Denis-Courmont
2008-09-22Phonet: global definitionsRemi Denis-Courmont
2008-09-22ipsec: Fix xfrm_state_walk raceHerbert Xu
2008-09-22cassini: use request_firmwareJaswinder Singh
2008-09-22net/atm/lec.c: drop code after returnJulia Lawall
2008-09-22drivers/net/wan: Use DIV_ROUND_UPJulia Lawall
2008-09-22drivers/atm: Use DIV_ROUND_UPJulia Lawall
2008-09-22hci_usb: replace mb with smp_mbMing Lei
2008-09-22net: em_cmp.c use unaligned access helpersHarvey Harrison
2008-09-22irda: follow lspci device/vendor styleBjorn Helgaas
2008-09-22mISDN: misc timerdev fixesAndi Kleen
2008-09-22mISDN: annotate iomem pointer and add staticsHarvey Harrison
2008-09-22mISDN: endian annotations for struct ztHarvey Harrison
2008-09-22drivers/isdn/capi/kcapi.c: Adjust error handling code involving capi_ctr_putJulia Lawall
2008-09-22netfilter: xt_time gives a wrong monthday in a leap yearKaihui Luo
2008-09-22cxgb3: Use SKB list interfaces instead of home-grown implementation.David S. Miller
2008-09-22isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation.David S. Miller
2008-09-21bluetooth: hci_bcsp: Use SKB list interfaces instead of home-grown stuff.David S. Miller
2008-09-21aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller
2008-09-21net: Add new interfaces for SKB list light-weight init and splicing.David S. Miller
2008-09-21atm: idt77252: Use generic SKB queue management instead of home-grown scheme.David S. Miller
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller
2008-09-21tcp: advertise MSS requested by userTom Quetchenbach
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo