1. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  2. a6f9a70 [NET]: Add support for getting the permanent hardware address. by Jon Wetzel · 19 years ago
  3. d179cd1 [NET]: Implement SKB fast cloning. by David S. Miller · 19 years ago
  4. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  5. 0662860 [NETLINK]: Add "groups" argument to netlink_kernel_create by Patrick McHardy · 19 years ago
  6. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  7. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  8. f6ebe77 [NETFILTER]: split net/core/netfilter.c into net/netfilter/*.c by Harald Welte · 19 years ago
  9. 295f732 [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer by Arnaldo Carvalho de Melo · 19 years ago
  10. 87d11ce [SOCK]: Introduce sk_clone by Arnaldo Carvalho de Melo · 19 years ago
  11. 8feaf0c0 [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets by Arnaldo Carvalho de Melo · 19 years ago
  12. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  13. 608c8e4 [NETFILTER]: Extend netfilter logging API by Harald Welte · 19 years ago
  14. e684897 [NET]: Cleanup INET_REFCNT_DEBUG code by Arnaldo Carvalho de Melo · 19 years ago
  15. 0ab43f8 [NETFILTER]: Core changes required by upcoming nfnetlink_queue code by Harald Welte · 19 years ago
  16. 2cc7d57 [NETFILTER]: Move reroute-after-queue code up to the nf_queue layer. by Harald Welte · 19 years ago
  17. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  18. 020b4c1 [NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/netfilter.c by Harald Welte · 19 years ago
  19. 089af26 [NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable() by Harald Welte · 19 years ago
  20. 86e65da [NET]: Remove explicit initializations of skb->input_dev by David S. Miller · 19 years ago
  21. 0742fd5 [IPV4]: possible cleanups by Adrian Bunk · 19 years ago
  22. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  23. 83e3609 [REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroy by Arnaldo Carvalho de Melo · 19 years ago
  24. 6f1cf16 [NET]: Remove HIPPI private from skbuff.h by Stephen Hemminger · 19 years ago
  25. b0573de [NET]: Introduce SO_{SND,RCV}BUFFORCE socket options by Patrick McHardy · 19 years ago
  26. abc3bc5 [NET]: Kill skb->tc_classid by Patrick McHardy · 19 years ago
  27. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago
  28. 6869c4d [NETFILTER]: reduce netfilter sk_buff enlargement by Harald Welte · 19 years ago
  29. d7b9dfc [NETPOLL]: remove unused variable by Matt Mackall · 19 years ago
  30. 53fb95d [NETPOLL]: fix initialization/NAPI race by Matt Mackall · 19 years ago
  31. 2652076 [NETPOLL]: pre-fill skb pool by Ingo Molnar · 19 years ago
  32. 0db1d6f [NETPOLL]: add retry timeout by Matt Mackall · 19 years ago
  33. f0d3459 [NETPOLL]: netpoll_send_skb simplify by Matt Mackall · 19 years ago
  34. a636e13 [NETPOLL]: deadlock bugfix by Jeff Moyer · 19 years ago
  35. 1151312 [NETPOLL]: rx_flags bugfix by Jeff Moyer · 19 years ago
  36. f0098f7 [NET] Fix too aggressive backoff in dst garbage collection by Denis Lunev · 19 years ago
  37. 6192b54 [NET]: Fix busy waiting in dev_close(). by David S. Miller · 19 years ago
  38. 839c5d2 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  39. 77933d7 [PATCH] clean up inline static vs static inline by Jesper Juhl · 19 years ago
  40. 5e43db7 [NET]: Move in_aton from net/ipv4/utils.c to net/core/utils.c by Matt Mackall · 19 years ago
  41. a77be81 [NET]: Fix setsockopt locking bug by Kyle Moffett · 19 years ago
  42. b72f6ec [NET]: Fix tc_verd thinko in skb_clone() by David S. Miller · 19 years ago
  43. 6aef4fdf [NET]: Only build flow.o if CONFIG_XFRM=y by Patrick McHardy · 19 years ago
  44. 86a76ca [NET]: Fix sparse warnings by Victor Fusco · 19 years ago
  45. 52609c0 [NET]: improve readability of dev_set_promiscuity() in net/core/dev.c by David Chau · 19 years ago
  46. e176fe8 [NET]: Remove unused security member in sk_buff by Thomas Graf · 19 years ago
  47. 3154e54 [NET]: net/core/filter.c: make len cover the entire packet by Patrick McHardy · 19 years ago
  48. 0b05b2a [NET]: Consolidate common code in net/core/filter.c by Patrick McHardy · 19 years ago
  49. 6935d46 [NET]: Remove redundant code in net/core/filter.c by Patrick McHardy · 19 years ago
  50. 9ef1d4c [NETLINK]: Missing initializations in dumped data by Patrick McHardy · 19 years ago
  51. b3563c4 [NETLINK]: Clear padding in netlink messages by Patrick McHardy · 19 years ago
  52. 64053be [PKTGEN]: Fix random packet sizes causing panic by Robert Olsson · 19 years ago
  53. 3fc7e8a [NET]: skb_find_text() - Find a text pattern in skb data by Thomas Graf · 19 years ago
  54. 677e90e [NET]: Zerocopy sequential reading of skb data by Thomas Graf · 19 years ago
  55. 51b0bde [NET]: Separate two usages of netdev_max_backlog. by Stephen Hemminger · 19 years ago
  56. 31aa02c [NET]: Eliminate netif_rx massive packet drops. by Stephen Hemminger · 19 years ago
  57. 34008d8 [NET]: Remove obsolete netif_rx congestion sensing mechanism. by Stephen Hemminger · 19 years ago
  58. c1ebcdb [NET]: Remove obsolete fastroute stats. by Stephen Hemminger · 19 years ago
  59. 543537b [PATCH] create a kstrdup library function by Paulo Marques · 19 years ago
  60. fbeec2e [NETPOLL]: allow multiple netpoll_clients to register against one interface by Jeff Moyer · 19 years ago
  61. 115c1d6 [NETPOLL]: Introduce a netpoll_info struct by Jeff Moyer · 19 years ago
  62. 18b8afc [NETFILTER]: Kill nf_debug by Patrick McHardy · 19 years ago
  63. 9ed19f3 [NETLINK]: Set correct pid for ioctl originating netlink events by Jamal Hadi Salim · 19 years ago
  64. b6544c0 [NETLINK]: Correctly set NLM_F_MULTI without checking the pid by Jamal Hadi Salim · 19 years ago
  65. 1797754 [NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flags by Thomas Graf · 19 years ago
  66. e386c6e [NEIGH]: Fix use of uninitialized variable when trimming in neightbl_fill_parms by Thomas Graf · 19 years ago
  67. 4b6ea82 [NETLINK]: Kill bogus NLMSG_SET_MULTIPART uses. by Thomas Graf · 19 years ago
  68. c7fb64d [NETLINK]: Neighbour table configuration and statistics via rtnetlink by Thomas Graf · 19 years ago
  69. e52c1f1 [NET]: Move sysctl_max_syn_backlog into request_sock.c by David S. Miller · 19 years ago
  70. 2ad69c5 [NET] rename struct tcp_listen_opt to struct listen_sock by Arnaldo Carvalho de Melo · 19 years ago
  71. 0e87506 [NET] Generalise tcp_listen_opt by Arnaldo Carvalho de Melo · 19 years ago
  72. 2e6599c [NET] Generalise TCP's struct open_request minisock infrastructure by Arnaldo Carvalho de Melo · 19 years ago
  73. 0e396ee Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git by Linus Torvalds · 19 years ago
  74. e387660 [NET]: Fix sysctl net.core.dev_weight by Stephen Hemminger · 19 years ago
  75. 699a411 [NET]: Allow controlling NAPI device weight with sysfs by Stephen Hemminger · 19 years ago
  76. fa04ae5 [ETHTOOL]: Check correct pointer in ethtool_set_coalesce(). by David S. Miller · 19 years ago
  77. 91bcc01 Automatic merge of /spare/repo/netdev-2.6 branch we18 by · 19 years ago
  78. d1102b5 [NET]: Use %lx for netdev->features sysfs formatting. by David S. Miller · 19 years ago
  79. 69f6a0f [NET]: Add ethtool support for NETIF_F_HW_CSUM. by Jon Mason · 19 years ago
  80. 81e8157 [BRIDGE]: make dev->features unsigned by Stephen Hemminger · 19 years ago
  81. d8a33ac [BRIDGE]: features change notification by Stephen Hemminger · 19 years ago
  82. fff9cfd [PATCH] Wireless Extensions 18 (aka WPA) by · 19 years ago
  83. 02c30a8 [PATCH] update Ross Biro bouncing email address by Jesper Juhl · 19 years ago
  84. 476e19c [IPV6]: Fix OOPS when using IPV6_ADDRFORM by Arnaldo Carvalho de Melo · 19 years ago
  85. bd96535 [NETFILTER]: Drop conntrack reference in ip_dev_loopback_xmit() by Patrick McHardy · 19 years ago
  86. e4f8ab0 [NETFILTER]: Fix nf_debug_ip_local_deliver() by Patrick McHardy · 19 years ago
  87. cacaddf [NET]: Disable queueing when carrier is lost. by Tommy S. Christensen · 19 years ago
  88. 0f4821e [XFRM/RTNETLINK]: Decrement qlen properly in {xfrm_,rt}netlink_rcv(). by David S. Miller · 19 years ago
  89. 09e1430 [NETLINK]: Fix infinite loops in synchronous netlink changes. by David S. Miller · 19 years ago
  90. 2a0a6eb [NETLINK]: Synchronous message processing. by Herbert Xu · 19 years ago
  91. db46edc [RTNETLINK] Cleanup rtnetlink_link tables by Thomas Graf · 19 years ago
  92. f90a0a7 [RTNETLINK] Fix & cleanup rtm_min/rtm_max by Thomas Graf · 19 years ago
  93. 67be2dd [PATCH] DocBook: fix some descriptions by Martin Waitz · 19 years ago
  94. 4dc3b16 [PATCH] DocBook: changes and extensions to the kernel documentation by Pavel Pisa · 19 years ago
  95. e49332b [PATCH] misc verify_area cleanups by Jesper Juhl · 19 years ago
  96. fbd568a3e [PATCH] Change synchronize_kernel to _rcu and _sched by Paul E. McKenney · 19 years ago
  97. 5bec003 [NET]: /proc/net/stat/* header cleanup by Olaf Rempel · 19 years ago
  98. b453257 [PATCH] kill gratitious includes of major.h under net/* by Al Viro · 19 years ago
  99. af19136 [NET]: Document ->hard_start_xmit() locking in comments. by Ben Greear · 19 years ago
  100. 2609545 [NET]: Add missing newline for skb_*_panic by Patrick McHardy · 19 years ago