1. 420fe23 [IPV6] SIT: Unify code path to get hash array index. by YOSHIFUJI Hideaki · 17 years ago
  2. 30041e4 [IPV6]: Fix Makefile thinko. by David S. Miller · 17 years ago
  3. 7f7d9a6 [IPV6]: Consolidate common SNMP code by Herbert Xu · 17 years ago
  4. 5e0f043 [IPV4]: Consolidate common SNMP code by Herbert Xu · 17 years ago
  5. bb7ec6d [IPV4]: Fix build without procfs. by YOSHIFUJI Hideaki · 17 years ago
  6. 84299b3 [TCP]: Fix linkage errors on i386. by YOSHIFUJI Hideaki · 17 years ago
  7. 1f9eda7 [TIPC]: Enhancements to msg_set_bits() routine by Allan Stephens · 17 years ago
  8. 43fb45cb [WIRELESS] cfg80211: Update comment for locking. by Johannes Berg · 17 years ago
  9. f9d106a [NET]: Warn about GSO/checksum abuse by Herbert Xu · 17 years ago
  10. 7752237 [TCP] TCP YEAH: Use vegas dont copy it. by Stephen Hemminger · 17 years ago
  11. 164891a [TCP]: Congestion control API update. by Stephen Hemminger · 17 years ago
  12. 65d1b4a [TCP]: TCP Illinois update. by Stephen Hemminger · 17 years ago
  13. 4243159 [WIRELESS] drivers/net/wireless/Kconfig: correct minor typo by John W. Linville · 17 years ago
  14. 9e101ea [WIRELESS]: Remove wext over netlink. by Johannes Berg · 17 years ago
  15. 704232c [WIRELESS] cfg80211: New wireless config infrastructure. by Johannes Berg · 17 years ago
  16. 2a5e1c0 [WIRELESS]: Refactor wireless Kconfig. by Johannes Berg · 17 years ago
  17. 724c6b3 [WIRELESS]: Update MAINTAINERS for wireless mailing list. by Johannes Berg · 17 years ago
  18. 372cc74 [NET]: Prevent much sadness in qdisc_lock_tree(). by Andrew Morton · 17 years ago
  19. 97fc8d0 [IPV6] SNMP: Use put_unaligned() instead of memcpy(). by YOSHIFUJI Hideaki · 17 years ago
  20. 952a10b [IPV6] SNMP: Fix several warnings without procfs. by YOSHIFUJI Hideaki · 17 years ago
  21. 2334e97 [IPV6] SNMP: Avoid unaligned accesses. by YOSHIFUJI Hideaki · 17 years ago
  22. 9e412ba [TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...) by Ilpo Järvinen · 17 years ago
  23. 38b4da3 [NET]: Fix comments for register_netdev(). by Borislav Petkov · 17 years ago
  24. b450777a [IrDA]: Misc spelling corrections. by G. Liakhovetski · 17 years ago
  25. 599b1fa [IrDA]: Adding carriage returns to mcs7780 debug statements by Samuel Ortiz · 17 years ago
  26. c3ea9fa [IrDA] af_irda: IRDA_ASSERT cleanups by Samuel Ortiz · 17 years ago
  27. d7f48d1 [IrDA] af_irda: irda_accept cleanup by Samuel Ortiz · 17 years ago
  28. 6e66aa1 [IrDA] af_irda: Silence kernel message in irda_recvmsg_stream by Olaf Kirch · 17 years ago
  29. 305f2aa [IrDA] af_irda: irda_recvmsg_stream cleanup by Olaf Kirch · 17 years ago
  30. 9958089 [NET]: Move sk_setup_caps() out of line. by Andi Kleen · 17 years ago
  31. 4ac02ba [TCP]: Uninline tcp_done(). by Andi Kleen · 17 years ago
  32. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  33. c462238 [TCP]: TCP Illinois congestion control (rev3) by Stephen Hemminger · 17 years ago
  34. 9be9a6b [NET]: Get rid of netdev_nit by Stephen Hemminger · 17 years ago
  35. 42dc9cd [PPPOE]: Fix device tear-down notification. by Michal Ostrowski · 17 years ago
  36. 202a03a [PPPOE]: memory leak when socket is release()d before PPPIOCGCHAN has been called on it by Florian Zumbiehl · 17 years ago
  37. 74b885c [PPPOE]: race between interface going down and connect() by Florian Zumbiehl · 17 years ago
  38. bfafb26 [PPPoE]: miscellaneous smaller cleanups by Florian Zumbiehl · 17 years ago
  39. 0c6fcc8 [NET] skbuff: skb_store_bits const is backwards by Stephen Hemminger · 17 years ago
  40. 3e6cf55 [BRIDGE]: Fix warning in net-2.6.22 by Stephen Hemminger · 17 years ago
  41. 75606dc [AX25/NETROM/ROSE]: Convert to use modern wait queue API by Ralf Baechle · 17 years ago
  42. 80feaac [AF_PACKET]: Add option to return orig_dev to userspace. by Peter P. Waskiewicz Jr · 17 years ago
  43. 1370b5a [IPV6] SNMP: Export statistics via netlink without CONFIG_PROC_FS. by YOSHIFUJI Hideaki · 17 years ago
  44. 3349017 [IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c. by YOSHIFUJI Hideaki · 17 years ago
  45. 49ed67a [IPV6] SNMP: Move some statistic bits to net/ipv6/proc.c. by YOSHIFUJI Hideaki · 17 years ago
  46. bf99f1b [IPV6] SNMP: Netlink interface. by YOSHIFUJI Hideaki · 17 years ago
  47. 628a5c5 [INET]: Add IP(V6)_PMTUDISC_RPOBE by John Heffner · 17 years ago
  48. b881ef7 [IPV6]: MTU discovery check in ip6_fragment() by John Heffner · 17 years ago
  49. fd44de7 [NET_SCHED]: ingress: switch back to using ingress_lock by Patrick McHardy · 17 years ago
  50. 0463d4a [NET_SCHED]: Eliminate qdisc_tree_lock by Patrick McHardy · 17 years ago
  51. ffa4d72 [NETLINK]: don't reinitialize callback mutex by Patrick McHardy · 17 years ago
  52. 6313c1e [RTNETLINK]: Remove unnecessary locking in dump callbacks by Patrick McHardy · 17 years ago
  53. 1c2d670 [RTNETLINK]: Hold rtnl_mutex during netlink dump callbacks by Patrick McHardy · 17 years ago
  54. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 17 years ago
  55. b076deb [NETFILTER]: ipt_ULOG: add compat conversion functions by Patrick McHardy · 17 years ago
  56. d3a2c3c [NETFILTER]: nfnetlink_log: remove fallback to group 0 by Patrick McHardy · 17 years ago
  57. 3b5018d [NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloading by Patrick McHardy · 17 years ago
  58. fe6092e [NETFILTER]: nf_nat: use HW checksumming when possible by Patrick McHardy · 17 years ago
  59. c15bf6e [NETFILTER]: ebt_arp: add gratuitous arp filtering by Bart De Schuymer · 17 years ago
  60. 516299d [NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe traffic by Michael Milner · 17 years ago
  61. 91d73c1 [DCCP]: Complete documentation of dccp_sock by Gerrit Renker · 17 years ago
  62. f73f709 [DCCP]: Debug statements for Elapsed Time option by Gerrit Renker · 17 years ago
  63. b2449fd [DCCP]: Fix bug in the calculation of very low sending rates by Gerrit Renker · 17 years ago
  64. cb8c181 [S390]: Fix build on 31-bit. by David S. Miller · 17 years ago
  65. efd1e8d [SK_BUFF]: Fix missing offset adjustment in skb_copy_expand by Patrick McHardy · 17 years ago
  66. 3303680 [NET]: loopback driver can use loopback_dev integrated net_device_stats by Eric Dumazet · 17 years ago
  67. 87a596e bridge: check kmem_cache_create() error by Akinobu Mita · 17 years ago
  68. ffe1d49 bridge: allow changing hardware address to any valid address by Stephen Hemminger · 17 years ago
  69. b86c450 bridge: change when netlink events go to STP by Stephen Hemminger · 17 years ago
  70. 9cde070 bridge: add support for user mode STP by Stephen Hemminger · 17 years ago
  71. 9cf6374 bridge: add sysfs hook to flush forwarding table by Stephen Hemminger · 17 years ago
  72. 3f89092 bridge: simpler hash with salt by Stephen Hemminger · 17 years ago
  73. 467aea0 bridge: don't route packets while learning by Stephen Hemminger · 17 years ago
  74. 6229e36 bridge: eliminate call by reference by Stephen Hemminger · 17 years ago
  75. 6047637 [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY by Herbert Xu · 17 years ago
  76. 628592c [NETDRV]: Perform missing csum_offset conversions by Herbert Xu · 17 years ago
  77. 663ead3 [NET]: Use csum_start offset instead of skb_transport_header by Herbert Xu · 17 years ago
  78. ac758e3 [XFRM]: beet: fix worst case header_len calculation by Patrick McHardy · 17 years ago
  79. c5c2523 [XFRM]: Optimize MTU calculation by Patrick McHardy · 17 years ago
  80. 5579225 [XFRM]: esp: fix skb_tail_pointer conversion bug by Patrick McHardy · 17 years ago
  81. 56eb888 [SK_BUFF]: Fix missing offset adjustment in pskb_expand_head by Patrick McHardy · 17 years ago
  82. 29f6af7 [IPV6] FIB6RULE: Find source address during looking up route. by YOSHIFUJI Hideaki · 17 years ago
  83. ea2f10a [XFRM]: beet: minor cleanups by Patrick McHardy · 17 years ago
  84. 038890f [RTNL]: Improve error codes for unsupported operations by Thomas Graf · 17 years ago
  85. 716ea3a [NET]: Move generic skbuff stuff from XFRM code to generic code by David Howells · 17 years ago
  86. 926554c [CREDITS]: Update Arnaldo entry by Arnaldo Carvalho de Melo · 17 years ago
  87. 1a4e2d0 [SK_BUFF]: Some more conversions to skb_copy_from_linear_data by Arnaldo Carvalho de Melo · 17 years ago
  88. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  89. 3dbad80 [NET]: Fix warnings in 3c523.c and ni52.c by David S. Miller · 17 years ago
  90. c45d286 [NET]: Inline net_device_stats by Rusty Russell · 17 years ago
  91. f859581 [NET]: random functions can use nsec resolution instead of usec by Eric Dumazet · 17 years ago
  92. 4b19ca4 [NET] fib_rules: delay route cache flush by ip_rt_min_delay by Thomas Graf · 17 years ago
  93. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  94. 2a123b8 [BLUETOOTH]: Introduce skb->data accessor methods for hci_{acl,event,sco}_hdr by Arnaldo Carvalho de Melo · 17 years ago
  95. 03d4f87 [IPV4]: align inet_protos[] on SMP by Eric Dumazet · 17 years ago
  96. 4103f8c [TCP]: tcp_memory_pressure and tcp_socket are__read_mostly candidates by Eric Dumazet · 17 years ago
  97. 73417f6 [NET] fib_rules: Flush route cache after rule modifications by Thomas Graf · 17 years ago
  98. be77628 [NET]: inet_ehash_secret should be __read_mostly and set only once by Eric Dumazet · 17 years ago
  99. 35fc92a [NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETE by Herbert Xu · 17 years ago
  100. 2d771cd [IPV4] LVS: Allow to send ICMP unreachable responses when real-servers are removed by Janusz Krzysztofik · 17 years ago