1. f5715ae ipv4: Implement IP_TRANSPARENT socket option by KOVACS Krisztian · 16 years ago
  2. a210d01 ipv4: Loosen source address check on IPv4 output by Julian Anastasov · 16 years ago
  3. 12a169e ipsec: Put dumpers on the dump list by Herbert Xu · 16 years ago
  4. b262e60 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  5. 93c8b90 ipv6: almost identical frag hashing funcs combined by Ilpo Järvinen · 16 years ago
  6. 04a4bb5 net: add skb_recycle_check() to enable netdriver skb recycling by Lennert Buytenhek · 16 years ago
  7. 788df73 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  8. 6e50e8a phonet: Protect if_phonet.h against multiple inclusions. by Remi Denis-Courmont · 16 years ago
  9. 55ad175 ieee80211.h: remove superfluous ETH_P_PAE definition by John W. Linville · 16 years ago
  10. cf4b0b2 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  11. ba01667 sctp: Fix kernel panic while process protocol violation parameter by Wei Yongjun · 16 years ago
  12. a57334e Phonet: declare headers by Rémi Denis-Courmont · 16 years ago
  13. cf04a4c7 netdev: use const for some name functions by Stephen Hemminger · 16 years ago
  14. ccc7dad hrtimer: prevent migration of per CPU hrtimers by Thomas Gleixner · 16 years ago
  15. b00c1a9 hrtimer: mark migration state by Thomas Gleixner · 16 years ago
  16. 703a1ed kgdb, x86_64: fix PS CS SS registers in gdb serial by Jason Wessel · 16 years ago
  17. 95dbf1d kgdb, x86_64: gdb serial has BX and DX reversed by Jason Wessel · 16 years ago
  18. db4148d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  19. ae19161 Merge branch 'for-2.6.28' of git://git.marvell.com/mv643xx_eth into upstream-next by Jeff Garzik · 16 years ago
  20. 1126388 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  21. b4f151f MN10300: Move asm-arm/cnt32_to_63.h to include/linux/ by David Howells · 16 years ago
  22. 040dec3 netxen: add pci ids by Dhananjay Phadke · 16 years ago
  23. 7a52815 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 16 years ago
  24. 72029fe 9p: implement proper trans module refcounting and unregistration by Tejun Heo · 16 years ago
  25. 4b7679a mac80211: clean up rate control API by Johannes Berg · 16 years ago
  26. 79617de mac80211: mesh portal functionality support by YanBo · 16 years ago
  27. 60719ff cfg80211: show interface type by Johannes Berg · 16 years ago
  28. e07aa37 cfg80211: fix code ordering in header file by Johannes Berg · 16 years ago
  29. 5291925 [MIPS] Fixe the definition of PTRS_PER_PGD by Jack Tan · 16 years ago
  30. 8553f32 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  31. e002bcc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  32. c32a162 smb.h: do not include linux/time.h in userspace by Kirill A. Shutemov · 16 years ago
  33. a8d6829 x86: prevent C-states hang on AMD C1E enabled machines by Thomas Gleixner · 16 years ago
  34. 4faac97 x86: prevent stale state of c1e_mask across CPU offline/online by Thomas Gleixner · 16 years ago
  35. f4ab543 pkt_sched: Remove the tx queue state check in qdisc_run() by Jarek Poplawski · 16 years ago
  36. cd07a8e tcp: Use SKB queue handling interfaces instead of by-hand versions. by David S. Miller · 16 years ago
  37. 1164f52 net: Add skb_queue_walk_from() and skb_queue_walk_from_safe(). by David S. Miller · 16 years ago
  38. 249c8b4 net: Add skb_queue_next(). by David S. Miller · 16 years ago
  39. d258b49 tcp: Use skb_queue_is_last() instead of by-hand version. by David S. Miller · 16 years ago
  40. fc7ebb2 net: Add skb_queue_is_last(). by David S. Miller · 16 years ago
  41. 242f8bfe pkt_sched: Make qdisc->gso_skb a list. by David S. Miller · 16 years ago
  42. 3d09274 sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init(). by David S. Miller · 16 years ago
  43. 1d4a31d net: Fix bus in SKB queue splicing interfaces. by David S. Miller · 16 years ago
  44. 0b815a1 net: network device name ifalias support by Stephen Hemminger · 16 years ago
  45. be0c52b Phonet: emit errors when a packet cannot be delivered locally by Remi Denis-Courmont · 16 years ago
  46. 87ab4e2 Phonet: proc interface for port range by Remi Denis-Courmont · 16 years ago
  47. 5f77076 Phonet: provide MAC header operations by Remi Denis-Courmont · 16 years ago
  48. 107d0d9 Phonet: Phonet datagram transport protocol by Remi Denis-Courmont · 16 years ago
  49. ba113a9 Phonet: common socket glue by Remi Denis-Courmont · 16 years ago
  50. 8fb3974 Phonet: Netlink interface by Remi Denis-Courmont · 16 years ago
  51. f8ff602 Phonet: network device and address handling by Remi Denis-Courmont · 16 years ago
  52. 4b07b3f Phonet: PF_PHONET protocol family support by Remi Denis-Courmont · 16 years ago
  53. bce7b15 Phonet: global definitions by Remi Denis-Courmont · 16 years ago
  54. 5c18245 ipsec: Fix xfrm_state_walk race by Herbert Xu · 16 years ago
  55. 38783e6 isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation. by David S. Miller · 16 years ago
  56. 67fed45 net: Add new interfaces for SKB list light-weight init and splicing. by David S. Miller · 16 years ago
  57. 43f59c8 net: Remove __skb_insert() calls outside of skbuff internals. by David S. Miller · 16 years ago
  58. ef9da47 tcp: don't clear retransmit_skb_hint when not necessary by Ilpo Järvinen · 16 years ago
  59. 0e1c54c tcp: reorganize retransmit code loops by Ilpo Järvinen · 16 years ago
  60. 006f582 tcp: convert retransmit_cnt_hint to seqno by Ilpo Järvinen · 16 years ago
  61. 64edc27 tcp: Partial hint clearing has again become meaningless by Ilpo Järvinen · 16 years ago
  62. 5a0cd4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  63. d950f26 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  64. 79b6f7e Merge branch 'new-drivers' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  65. 02a1416 net: Fix build with ARCH=um by David S. Miller · 16 years ago
  66. 4fd5f81 phylib: allow incremental scanning of an mii bus by Lennert Buytenhek · 16 years ago
  67. 01f2e4e enic: add Cisco 10G Ethernet NIC driver by Scott Feldman · 16 years ago
  68. 452c1ce atl2: add atl2 driver by Chris Snook · 16 years ago
  69. 45e9c0d warn: Turn the netdev timeout WARN_ON() into a WARN() by Arjan van de Ven · 16 years ago
  70. ef3d771 Fix PNP build failure, bugzilla #11276 by David Miller · 16 years ago
  71. b08508c PCI: fix compiler warnings in pci_get_subsys() by Greg KH · 16 years ago
  72. 29bdc88 IB/mlx4: Fix up fast register page list format by Vladimir Sokolovsky · 16 years ago
  73. 25d834e mac80211: fix virtual interfaces vs. injection by Johannes Berg · 16 years ago
  74. 687c7c0 mac80211: share sta_info->ht_info by Johannes Berg · 16 years ago
  75. 323ce79 mac80211: share sta->supp_rates by Johannes Berg · 16 years ago
  76. 17741cd mac80211: share STA information with driver by Johannes Berg · 16 years ago
  77. 05c914f mac80211: use nl80211 interface types by Johannes Berg · 16 years ago
  78. 96dd22a mac80211: inform driver of basic rateset by Johannes Berg · 16 years ago
  79. 5bc7572 mac80211: fix scan vs. interface removal race by Johannes Berg · 16 years ago
  80. b2e1b30 cfg80211: Add new wireless regulatory infrastructure by Luis R. Rodriguez · 16 years ago
  81. 7c22a3d Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  82. c19e808 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  83. 8e82f8c memstick: fix MSProHG 8-bit interface mode support by Alex Dubov · 16 years ago
  84. 5bead2a mm: mark the correct zone as full when scanning zonelists by Mel Gorman · 16 years ago
  85. dea420c include/linux/ioport.h: add missing macro argument for devm_release_* family by Hiroshi DOYU · 16 years ago
  86. 97b697a [libata] LBA28/LBA48 off-by-one bug in ata.h by Taisuke Yamada · 16 years ago
  87. ca9b0e2 pkt_action: add new action skbedit by Alexander Duyck · 16 years ago
  88. 9265194 pkt_sched: Add multiqueue scheduler support by Alexander Duyck · 16 years ago
  89. 1045b03 netlink: fix overrun in attribute iteration by Vegard Nossum · 16 years ago
  90. c655705 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  91. 44d414d mac80211: move some HT code out of mlme.c by Johannes Berg · 16 years ago
  92. fe3fa82 mac80211: make conf_tx non-atomic by Johannes Berg · 16 years ago
  93. 00c5ae2 mac80211: change MIMO_PS to SM_PS by Tomas Winkler · 16 years ago
  94. 6d242a2 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  95. 29cd195 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  96. 2dc75d3 block: disable sysfs parts of the disk command filter by Jens Axboe · 16 years ago
  97. a40c24a net: Add SKB DMA mapping helper functions. by David S. Miller · 16 years ago
  98. 271bff7 net: Add DMA mapping tokens to skb_shared_info. by David S. Miller · 16 years ago
  99. abb81c4 ipsec: Use RCU-like construct for saved state within a walk by Herbert Xu · 16 years ago
  100. dacc62d Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-2.6 by David S. Miller · 16 years ago