Age | Commit message (Expand) | Author |
2008-09-23 | net: Add skb_queue_is_last(). | David S. Miller |
2008-09-23 | usbatm: Use skb_queue_walk_safe() instead of by-hand implementation. | David S. Miller |
2008-09-23 | zd1211: Use skb_queue_walk() instead of by-hand implementation. | David S. Miller |
2008-09-23 | de4x5: Use skb_queue_head instead of by-hand implementation. | David S. Miller |
2008-09-22 | pkt_sched: Check the state of tx_queue in dequeue_skb() | Jarek Poplawski |
2008-09-22 | pkt_sched: Always use q->requeue in dev_requeue_skb(). | David S. Miller |
2008-09-22 | pkt_sched: Make qdisc->gso_skb a list. | David S. Miller |
2008-09-22 | sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init(). | David S. Miller |
2008-09-22 | net: Fix bus in SKB queue splicing interfaces. | David S. Miller |
2008-09-22 | net: network device name ifalias support | Stephen Hemminger |
2008-09-22 | usbnet: Use skb_queue_walk_safe() instead of by-hand implementation. | David S. Miller |
2008-09-22 | Phonet: kernel documentation | Remi Denis-Courmont |
2008-09-22 | Phonet: emit errors when a packet cannot be delivered locally | Remi Denis-Courmont |
2008-09-22 | Phonet: proc interface for port range | Remi Denis-Courmont |
2008-09-22 | Phonet: provide MAC header operations | Remi Denis-Courmont |
2008-09-22 | Phonet: Phonet datagram transport protocol | Remi Denis-Courmont |
2008-09-22 | Phonet: common socket glue | Remi Denis-Courmont |
2008-09-22 | Phonet: Netlink interface | Remi Denis-Courmont |
2008-09-22 | Phonet: network device and address handling | Remi Denis-Courmont |
2008-09-22 | Phonet: add CONFIG_PHONET | Remi Denis-Courmont |
2008-09-22 | Phonet: PF_PHONET protocol family support | Remi Denis-Courmont |
2008-09-22 | Phonet: global definitions | Remi Denis-Courmont |
2008-09-22 | ipsec: Fix xfrm_state_walk race | Herbert Xu |
2008-09-22 | cassini: use request_firmware | Jaswinder Singh |
2008-09-22 | net/atm/lec.c: drop code after return | Julia Lawall |
2008-09-22 | drivers/net/wan: Use DIV_ROUND_UP | Julia Lawall |
2008-09-22 | drivers/atm: Use DIV_ROUND_UP | Julia Lawall |
2008-09-22 | hci_usb: replace mb with smp_mb | Ming Lei |
2008-09-22 | net: em_cmp.c use unaligned access helpers | Harvey Harrison |
2008-09-22 | irda: follow lspci device/vendor style | Bjorn Helgaas |
2008-09-22 | mISDN: misc timerdev fixes | Andi Kleen |
2008-09-22 | mISDN: annotate iomem pointer and add statics | Harvey Harrison |
2008-09-22 | mISDN: endian annotations for struct zt | Harvey Harrison |
2008-09-22 | drivers/isdn/capi/kcapi.c: Adjust error handling code involving capi_ctr_put | Julia Lawall |
2008-09-22 | netfilter: xt_time gives a wrong monthday in a leap year | Kaihui Luo |
2008-09-22 | cxgb3: Use SKB list interfaces instead of home-grown implementation. | David S. Miller |
2008-09-22 | isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation. | David S. Miller |
2008-09-21 | bluetooth: hci_bcsp: Use SKB list interfaces instead of home-grown stuff. | David S. Miller |
2008-09-21 | aoe: Use SKB interfaces for list management instead of home-grown stuff. | David S. Miller |
2008-09-21 | net: Add new interfaces for SKB list light-weight init and splicing. | David S. Miller |
2008-09-21 | atm: idt77252: Use generic SKB queue management instead of home-grown scheme. | David S. Miller |
2008-09-21 | net: Remove __skb_insert() calls outside of skbuff internals. | David S. Miller |
2008-09-21 | tcp: advertise MSS requested by user | Tom Quetchenbach |
2008-09-20 | net: Use hton[sl]() instead of __constant_hton[sl]() where applicable | Arnaldo Carvalho de Melo |
2008-09-20 | multiq: requeue should rewind the current_band | Alexander Duyck |
2008-09-20 | tcp: back retransmit_high when it over-estimated | Ilpo Järvinen |
2008-09-20 | tcp: don't clear lost_skb_hint when not necessary | Ilpo Järvinen |
2008-09-20 | tcp: don't clear retransmit_skb_hint when not necessary | Ilpo Järvinen |
2008-09-20 | tcp: remove retransmit_skb_hint clearing from failure | Ilpo Järvinen |
2008-09-20 | tcp: reorganize retransmit code loops | Ilpo Järvinen |