1. a084980 [NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECT by Patrick McHardy · 17 years ago
  2. 104e087 [NET_SCHED]: kill PSCHED_TLESS by Patrick McHardy · 17 years ago
  3. 7c59e25 [NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2 by Patrick McHardy · 17 years ago
  4. 26e252d [NET_SCHED]: kill PSCHED_AUDIT_TDIFF by Patrick McHardy · 17 years ago
  5. 1d00a4e [NETLINK]: Remove error pointer from netlink message handler by Thomas Graf · 17 years ago
  6. c454673 [NET] rules: Unified rules dumping by Thomas Graf · 17 years ago
  7. c127ea2 [IPv6]: Use rtnl registration interface by Thomas Graf · 17 years ago
  8. fa34ddd [DECNet]: Use rtnl registration interface by Thomas Graf · 17 years ago
  9. be577dd [PKT_SCHED] qdisc: Use rtnl registration interface by Thomas Graf · 17 years ago
  10. 63f3444 [IPv4]: Use rtnl registration interface by Thomas Graf · 17 years ago
  11. 9d9e6a5 [NET] rules: Use rtnl registration interface by Thomas Graf · 17 years ago
  12. c8822a4 [NEIGH]: Use rtnl registration interface by Thomas Graf · 17 years ago
  13. e284986 [RTNL]: Message handler registration interface by Thomas Graf · 17 years ago
  14. dc5fc57 [NETLINK]: Use nlmsg_trim() where appropriate by Arnaldo Carvalho de Melo · 17 years ago
  15. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  16. 00c04af [NET_SCHED]: kill jiffie conversion macros by Patrick McHardy · 17 years ago
  17. 4179477 [NET_SCHED]: Add hrtimer based qdisc watchdog by Patrick McHardy · 17 years ago
  18. 641b9e0 [NET_SCHED]: Use ktime as clocksource by Patrick McHardy · 17 years ago
  19. 010c7d6 [NETFILTER]: nf_conntrack: uninline notifier registration functions by Patrick McHardy · 17 years ago
  20. a3c5029 [NETFILTER]: nfnetlink: use mutex instead of semaphore by Patrick McHardy · 17 years ago
  21. ac5357e [NETFILTER]: nf_conntrack: remove ugly hack in l4proto registration by Patrick McHardy · 17 years ago
  22. 587aa64 [NETFILTER]: Remove IPv4 only connection tracking/NAT by Patrick McHardy · 17 years ago
  23. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  24. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 17 years ago
  25. 4bedb45 [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh by Arnaldo Carvalho de Melo · 17 years ago
  26. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  27. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  28. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  29. c9bdd4b [IP]: Introduce ip_hdrlen() by Arnaldo Carvalho de Melo · 17 years ago
  30. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  31. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  32. 37e6636 [LLC]: Kill llc_set_pdu_hdr by Arnaldo Carvalho de Melo · 17 years ago
  33. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  34. 92f37fd [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support by Eric Dumazet · 17 years ago
  35. a2a316f [NET]: Replace CONFIG_NET_DEBUG with sysctl. by Stephen Hemminger · 17 years ago
  36. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 17 years ago
  37. fe067e8 [TCP]: Abstract out all write queue operations. by David S. Miller · 17 years ago
  38. 759e5d0 [UDP]: Clean up UDP-Lite receive checksum by Herbert Xu · 17 years ago
  39. 95c385b [IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support. by Neil Horman · 17 years ago
  40. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  41. 9d729f7 [NET]: Convert xtime.tv_sec to get_seconds() by James Morris · 17 years ago
  42. fa438cc [NET]: Keep sk_backlog near sk_lock by Eric Dumazet · 17 years ago
  43. 3cfe3ba [TCP]: Add two new spurious RTO responses to FRTO by Ilpo Järvinen · 17 years ago
  44. 886236c [TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_ssthresh. by John Heffner · 17 years ago
  45. 46d0de4 [TCP] FRTO: Entry is allowed only during (New)Reno like recovery by Ilpo Järvinen · 17 years ago
  46. bdaae17 [TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c by Ilpo Järvinen · 17 years ago
  47. c01003c [IFB]: Fix crash on input device removal by Patrick McHardy · 17 years ago
  48. a9c87a1 Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes by Jeff Garzik · 17 years ago
  49. c2805fb [PATCH] WE-22 : prevent information leak on 64 bit by Jean Tourrilhes · 17 years ago
  50. f11e665 [IPV6]: Fix routing round-robin locking. by David S. Miller · 17 years ago
  51. ecbb416 [NET]: Fix neighbour destructor handling. by Alexey Kuznetsov · 17 years ago
  52. e1701c6 [NET]: Fix fib_rules compatibility breakage by Thomas Graf · 17 years ago
  53. 749bf92 [SCTP]: Reset some transport and association variables on restart by Vlad Yasevich · 17 years ago
  54. 0b58a81 [SCTP]: Clean up stale data during association restart by Vlad Yasevich · 17 years ago
  55. ef41aaa [IPSEC]: xfrm_policy delete security check misplaced by Eric Paris · 17 years ago
  56. 64a1465 [NET]: Revert incorrect accept queue backlog changes. by David S. Miller · 17 years ago
  57. 187f5f84 [INET]: twcal_jiffie should be unsigned long, not int by Eric Dumazet · 17 years ago
  58. ec68e97 [NETFILTER]: conntrack: fix {nf,ip}_ct_iterate_cleanup endless loops by Patrick McHardy · 17 years ago
  59. 8488df8 [NET]: Fix bugs in "Whether sock accept queue is full" checking by Wei Dong · 17 years ago
  60. 4498121 [NET]: Handle disabled preemption in gfp_any() by Patrick McHardy · 17 years ago
  61. a39a219 [IRDA] net/irda/: proper prototypes by Adrian Bunk · 17 years ago
  62. 73d605d [IPSEC]: changing API of xfrm6_tunnel_register by Kazunori MIYAZAWA · 17 years ago
  63. c0d5640 [IPSEC]: Changing API of xfrm4_tunnel_register. by Kazunori MIYAZAWA · 17 years ago
  64. fe3eb20 [NETFILTER]: nf_conntrack: change nf_conntrack_l[34]proto_unregister to void by Patrick McHardy · 17 years ago
  65. c0e912d [NETFILTER]: nf_conntrack: fix invalid conntrack statistics RCU assumption by Patrick McHardy · 17 years ago
  66. 923f490 [NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3protos arrays by Patrick McHardy · 17 years ago
  67. 5404732 [PATCH] mark struct file_operations const 1 by Arjan van de Ven · 17 years ago
  68. 1e19e02 [NET]: Reorder fields of struct dst_entry by Eric Dumazet · 17 years ago
  69. 0c195c3 [DECNET]: Convert decnet route to use the new dst_entry 'next' pointer by Eric Dumazet · 17 years ago
  70. 7cc4826 [IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointer by Eric Dumazet · 17 years ago
  71. 093c2ca [IPV4]: Convert ipv4 route to use the new dst_entry 'next' pointer by Eric Dumazet · 17 years ago
  72. 75ce7ce [NET]: Introduce union in struct dst_entry to hold 'next' pointer by Eric Dumazet · 17 years ago
  73. dbca9b275 [NET]: change layout of ehash table by Eric Dumazet · 17 years ago
  74. eac3731 [S390]: Add AF_IUCV socket support by Jennifer Hunt · 17 years ago
  75. 2356f4c [S390]: Rewrite of the IUCV base code, part 2 by Martin Schwidefsky · 17 years ago
  76. 39e21c0 [X.25]: Adds /proc/sys/net/x25/x25_forward to control forwarding. by Andrew Hendry · 17 years ago
  77. 95a9dc4 [X.25]: Add call forwarding by Andrew Hendry · 17 years ago
  78. 80c9aba [XFRM]: Extension for dynamic update of endpoint address(es) by Shinta Sugimoto · 17 years ago
  79. 41f4689 [NETFILTER]: NAT: optional source port randomization support by Eric Leblond · 17 years ago
  80. 6fecd19 [NETFILTER]: Add SANE connection tracking helper by Michal Schmidt · 17 years ago
  81. cdca726 [IPSEC]: exporting xfrm_state_afinfo by Miika Komu · 17 years ago
  82. 8eb9086 [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts. by David S. Miller · 17 years ago
  83. ba7808e [TCP]: remove tcp header from tcp_v4_check (take #2) by Frederik Deweerdt · 17 years ago
  84. e89862f [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). by David S. Miller · 18 years ago
  85. 610ab73 [SCTP]: Correctly handle unexpected INIT-ACK chunk. by Vlad Yasevich · 18 years ago
  86. 16d8079 [NETFILTER]: fix xt_state compile failure by Mikael Pettersson · 18 years ago
  87. 1189753 Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes by Jeff Garzik · 18 years ago
  88. 0d630cc [TCP]: Use old definition of before by Gerrit Renker · 18 years ago
  89. 7f18ba6 [X25]: proper prototype for x25_init_timers() by Adrian Bunk · 18 years ago
  90. 3eb5460 [PATCH] ieee80211: WLAN_GET_SEQ_SEQ fix (select correct region) by Zhu Yi · 18 years ago
  91. b23e353 [IPV6]: Dumb typo in generic csum_ipv6_magic() by Al Viro · 18 years ago
  92. 2412318 [SCTP]: make 2 functions static by Adrian Bunk · 18 years ago
  93. 0f3fffd [SCTP]: Fix typo adaption -> adaptation as per the latest API draft. by Ivan Skytte Jorgensen · 18 years ago
  94. 9a036b9c [TCP]: Fix ambiguity in the `before' relation. by Gerrit Renker · 18 years ago
  95. a3d3840 [AX.25]: Fix unchecked rose_add_loopback_neigh uses by Ralf Baechle · 18 years ago
  96. a428271 [AX.25]: Fix unchecked ax25_linkfail_register uses by Ralf Baechle · 18 years ago
  97. 8d5cf59 [AX.25]: Fix unchecked ax25_protocol_register uses. by Ralf Baechle · 18 years ago
  98. c9266b9 [AX.25]: Mark all kmalloc users __must_check by Ralf Baechle · 18 years ago
  99. 8bce65b [IPV6]: Make fib6_node subtree depend on IPV6_SUBTREES by Kim Nordlund · 18 years ago
  100. 6ab792f [SCTP]: Add support for SCTP_CONTEXT socket option. by Ivan Skytte Jorgensen · 18 years ago