1. ee39e10 [NET_SCHED]: sch_htb: use generic estimator by Patrick McHardy · 17 years ago
  2. 4bdf399 [NET_SCHED]: Remove unnecessary stats_lock pointers by Patrick McHardy · 17 years ago
  3. 876d48a [NET_SCHED]: Remove CONFIG_NET_ESTIMATOR option by Patrick McHardy · 17 years ago
  4. a553e4a [PKTGEN]: IPSEC support by Jamal Hadi Salim · 17 years ago
  5. 628529b [XFRM] Introduce standalone SAD lookup by Jamal Hadi Salim · 17 years ago
  6. 007a531 [PKTGEN]: Introduce sequential flows by Jamal Hadi Salim · 17 years ago
  7. 16dab72 [PKTGEN]: Centralize packet overhead tracking by Jamal Hadi Salim · 17 years ago
  8. eef6caf [MAC80211]: Set low initial rate in rc80211_simple by Larry Finger · 17 years ago
  9. d041005 [TCP]: SACK fastpath did override adjusted fackets_out by Ilpo Järvinen · 17 years ago
  10. 61cbc2f [NET]: Fix secondary unicast/multicast address count maintenance by Patrick McHardy · 17 years ago
  11. d62733c [SCHED]: Qdisc changes and sch_rr added for multiqueue by Peter P Waskiewicz Jr · 17 years ago
  12. f25f4e4 [CORE] Stack changes to add multiqueue hardware support API by Peter P Waskiewicz Jr · 17 years ago
  13. a298830 [NET]: Fix TX checksum feature check by Herbert Xu · 17 years ago
  14. 342f023 [UDP]: Introduce UDP encapsulation type for L2TP by James Chapman · 17 years ago
  15. 4417da6 [NET]: dev: secondary unicast address support by Patrick McHardy · 17 years ago
  16. 3fba5a8 [NET]: dev_mcast: switch to generic net_device address lists by Patrick McHardy · 17 years ago
  17. bf74248 [NET]: dev: introduce generic net_device address lists by Patrick McHardy · 17 years ago
  18. 75ebe8f [NET]: dev_mcast: unexport dev_mc_upload by Patrick McHardy · 17 years ago
  19. d212f87 [NET]: IPV6 checksum offloading in network devices by Stephen Hemminger · 17 years ago
  20. d3d6dd3 [XFRM]: Add module alias for transformation type. by Masahide NAKAMURA · 17 years ago
  21. 59fbb3a6 [IPV6] MIP6: Loadable module support for MIPv6. by Masahide NAKAMURA · 17 years ago
  22. 136ebf0 [IPV6] MIP6: Kill unnecessary ifdefs. by Masahide NAKAMURA · 17 years ago
  23. 2371baa [RTNETLINK]: Fix rtnetlink compat attribute patch by Patrick McHardy · 17 years ago
  24. afdc323 [RTNETLINK]: Add nested compat attribute by Patrick McHardy · 17 years ago
  25. 1092cb2 [NETLINK]: attr: add nested compat attribute type by Patrick McHardy · 17 years ago
  26. 334a813 [SKBUFF]: Keep track of writable header len of headerless clones by Patrick McHardy · 17 years ago
  27. e50c41b [NET]: qdisc_restart - couple of optimizations. by Krishna Kumar · 17 years ago
  28. 6c1361a [NET]: qdisc_restart - readability changes plus one bug fix. by Krishna Kumar · 17 years ago
  29. 49d66a7 [CCID3]: Fix a bug in the send time processing by Gerrit Renker · 17 years ago
  30. 8132da4 [CCID3]: Sending time: update to ktime_t by Gerrit Renker · 17 years ago
  31. dd36a9a loss_interval: make struct dccp_li_hist_entry private by Arnaldo Carvalho de Melo · 17 years ago
  32. cc4d6a3 loss_interval: Nuke dccp_li_hist by Arnaldo Carvalho de Melo · 17 years ago
  33. c70b729 loss_interval: Make dccp_li_hist_entry_{new,delete} private by Arnaldo Carvalho de Melo · 17 years ago
  34. 8c28178 loss_interval: unexport dccp_li_hist_interval_new by Arnaldo Carvalho de Melo · 17 years ago
  35. cc0a910 [DCCP] loss_interval: Move ccid3_hc_rx_update_li to loss_interval by Arnaldo Carvalho de Melo · 17 years ago
  36. 878ac60 [CCID3]: Pass ccid3_li_hist to ccid3_hc_rx_update_li by Arnaldo Carvalho de Melo · 17 years ago
  37. d83258a Remove accesses to ccid3_hc_rx_sock in ccid3_hc_rx_{update,calc_first}_li by Arnaldo Carvalho de Melo · 17 years ago
  38. 6bc7efe loss_interval: Fix timeval initialisation by Ian McDonald · 17 years ago
  39. e961811 Fix dccp_sum_coverage by Ian McDonald · 17 years ago
  40. b2f41ff ccid3: Update copyrights by Ian McDonald · 17 years ago
  41. 07b5b17 [VLAN]: Use rtnl_link API by Patrick McHardy · 17 years ago
  42. a4bf3af4 [VLAN]: Introduce symbolic constants for flag values by Patrick McHardy · 17 years ago
  43. b020cb4 [VLAN]: Keep track of number of QoS mappings by Patrick McHardy · 17 years ago
  44. 734423c [VLAN]: Use 32 bit value for skb->priority mapping by Patrick McHardy · 17 years ago
  45. 2ae0bf6 [VLAN]: Return proper error codes in register_vlan_device by Patrick McHardy · 17 years ago
  46. e89fe42 [VLAN]: Move device registation to seperate function by Patrick McHardy · 17 years ago
  47. c1d3ee9 [VLAN]: Split up device checks by Patrick McHardy · 17 years ago
  48. 42429aa [VLAN]: Move vlan_group allocation to seperate function by Patrick McHardy · 17 years ago
  49. 2f4284a [VLAN]: Move some device intialization code to dev->init callback by Patrick McHardy · 17 years ago
  50. c17d887 [VLAN]: Convert name-based configuration functions to struct netdevice * by Patrick McHardy · 17 years ago
  51. 38f7b87 [RTNETLINK]: Link creation API by Patrick McHardy · 17 years ago
  52. 0157f60 [RTNETLINK]: Split up rtnl_setlink by Patrick McHardy · 17 years ago
  53. b3d88ad [MAC80211]: Add support for SIOCGIWRATE ioctl by Larry Finger · 17 years ago
  54. a7ab4b5 [TCPv4]: Improve BH latency in /proc/net/tcp by Herbert Xu · 17 years ago
  55. c716a81 [NET_SCHED]: Cleanup readability of qdisc restart by Jamal Hadi Salim · 17 years ago
  56. 05646c9 [TIPC]: Optimize stream send routine to avoid fragmentation by Allan Stephens · 17 years ago
  57. 5eee6a6 [TIPC]: Use standard socket "not implemented" routines by Allan Stephens · 17 years ago
  58. f3ec75f [TIPC]: Improved support for Ethernet traffic filtering by Allan Stephens · 17 years ago
  59. e06e7c6 [IPV4]: The scheduled removal of multipath cached routing support. by David S. Miller · 17 years ago
  60. 6ed911f Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  61. c2edacf bonding / ipv6: no addrconf for slaves separately from master by Jay Vosburgh · 17 years ago
  62. cf8208d sendfile: convert nfsd to splice_direct_to_actor() by Jens Axboe · 17 years ago
  63. 67c4f7a [PATCH] softmac: use list_for_each_entry by Akinobu Mita · 17 years ago
  64. 1c39858 Fix use-after-free oops in Bluetooth HID. by David Woodhouse · 17 years ago
  65. 25442ca [NETPOLL]: Fixups for 'fix soft lockup when removing module' by Jarek Poplawski · 17 years ago
  66. 94b8341 [NET]: net/core/netevent.c should #include <net/netevent.h> by Adrian Bunk · 17 years ago
  67. 25845b5 [NETFILTER]: nf_conntrack_h323: add checking of out-of-range on choices' index values by Jing Min Zhao · 17 years ago
  68. 2cd052e [NET] skbuff: remove export of static symbol by Johannes Berg · 17 years ago
  69. 1669d85 SCTP: Add scope_id validation for link-local binds by Vlad Yasevich · 17 years ago
  70. f50f95c SCTP: Check to make sure file is valid before setting timeout by Vlad Yasevich · 17 years ago
  71. 3663c30 SCTP: Fix thinko in sctp_copy_laddrs() by Vlad Yasevich · 17 years ago
  72. 1720081 [NETPOLL] netconsole: fix soft lockup when removing module by Jarek Poplawski · 17 years ago
  73. 2524363 Merge master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 17 years ago
  74. 0db3dc7 [NETPOLL]: tx lock deadlock fix by Stephen Hemminger · 17 years ago
  75. 5131a18 SCTP: lock_sock_nested in sctp_sock_migrate by Zach Brown · 17 years ago
  76. 5b5a60d [NET]: Make skb_seq_read unmap the last fragment by Olaf Kirch · 17 years ago
  77. 515e06c [NET]: Re-enable irqs before pushing pending DMA requests by Shannon Nelson · 17 years ago
  78. ddb61a5 [TCP] tcp_read_sock: Allow recv_actor() return return negative error value. by Jens Axboe · 17 years ago
  79. 64beb8f [TIPC]: Fix infinite loop in netlink handler by Florian Westphal · 17 years ago
  80. dbbeb2f [SKBUFF]: Fix incorrect config #ifdef around skb_copy_secmark by Patrick McHardy · 17 years ago
  81. 6d5b78c [IPV6] NDISC: Fix thinko to control Router Preference support. by YOSHIFUJI Hideaki · 17 years ago
  82. e2d8e31 [NETFILTER]: nfctnetlink: Don't allow to change helper by Yasuyuki Kozakai · 17 years ago
  83. d258131 [NETFILTER]: nf_conntrack_sip: add missing message types containing RTP info by Jerome Borsboom · 17 years ago
  84. 186e234 SCTP: Fix sctp_getsockopt_get_peer_addrs by Neil Horman · 17 years ago
  85. 408f22e SCTP: update sctp_getsockopt helpers to allow oversized buffers by Neil Horman · 17 years ago
  86. 19e6454 [AF_RXRPC]: Return the number of bytes buffered in rxrpc_send_data() by David Howells · 17 years ago
  87. cc0191a [IPVS]: Fix state variable on failure to start ipvs threads by Neil Horman · 17 years ago
  88. 2812161 [XFRM]: Fix MTU calculation for non-ESP SAs by Patrick McHardy · 17 years ago
  89. 16c61ad [RXRPC] net/rxrpc/ar-connection.c: fix NULL dereference by Adrian Bunk · 17 years ago
  90. 7769f40 [TCP]: Fix logic breakage due to DSACK separation by Ilpo Järvinen · 17 years ago
  91. b9ce204 [TCP]: Congestion control API RTT sampling fix by Ilpo Järvinen · 17 years ago
  92. 559f0a2 Merge master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 17 years ago
  93. 74235a2 [IPV6] addrconf: Fix IPv6 on tuntap tunnels by Herbert Xu · 17 years ago
  94. d7ea5b9 [TCP]: Add missing break to TCP option parsing code by Ilpo Järvinen · 17 years ago
  95. 06ad391 [SCTP] Don't disable PMTU discovery when mtu is small by Vlad Yasevich · 17 years ago
  96. 8a47949 [SCTP] Flag a pmtu change request by Vlad Yasevich · 17 years ago
  97. c910b47 [SCTP] Update pmtu handling to be similar to tcp by Vlad Yasevich · 17 years ago
  98. fe979ac [SCTP] Fix leak in sctp_getsockopt_local_addrs when copy_to_user fails by Vlad Yasevich · 17 years ago
  99. 8b35805 [SCTP]: Allow unspecified port in sctp_bindx() by Vlad Yasevich · 17 years ago
  100. d570ee4 [SCTP]: Correctly set daddr for IPv6 sockets during peeloff by Vlad Yasevich · 17 years ago