1. f87a9c3 [PKT_SCHED]: Cleanup pfifo_fast qdisc and remove unnecessary code by Thomas Graf · 19 years ago
  2. 321090e [PKT_SCHED]: Add and use prio2list() in the pfifo_fast qdisc by Thomas Graf · 19 years ago
  3. 821d24a [PKT_SCHED]: Transform pfifo_fast to use generic queue management interface by Thomas Graf · 19 years ago
  4. 6fc8e84 [PKT_SCHED]: Cleanup fifo qdisc and remove unnecessary code by Thomas Graf · 19 years ago
  5. aaae301 [PKT_SCHED]: Transform fifo qdisc to use generic queue management interface by Thomas Graf · 19 years ago
  6. 1e061ab [SCTP]: Replace spin_lock_irqsave with spin_lock_bh by Herbert Xu · 19 years ago
  7. e0f9f85 [IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bh by Herbert Xu · 19 years ago
  8. 9ed19f3 [NETLINK]: Set correct pid for ioctl originating netlink events by Jamal Hadi Salim · 19 years ago
  9. e431b8c [NETLINK]: Explicit typing by Jamal Hadi Salim · 19 years ago
  10. 58b8215 [DECNET]: Remove unnecessary initilization of unused variable entries by Thomas Graf · 19 years ago
  11. 0603eac [IPSEC]: Add XFRMA_SA/XFRMA_POLICY for delete notification by Herbert Xu · 19 years ago
  12. b6544c0 [NETLINK]: Correctly set NLM_F_MULTI without checking the pid by Jamal Hadi Salim · 19 years ago
  13. 1797754 [NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flags by Thomas Graf · 19 years ago
  14. af0d114 [PKT_SCHED]: Logic simplifications and codingstyle/whitespace cleanups by Thomas Graf · 19 years ago
  15. 02f23f0 [PKT_SCHED]: Make dsmark use the new dumping macros by Thomas Graf · 19 years ago
  16. 758cc43 [PKT_SCHED]: Fix dsmark to apply changes consistent by Thomas Graf · 19 years ago
  17. e386c6e [NEIGH]: Fix use of uninitialized variable when trimming in neightbl_fill_parms by Thomas Graf · 19 years ago
  18. 4b6ea82 [NETLINK]: Kill bogus NLMSG_SET_MULTIPART uses. by Thomas Graf · 19 years ago
  19. c7fb64d [NETLINK]: Neighbour table configuration and statistics via rtnetlink by Thomas Graf · 19 years ago
  20. e52c1f1 [NET]: Move sysctl_max_syn_backlog into request_sock.c by David S. Miller · 19 years ago
  21. 2ad69c5 [NET] rename struct tcp_listen_opt to struct listen_sock by Arnaldo Carvalho de Melo · 19 years ago
  22. 0e87506 [NET] Generalise tcp_listen_opt by Arnaldo Carvalho de Melo · 19 years ago
  23. 60236fd [NET] Rename open_request to request_sock by Arnaldo Carvalho de Melo · 19 years ago
  24. 2e6599c [NET] Generalise TCP's struct open_request minisock infrastructure by Arnaldo Carvalho de Melo · 19 years ago
  25. ee57eef [IPSEC] Use NLMSG_LENGTH in xfrm_exp_state_notify by Jamal Hadi Salim · 19 years ago
  26. 7d6dfe1 [IPSEC] Fix xfrm_state leaks in error path by Patrick McHardy · 19 years ago
  27. f60f6b8 [IPSEC] Use XFRM_MSG_* instead of XFRM_SAP_* by Herbert Xu · 19 years ago
  28. e744389 [IPSEC] Set byid for km_event in xfrm_get_policy by Herbert Xu · 19 years ago
  29. bf08867 [IPSEC] Turn km_event.data into a union by Herbert Xu · 19 years ago
  30. 4f09f0b [IPSEC] Fix xfrm to pfkey SA state conversion by Herbert Xu · 19 years ago
  31. 4666faa [IPSEC] Kill spurious hard expire messages by Herbert Xu · 19 years ago
  32. 26b15da [IPSEC] Add complete xfrm event notification by Jamal Hadi Salim · 19 years ago
  33. 19fa95e Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 by Linus Torvalds · 19 years ago
  34. 0e396ee Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git by Linus Torvalds · 19 years ago
  35. 0107b3c Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 19 years ago
  36. bcfff0b [NETFILTER]: ipt_recent: last_pkts is an array of "unsigned long" not "u_int32_t" by David S. Miller · 19 years ago
  37. a96aca8 [NETFILTER]: Advance seq-file position in exp_next_seq() by Patrick McHardy · 19 years ago
  38. 1c2fb7f [IPV4]: Sysctl configurable icmp error source address. by J. Simonetti · 19 years ago
  39. 6a6ddb2 [SCTP] Fix incorrect setting of sk_bound_dev_if when binding/sending to a ipv6 by Sridhar Samudrala · 19 years ago
  40. cdac4e0 [SCTP] Add support for ip_nonlocal_bind sysctl & IP_FREEBIND socket option by Neil Horman · 19 years ago
  41. bca735b [SCTP] Extend the info exported via /proc/net/sctp to support netstat for SCTP. by Vladislav Yasevich · 19 years ago
  42. 0fd9a65 [SCTP] Support SO_BINDTODEVICE socket option on incoming packets. by Neil Horman · 19 years ago
  43. 4243cac [SCTP]: Fix bug in restart of peeled-off associations. by Vladislav Yasevich · 19 years ago
  44. 77bd919 [IPv6] Don't generate temporary for TUN devices by Rémi Denis-Courmont · 19 years ago
  45. 84427d5 [IPV6]: Ensure to use icmpv6_socket in non-preemptive context. by YOSHIFUJI Hideaki · 19 years ago
  46. 979b6c1 [NET]: Move the netdev list to vger.kernel.org. by Ralf Baechle · 19 years ago
  47. 6efd845 [IPV4]: Multipath modules need a license to prevent kernel tainting. by Randy Dunlap · 19 years ago
  48. e762648 [TCP]: Adjust TCP mem order check to new alloc_large_system_hash by Andi Kleen · 19 years ago
  49. 98e5640 [PKT_SCHED]: Fix numeric comparison in meta ematch by Thomas Graf · 19 years ago
  50. e1e284a [PKT_SCHED]: Dump classification result for basic classifier by Thomas Graf · 19 years ago
  51. 4890062 [PKT_SCHED]: Allow socket attributes to be matched on via meta ematch by Thomas Graf · 19 years ago
  52. b824979 [PKT_SCHED]: Fix typo in NET_EMATCH_STACK help text by Thomas Graf · 19 years ago
  53. e387660 [NET]: Fix sysctl net.core.dev_weight by Stephen Hemminger · 19 years ago
  54. 699a411 [NET]: Allow controlling NAPI device weight with sysfs by Stephen Hemminger · 19 years ago
  55. 8181b8c [IPV6]: Update parm.link in ip6ip6_tnl_change() by Gabor Fekete · 19 years ago
  56. fa04ae5 [ETHTOOL]: Check correct pointer in ethtool_set_coalesce(). by David S. Miller · 19 years ago
  57. 91bcc01 Automatic merge of /spare/repo/netdev-2.6 branch we18 by · 19 years ago
  58. 4fef030 [IPV6]: Kill export of fl6_sock_lookup. by Adrian Bunk · 19 years ago
  59. 64a6c7a [IPVS]: remove net/ipv4/ipvs/ip_vs_proto_icmp.c by Adrian Bunk · 19 years ago
  60. 1c3f45a Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 19 years ago
  61. 4bcff1b AUDIT: Fix user pointer deref thinko in sys_socketcall(). by David Woodhouse · 19 years ago
  62. 3683983 [IPSEC]: Fix esp_decap_data size verification in esp4. by Edgar E Iglesias · 19 years ago
  63. 08e9cd1 [PKT_SCHED]: Disable dsmark debugging messages by default by Thomas Graf · 19 years ago
  64. 486b53e [PKT_SCHED]: make dsmark try using pfifo instead of noop while grafting by Thomas Graf · 19 years ago
  65. 0451eb0 [PKT_SCHED]: Fix dsmark to count ignored indices while walking by Thomas Graf · 19 years ago
  66. 208d898 [IPV4]: Fix BUG() in 2.6.x, udp_poll(), fragments + CONFIG_HIGHMEM by Herbert Xu · 19 years ago
  67. 9bb7bc9 [NETFILTER]: Fix deadlock with ip_queue and tcp local input path. by Harald Welte · 19 years ago
  68. d1102b5 [NET]: Use %lx for netdev->features sysfs formatting. by David S. Miller · 19 years ago
  69. 6c94d36 [IPV6]: Clear up user copy warning in flowlabel code. by David S. Miller · 19 years ago
  70. 69f6a0f [NET]: Add ethtool support for NETIF_F_HW_CSUM. by Jon Mason · 19 years ago
  71. 37e20a6 [IPV4]: Kill MULTIPATHHOLDROUTE flag. by Pravin B. Shelar · 19 years ago
  72. 8f937c6 [IPV4]: Primary and secondary addresses by Harald Welte · 19 years ago
  73. 7ce54e3 [BRIDGE]: receive path optimization by Stephen Hemminger · 19 years ago
  74. 85967bb [BRIDGE]: prevent bad forwarding table updates by Stephen Hemminger · 19 years ago
  75. 81d3530 [BRIDGE]: set features based on enslaved devices by Stephen Hemminger · 19 years ago
  76. 81e8157 [BRIDGE]: make dev->features unsigned by Stephen Hemminger · 19 years ago
  77. d8a33ac [BRIDGE]: features change notification by Stephen Hemminger · 19 years ago
  78. 286d974 [PATCH] ieee80211: cleanup by Jiri Benc · 19 years ago
  79. 76fe1b0 [PATCH] fix IEEE80211_CRYPT_* selects by Adrian Bunk · 19 years ago
  80. e157249 [PATCH] net/ieee80211/: make two functions static by Adrian Bunk · 19 years ago
  81. 695b5bc [PATCH] ieee80211_module.c::store_debug_level() cleanup by Al Viro · 19 years ago
  82. ff0e0ea Automatic merge of /spare/repo/netdev-2.6 branch we18 by · 19 years ago
  83. 1f15d69 Automatic merge of /spare/repo/netdev-2.6 branch master by · 19 years ago
  84. c8b35d2 [TOKENRING]: net/802/tr.c: s/struct rif_cache_s/struct rif_cache/ by Alexey Dobriyan · 19 years ago
  85. c6b3365 [TOKENRING]: be'ify trh_hdr, trllc, rif_cache_s by Alexey Dobriyan · 19 years ago
  86. 92d63dec From: Kazunori Miyazawa <kazunori@miyazawa.org> by Hideaki YOSHIFUJI · 19 years ago
  87. 0dca51d [PKT_SCHED] netem: allow random reordering (with fix) by Stephen Hemminger · 19 years ago
  88. 0f9f32a [PKT_SCHED] netem: use only inner qdisc -- no private skbuff queue by Stephen Hemminger · 19 years ago
  89. 0afb51e [PKT_SCHED]: netem: reinsert for duplication by Stephen Hemminger · 19 years ago
  90. 180e425 [IPV6]: Fix xfrm tunnel oops with large packets by Herbert Xu · 19 years ago
  91. 3143241 [TCP]: Fix stretch ACK performance killer when doing ucopy. by David S. Miller · 19 years ago
  92. aa1c6a6 [NETLINK]: Defer socket destruction a bit by Tommy S. Christensen · 19 years ago
  93. 68acc02 [NETLINK]: Move broadcast skb_orphan to the skb_get path. by Tommy S. Christensen · 19 years ago
  94. db61ecc [NETLINK]: Fix race with recvmsg(). by Tommy S. Christensen · 19 years ago
  95. 31c2685 [IPSEC]: Verify key payload in verify_one_algo by Herbert Xu · 19 years ago
  96. b9e9dea [IPSEC]: Fixed alg_key_len usage in attach_one_algo by Herbert Xu · 19 years ago
  97. 8be5893 [NETFILTER]: Do not be clever about SKB ownership in ip_ct_gather_frags(). by David S. Miller · 19 years ago
  98. d9fa0f3 [IP_VS]: Remove extra __ip_vs_conn_put() for incoming ICMP. by Julian Anastasov · 19 years ago
  99. f81a0bf [AF_UNIX]: Use lookup_create(). by Christoph Hellwig · 19 years ago
  100. 2fdba6b [IPV4/IPV6] Ensure all frag_list members have NULL sk by Herbert Xu · 19 years ago