1. dc5fc57 [NETLINK]: Use nlmsg_trim() where appropriate by Arnaldo Carvalho de Melo · 18 years ago
  2. a36ca73 [NETLINK]: Remove NLMSG_{NEW_ANSWER,CANCEL,END} by Arnaldo Carvalho de Melo · 18 years ago
  3. 897933b [SK_BUFF]: Remove skb_add_mtu() leftovers by Arnaldo Carvalho de Melo · 18 years ago
  4. b529ccf [NETLINK]: Introduce nlmsg_hdr() helper by Arnaldo Carvalho de Melo · 17 years ago
  5. 4305b54 [SK_BUFF]: Convert skb->end to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  6. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  7. 2e07fa9 [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures by Arnaldo Carvalho de Melo · 18 years ago
  8. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 18 years ago
  9. cfe1fc7 [SK_BUFF]: Introduce skb_network_header_len by Arnaldo Carvalho de Melo · 18 years ago
  10. 00c04af [NET_SCHED]: kill jiffie conversion macros by Patrick McHardy · 18 years ago
  11. 4179477 [NET_SCHED]: Add hrtimer based qdisc watchdog by Patrick McHardy · 18 years ago
  12. 641b9e0 [NET_SCHED]: Use ktime as clocksource by Patrick McHardy · 18 years ago
  13. 0a6114d [KBUILD]: Unifdef headers changed by the skb layer header refactorings by Arnaldo Carvalho de Melo · 18 years ago
  14. c8e2078 [NETFILTER]: ctnetlink: add support for internal tcp connection tracking flags handling by Pablo Neira Ayuso · 18 years ago
  15. e7ac05f [NETFILTER]: nf_conntrack: add nf_copy() to safely copy members in skb by Yasuyuki Kozakai · 18 years ago
  16. edda553 [NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skb by Yasuyuki Kozakai · 18 years ago
  17. 8e87e01 [JHASH]: Use const in jhash2 by Patrick McHardy · 18 years ago
  18. 010c7d6 [NETFILTER]: nf_conntrack: uninline notifier registration functions by Patrick McHardy · 18 years ago
  19. a3c5029 [NETFILTER]: nfnetlink: use mutex instead of semaphore by Patrick McHardy · 18 years ago
  20. ac5357e [NETFILTER]: nf_conntrack: remove ugly hack in l4proto registration by Patrick McHardy · 18 years ago
  21. 587aa64 [NETFILTER]: Remove IPv4 only connection tracking/NAT by Patrick McHardy · 18 years ago
  22. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  23. 39b8916 [SK_BUFF]: Introduce ipipv6_hdr(), remove skb->h.ipv6h by Arnaldo Carvalho de Melo · 18 years ago
  24. b0061ce [SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiph by Arnaldo Carvalho de Melo · 17 years ago
  25. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 18 years ago
  26. ab6a5bb [TCP]: Introduce tcp_hdrlen() and tcp_optlen() by Arnaldo Carvalho de Melo · 18 years ago
  27. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 18 years ago
  28. 4bedb45 [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh by Arnaldo Carvalho de Melo · 18 years ago
  29. d9edf9e [SK_BUFF]: Introduce igmp_hdr() & friends, remove skb->h.igmph by Arnaldo Carvalho de Melo · 18 years ago
  30. cc70ab2 [ICMP6]: Introduce icmp6_hdr() by Arnaldo Carvalho de Melo · 18 years ago
  31. 2c0fd38 [SCTP]: Introduce sctp_hdr() by Arnaldo Carvalho de Melo · 18 years ago
  32. 967b05f [SK_BUFF]: Introduce skb_set_transport_header by Arnaldo Carvalho de Melo · 18 years ago
  33. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  34. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 18 years ago
  35. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  36. d0a92be [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph by Arnaldo Carvalho de Melo · 18 years ago
  37. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  38. c9bdd4b [IP]: Introduce ip_hdrlen() by Arnaldo Carvalho de Melo · 18 years ago
  39. c14d245 [SK_BUFF]: Introduce skb_set_network_header by Arnaldo Carvalho de Melo · 18 years ago
  40. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 18 years ago
  41. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 18 years ago
  42. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 18 years ago
  43. 797659f [PPPOE]: Introduce pppoe_hdr() by Arnaldo Carvalho de Melo · 18 years ago
  44. 37e6636 [LLC]: Kill llc_set_pdu_hdr by Arnaldo Carvalho de Melo · 18 years ago
  45. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 18 years ago
  46. 48d49d0c [SK_BUFF]: Introduce skb_set_mac_header() by Arnaldo Carvalho de Melo · 18 years ago
  47. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 18 years ago
  48. 92f37fd [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support by Eric Dumazet · 18 years ago
  49. a2a316f [NET]: Replace CONFIG_NET_DEBUG with sysctl. by Stephen Hemminger · 18 years ago
  50. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 18 years ago
  51. fe067e8 [TCP]: Abstract out all write queue operations. by David S. Miller · 18 years ago
  52. 759e5d0 [UDP]: Clean up UDP-Lite receive checksum by Herbert Xu · 18 years ago
  53. fc910a2 [NETLINK]: Limit NLMSG_GOODSIZE to 8K. by David S. Miller · 18 years ago
  54. 95c385b [IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support. by Neil Horman · 17 years ago
  55. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  56. 3927f2e [NET]: div64_64 consolidate (rev3) by Stephen Hemminger · 18 years ago
  57. 9d729f7 [NET]: Convert xtime.tv_sec to get_seconds() by James Morris · 18 years ago
  58. fa438cc [NET]: Keep sk_backlog near sk_lock by Eric Dumazet · 18 years ago
  59. 3cfe3ba [TCP]: Add two new spurious RTO responses to FRTO by Ilpo Järvinen · 18 years ago
  60. e0ef57c [TCP]: Make snd_cwnd_clamp a u32. by David S. Miller · 18 years ago
  61. 54287cc [TCP]: Keep copied_seq, rcv_wup and rcv_next together. by Eric Dumazet · 18 years ago
  62. 886236c [TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_ssthresh. by John Heffner · 18 years ago
  63. 46d0de4 [TCP] FRTO: Entry is allowed only during (New)Reno like recovery by Ilpo Järvinen · 18 years ago
  64. bdaae17 [TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c by Ilpo Järvinen · 18 years ago
  65. 1214538 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  66. 0bcbc92 [IPV6]: Disallow RH0 by default. by YOSHIFUJI Hideaki · 17 years ago
  67. 7e40f2a Taskstats fix the structure members alignment issue by Balbir Singh · 17 years ago
  68. ea8df8c Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  69. 8e821ca NFS: clean up the unstable write code by Trond Myklebust · 17 years ago
  70. 1d464c2 [MIPS] Fix wrong checksum for split TCP packets on 64-bit MIPS by Dave Johnson · 17 years ago
  71. ba755f8 [MIPS] Fix BUG(), BUG_ON() handling by Atsushi Nemoto · 18 years ago
  72. faea623 [MIPS] Retry {save,restore}_fp_context if failed in atomic context. by Atsushi Nemoto · 18 years ago
  73. 5323180 [MIPS] Disallow CpU exception in kernel again. by Atsushi Nemoto · 18 years ago
  74. 9a99435 [MIPS] Add missing silicon revisions for BCM112x by Mark Mason · 18 years ago
  75. 80d74d5 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  76. 93da287 Provide dummy devm_ioport_* if !HAS_IOPORT by Russell King · 18 years ago
  77. 88ed39b alpha: build fixes - force architecture by Ivan Kokshaysky · 18 years ago
  78. 1b75b05 alpha: fixes for specific machine types by Ivan Kokshaysky · 18 years ago
  79. 1126542 kernel-doc: fix plist.h comments by Randy Dunlap · 18 years ago
  80. c4b7e87 allow vmsplice to work in 32-bit mode on ppc64 by Don Zickus · 18 years ago
  81. c2ecba7 [NET]: Set a separate lockdep class for neighbour table's proxy_queue by Pavel Emelianov · 18 years ago
  82. b4dfa0b [NET]: Get rid of alloc_skb_from_cache by Herbert Xu · 18 years ago
  83. 5a6d41b NFS: Ensure PG_writeback is cleared when writeback fails by Trond Myklebust · 18 years ago
  84. 8bd51cc Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 18 years ago
  85. b4dfd6b Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 18 years ago
  86. 2345031 ide: correctly prevent IDE timer expiry function to run if request was already handled by Suleiman Souhlal · 18 years ago
  87. 49f1971 [PATCH] Proper fix for highmem kmap_atomic functions for VMI for 2.6.21 by Zachary Amsden · 18 years ago
  88. 995f054 [PATCH] high-res timers: resume fix by Ingo Molnar · 18 years ago
  89. 2e0d232 [IA64] SGI Altix : fix pcibr_dmamap_ate32() bug by Mike Habeck · 18 years ago
  90. 58e9491 [PATCH] ia64: desc_empty thinko/typo fix by Maciej Zenczykowski · 18 years ago
  91. 2363cc0 [PATCH] remove protection of LANANA-reserved majors by Andrew Morton · 18 years ago
  92. 5792a28 [PATCH] md: avoid a deadlock when removing a device from an md array via sysfs by NeilBrown · 18 years ago
  93. 6f23a31 libata: Limit ATAPI DMA to R/W commands only for TORiSAN DVD drives (take 3) by Albert Lee · 18 years ago
  94. 18d6e9d libata: Limit max sector to 128 for TORiSAN DVD drives (take 3) by Albert Lee · 18 years ago
  95. 7152764 libata: reorder HSM_ST_FIRST for easier decoding (take 3) by Albert Lee · 18 years ago
  96. d80f0a4 [SPARC]: Add unsigned to unused bit field in a.out.h by Robert Reif · 18 years ago
  97. 9a5ee4c Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  98. 1d64b9c [PATCH] Fix microcode-related suspend problem by Rafael J. Wysocki · 18 years ago
  99. 0c84ce2 [PATCH] driver core: fix built-in drivers sysfs links by Kay Sievers · 18 years ago
  100. 10fa115 [PATCH] uml: fix unreasonably long udelay by Paolo 'Blaisorblade' Giarrusso · 18 years ago