1. a084980 [NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECT by Patrick McHardy · 19 years ago
  2. 104e087 [NET_SCHED]: kill PSCHED_TLESS by Patrick McHardy · 19 years ago
  3. 7c59e25 [NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2 by Patrick McHardy · 19 years ago
  4. 26e252d [NET_SCHED]: kill PSCHED_AUDIT_TDIFF by Patrick McHardy · 19 years ago
  5. de6e05c [NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for diet by Yasuyuki Kozakai · 19 years ago
  6. 5f79e0f [NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabled by Yasuyuki Kozakai · 19 years ago
  7. 1d00a4e [NETLINK]: Remove error pointer from netlink message handler by Thomas Graf · 19 years ago
  8. c454673 [NET] rules: Unified rules dumping by Thomas Graf · 19 years ago
  9. c127ea2 [IPv6]: Use rtnl registration interface by Thomas Graf · 19 years ago
  10. fa34ddd [DECNet]: Use rtnl registration interface by Thomas Graf · 19 years ago
  11. be577dd [PKT_SCHED] qdisc: Use rtnl registration interface by Thomas Graf · 19 years ago
  12. 63f3444 [IPv4]: Use rtnl registration interface by Thomas Graf · 19 years ago
  13. 9d9e6a5 [NET] rules: Use rtnl registration interface by Thomas Graf · 19 years ago
  14. c8822a4 [NEIGH]: Use rtnl registration interface by Thomas Graf · 19 years ago
  15. e284986 [RTNL]: Message handler registration interface by Thomas Graf · 19 years ago
  16. 89560b5 [DCCP]: Sample RTT from SYN exchange by Gerrit Renker · 19 years ago
  17. dc5fc57 [NETLINK]: Use nlmsg_trim() where appropriate by Arnaldo Carvalho de Melo · 19 years ago
  18. a36ca73 [NETLINK]: Remove NLMSG_{NEW_ANSWER,CANCEL,END} by Arnaldo Carvalho de Melo · 19 years ago
  19. 897933b [SK_BUFF]: Remove skb_add_mtu() leftovers by Arnaldo Carvalho de Melo · 19 years ago
  20. b529ccf [NETLINK]: Introduce nlmsg_hdr() helper by Arnaldo Carvalho de Melo · 19 years ago
  21. 4305b54 [SK_BUFF]: Convert skb->end to sk_buff_data_t by Arnaldo Carvalho de Melo · 19 years ago
  22. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 19 years ago
  23. 2e07fa9 [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures by Arnaldo Carvalho de Melo · 19 years ago
  24. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 19 years ago
  25. cfe1fc7 [SK_BUFF]: Introduce skb_network_header_len by Arnaldo Carvalho de Melo · 19 years ago
  26. 00c04af [NET_SCHED]: kill jiffie conversion macros by Patrick McHardy · 19 years ago
  27. 4179477 [NET_SCHED]: Add hrtimer based qdisc watchdog by Patrick McHardy · 19 years ago
  28. 641b9e0 [NET_SCHED]: Use ktime as clocksource by Patrick McHardy · 19 years ago
  29. 0a6114d [KBUILD]: Unifdef headers changed by the skb layer header refactorings by Arnaldo Carvalho de Melo · 19 years ago
  30. c8e2078 [NETFILTER]: ctnetlink: add support for internal tcp connection tracking flags handling by Pablo Neira Ayuso · 19 years ago
  31. e7ac05f [NETFILTER]: nf_conntrack: add nf_copy() to safely copy members in skb by Yasuyuki Kozakai · 19 years ago
  32. edda553 [NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skb by Yasuyuki Kozakai · 19 years ago
  33. 8e87e01 [JHASH]: Use const in jhash2 by Patrick McHardy · 19 years ago
  34. 010c7d6 [NETFILTER]: nf_conntrack: uninline notifier registration functions by Patrick McHardy · 19 years ago
  35. a3c5029 [NETFILTER]: nfnetlink: use mutex instead of semaphore by Patrick McHardy · 19 years ago
  36. ac5357e [NETFILTER]: nf_conntrack: remove ugly hack in l4proto registration by Patrick McHardy · 19 years ago
  37. 587aa64 [NETFILTER]: Remove IPv4 only connection tracking/NAT by Patrick McHardy · 19 years ago
  38. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 19 years ago
  39. 39b8916 [SK_BUFF]: Introduce ipipv6_hdr(), remove skb->h.ipv6h by Arnaldo Carvalho de Melo · 19 years ago
  40. b0061ce [SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiph by Arnaldo Carvalho de Melo · 19 years ago
  41. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 19 years ago
  42. ab6a5bb [TCP]: Introduce tcp_hdrlen() and tcp_optlen() by Arnaldo Carvalho de Melo · 19 years ago
  43. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 19 years ago
  44. 4bedb45 [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh by Arnaldo Carvalho de Melo · 19 years ago
  45. d9edf9e [SK_BUFF]: Introduce igmp_hdr() & friends, remove skb->h.igmph by Arnaldo Carvalho de Melo · 19 years ago
  46. cc70ab2 [ICMP6]: Introduce icmp6_hdr() by Arnaldo Carvalho de Melo · 19 years ago
  47. 2c0fd38 [SCTP]: Introduce sctp_hdr() by Arnaldo Carvalho de Melo · 19 years ago
  48. 967b05f [SK_BUFF]: Introduce skb_set_transport_header by Arnaldo Carvalho de Melo · 19 years ago
  49. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 19 years ago
  50. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 19 years ago
  51. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 19 years ago
  52. d0a92be [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph by Arnaldo Carvalho de Melo · 19 years ago
  53. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 19 years ago
  54. c9bdd4b [IP]: Introduce ip_hdrlen() by Arnaldo Carvalho de Melo · 19 years ago
  55. c14d245 [SK_BUFF]: Introduce skb_set_network_header by Arnaldo Carvalho de Melo · 19 years ago
  56. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 19 years ago
  57. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 19 years ago
  58. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 19 years ago
  59. 797659f [PPPOE]: Introduce pppoe_hdr() by Arnaldo Carvalho de Melo · 19 years ago
  60. 37e6636 [LLC]: Kill llc_set_pdu_hdr by Arnaldo Carvalho de Melo · 19 years ago
  61. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 19 years ago
  62. 48d49d0c [SK_BUFF]: Introduce skb_set_mac_header() by Arnaldo Carvalho de Melo · 19 years ago
  63. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 19 years ago
  64. 92f37fd [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support by Eric Dumazet · 19 years ago
  65. a2a316f [NET]: Replace CONFIG_NET_DEBUG with sysctl. by Stephen Hemminger · 19 years ago
  66. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 19 years ago
  67. fe067e8 [TCP]: Abstract out all write queue operations. by David S. Miller · 19 years ago
  68. 759e5d0 [UDP]: Clean up UDP-Lite receive checksum by Herbert Xu · 19 years ago
  69. fc910a2 [NETLINK]: Limit NLMSG_GOODSIZE to 8K. by David S. Miller · 19 years ago
  70. 95c385b [IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support. by Neil Horman · 19 years ago
  71. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 19 years ago
  72. 3927f2e [NET]: div64_64 consolidate (rev3) by Stephen Hemminger · 19 years ago
  73. 9d729f7 [NET]: Convert xtime.tv_sec to get_seconds() by James Morris · 19 years ago
  74. fa438cc [NET]: Keep sk_backlog near sk_lock by Eric Dumazet · 19 years ago
  75. 3cfe3ba [TCP]: Add two new spurious RTO responses to FRTO by Ilpo Järvinen · 19 years ago
  76. e0ef57c [TCP]: Make snd_cwnd_clamp a u32. by David S. Miller · 19 years ago
  77. 54287cc [TCP]: Keep copied_seq, rcv_wup and rcv_next together. by Eric Dumazet · 19 years ago
  78. 886236c [TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_ssthresh. by John Heffner · 19 years ago
  79. 46d0de4 [TCP] FRTO: Entry is allowed only during (New)Reno like recovery by Ilpo Järvinen · 19 years ago
  80. bdaae17 [TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c by Ilpo Järvinen · 19 years ago
  81. 1214538 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  82. 0bcbc92 [IPV6]: Disallow RH0 by default. by YOSHIFUJI Hideaki · 19 years ago
  83. 7e40f2a Taskstats fix the structure members alignment issue by Balbir Singh · 19 years ago
  84. ea8df8c Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 19 years ago
  85. 8e821ca NFS: clean up the unstable write code by Trond Myklebust · 19 years ago
  86. 1d464c2 [MIPS] Fix wrong checksum for split TCP packets on 64-bit MIPS by Dave Johnson · 19 years ago
  87. ba755f8 [MIPS] Fix BUG(), BUG_ON() handling by Atsushi Nemoto · 19 years ago
  88. faea623 [MIPS] Retry {save,restore}_fp_context if failed in atomic context. by Atsushi Nemoto · 19 years ago
  89. 5323180 [MIPS] Disallow CpU exception in kernel again. by Atsushi Nemoto · 19 years ago
  90. 9a99435 [MIPS] Add missing silicon revisions for BCM112x by Mark Mason · 19 years ago
  91. 80d74d5 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  92. 93da287 Provide dummy devm_ioport_* if !HAS_IOPORT by Russell King · 19 years ago
  93. 88ed39b alpha: build fixes - force architecture by Ivan Kokshaysky · 19 years ago
  94. 1b75b05 alpha: fixes for specific machine types by Ivan Kokshaysky · 19 years ago
  95. 1126542 kernel-doc: fix plist.h comments by Randy Dunlap · 19 years ago
  96. c4b7e87 allow vmsplice to work in 32-bit mode on ppc64 by Don Zickus · 19 years ago
  97. c2ecba7 [NET]: Set a separate lockdep class for neighbour table's proxy_queue by Pavel Emelianov · 19 years ago
  98. b4dfa0b [NET]: Get rid of alloc_skb_from_cache by Herbert Xu · 19 years ago
  99. 5a6d41b NFS: Ensure PG_writeback is cleared when writeback fails by Trond Myklebust · 19 years ago
  100. 8bd51cc Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 19 years ago