1. 0adc9ad [NETPOLL]: Use skb_queue_purge(). by Stephen Hemminger · 17 years ago
  2. 20de20b [TCP]: Correct DSACK check placing by Ilpo Järvinen · 17 years ago
  3. ccb2963 [CAN]: Add virtual CAN netdevice driver by Oliver Hartkopp · 17 years ago
  4. ffd980f [CAN]: Add broadcast manager (bcm) protocol by Oliver Hartkopp · 17 years ago
  5. c18ce10 [CAN]: Add raw protocol by Oliver Hartkopp · 17 years ago
  6. 0d66548 [CAN]: Add PF_CAN core module by Oliver Hartkopp · 17 years ago
  7. cd05acf [CAN]: Allocate protocol numbers for PF_CAN by Oliver Hartkopp · 17 years ago
  8. 8dbde28 [NET]: NET_CLS_ROUTE : convert ip_rt_acct to per_cpu variables by Eric Dumazet · 17 years ago
  9. 68f8353 [TCP]: Rewrite SACK block processing & sack_recv_cache use by Ilpo Järvinen · 17 years ago
  10. fd6dad6 [TCP]: Earlier SACK block verification & simplify access to them by Ilpo Järvinen · 17 years ago
  11. 9e10c47c [TCP]: Create tcp_sacktag_one(). by Ilpo Järvinen · 17 years ago
  12. b7d4815 [TCP]: Prior_fackets can be replaced by highest_sack seq by Ilpo Järvinen · 17 years ago
  13. 9f58f3b [TCP]: Make lost retrans detection more self-contained by Ilpo Järvinen · 17 years ago
  14. a47e5a9 [TCP]: Convert highest_sack to sk_buff to allow direct access by Ilpo Järvinen · 17 years ago
  15. 85cc391 [TCP]: non-FACK SACK follows conservative SACK loss recovery by Ilpo Järvinen · 17 years ago
  16. f577111 [TCP]: Extend reordering detection to cover CA_Loss partially by Ilpo Järvinen · 17 years ago
  17. b9d8658 [TCP]: Move !in_sack test earlier in sacktag & reorganize if()s by Ilpo Järvinen · 17 years ago
  18. c0ef877 [NET]: Move sock_valbool_flag to socket.c by Pavel Emelyanov · 17 years ago
  19. de0fa95 [NET]: Use sockfd_lookup_light in the rest of the net/socket.c by Pavel Emelyanov · 17 years ago
  20. 62013db [IPV4] ipconfig: Implement DHCP Class-identifier by Rainer Jochem · 17 years ago
  21. 20fea08 [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. by Eric Dumazet · 17 years ago
  22. 2a8cc6c [IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table. by YOSHIFUJI Hideaki · 17 years ago
  23. 303065a [IPV6] ADDRCONF: Allow address selection policy with ifindex. by YOSHIFUJI Hideaki · 17 years ago
  24. c1ee656 [IPV6] ADDRCONF: Rename ipv6_saddr_label() to ipv6_addr_label(). by YOSHIFUJI Hideaki · 17 years ago
  25. 294b4ba [IPSEC]: Kill afinfo->nf_post_routing by David S. Miller · 17 years ago
  26. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  27. 1bf06cd [IPSEC]: Add async resume support on input by Herbert Xu · 17 years ago
  28. 60d5fcf [IPSEC]: Remove nhoff from xfrm_input by Herbert Xu · 17 years ago
  29. d26f398 [IPSEC]: Make x->lastused an unsigned long by Herbert Xu · 17 years ago
  30. 0ebea8e [IPSEC]: Move state lock into x->type->input by Herbert Xu · 17 years ago
  31. 668dc8a [IPSEC]: Move integrity stat collection into xfrm_input by Herbert Xu · 17 years ago
  32. b2aa5e9 [IPSEC]: Store xfrm states in security path directly by Herbert Xu · 17 years ago
  33. 716062f [IPSEC]: Merge most of the input path by Herbert Xu · 17 years ago
  34. c6581a4 [IPSEC]: Add async resume support on output by Herbert Xu · 17 years ago
  35. 862b82c [IPSEC]: Merge most of the output path by Herbert Xu · 17 years ago
  36. ef76bc2 [IPV6]: Add ip6_local_out by Herbert Xu · 16 years ago
  37. c439cb2 [IPV4]: Add ip_local_out by Herbert Xu · 16 years ago
  38. 227620e [IPSEC]: Separate inner/outer mode processing on input by Herbert Xu · 17 years ago
  39. 36cf9ac [IPSEC]: Separate inner/outer mode processing on output by Herbert Xu · 17 years ago
  40. 29bb43b4 [INET]: Give outer DSCP directly to ip*_copy_dscp by Herbert Xu · 17 years ago
  41. a2deb6d2 [IPSEC]: Move x->outer_mode->output out of locked section by Herbert Xu · 17 years ago
  42. e40b328 [IPSEC]: Forbid BEET + ipcomp for now by Herbert Xu · 17 years ago
  43. 25ee328 [IPSEC]: Merge common code into xfrm_bundle_create by Herbert Xu · 17 years ago
  44. 66cdb3c [IPSEC]: Move flow construction into xfrm_dst_lookup by Herbert Xu · 17 years ago
  45. f04e7e8 [IPSEC]: Replace x->type->{local,remote}_addr with flags by Herbert Xu · 17 years ago
  46. fff6938 [IPSEC]: Make sure idev is consistent with dev in xfrm_dst by Herbert Xu · 17 years ago
  47. 45ff5a3 [IPSEC]: Set dst->input to dst_discard by Herbert Xu · 17 years ago
  48. 8ce68ce [IPSEC]: Only set neighbour on top xfrm dst by Herbert Xu · 17 years ago
  49. 352e512 [NET]: Eliminate duplicate copies of dst_discard by Herbert Xu · 17 years ago
  50. b4ce927 [IPV6]: Move nfheader_len into rt6_info by Herbert Xu · 17 years ago
  51. 550ade8 [IPSEC]: Use dst->header_len when resizing on output by Herbert Xu · 17 years ago
  52. 01488942 [IPV6]: Only set nfheader_len for top xfrm dst by Herbert Xu · 17 years ago
  53. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  54. a92aa31 [IPV6]: Add raw6 drops counter. by Wang Chen · 17 years ago
  55. 33c732c [IPV4]: Add raw drops counter. by Wang Chen · 17 years ago
  56. 6ff7751 [TCP]: Make tcp_splice_data_recv() static. by Adrian Bunk · 17 years ago
  57. a0974dd [TCP] splice: add tcp_splice_read() to IPV6 by Jens Axboe · 17 years ago
  58. 9c55e01 [TCP]: Splice receive support. by Jens Axboe · 17 years ago
  59. d10f215 [MAC80211]: Revert unaligned warning removal. by David S. Miller · 16 years ago
  60. 99f1c97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  61. a9e527e IPoIB: improve IPv4/IPv6 to IB mcast mapping functions by Rolf Manderscheid · 17 years ago
  62. 86ef5c9 cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() by Gautham R Shenoy · 16 years ago
  63. 78a2d90 Kobject: convert remaining kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  64. e32cc73 Kobject: convert net/bridge/br_if.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  65. 43b98c4 Kobject: change net/bridge to use kobject_create_and_add by Greg Kroah-Hartman · 17 years ago
  66. dbcc2ec Revert "mac80211: warn when receiving frames with unaligned data" by Linus Torvalds · 16 years ago
  67. f945fa7 [INET]: Fix truesize setting in ip_append_data by Herbert Xu · 16 years ago
  68. ff4b950 [NETNS]: Re-export init_net via EXPORT_SYMBOL. by Denis V. Lunev · 16 years ago
  69. 1e34a11 [IPV4]: Add missing skb->truesize increment in ip_append_page(). by David S. Miller · 16 years ago
  70. acea685 [BLUETOOTH]: Move children of connection device to NULL before connection down. by Dave Young · 16 years ago
  71. 5b4d383 [ICMP]: ICMP_MIB_OUTMSGS increment duplicated by Wang Chen · 16 years ago
  72. fa95c28 [IPV6]: RFC 2011 compatibility broken by Wang Chen · 16 years ago
  73. c964ff4 [IPV6]: ICMP6_MIB_OUTMSGS increment duplicated by Wang Chen · 16 years ago
  74. 6836545 [NET]: rtnl_link: fix use-after-free by Patrick McHardy · 16 years ago
  75. d4782c3 [AF_KEY]: Fix skb leak on pfkey_send_migrate() error by Patrick McHardy · 16 years ago
  76. 61e44b4 [IrDA]: af_irda memory leak fixes by Jesper Juhl · 16 years ago
  77. cecbb63 [NEIGH]: Revert 'Fix race between neigh_parms_release and neightbl_fill_parms' by David S. Miller · 16 years ago
  78. 2dc2f20 [NETFILTER]: bridge-netfilter: fix net_device refcnt leaks by Patrick McHardy · 16 years ago
  79. 398bcbe [IPV6] ROUTE: Make sending algorithm more friendly with RFC 4861. by YOSHIFUJI Hideaki · 16 years ago
  80. 8d3f099 [IPV4] FIB_HASH : Avoid unecessary loop in fn_hash_dump_zone() by Eric Dumazet · 16 years ago
  81. 6725033 [IPV4] fib_trie: fix duplicated route issue by Joonwoo Park · 16 years ago
  82. bd566e7 [IPV4] fib_hash: fix duplicated route issue by Joonwoo Park · 16 years ago
  83. b3652b2 [IPV6]: Mischecked tw match in __inet6_check_established. by Pavel Emelyanov · 16 years ago
  84. 632041f rfkill: call rfkill_led_trigger_unregister() on error by Eric Paris · 16 years ago
  85. 1b310fc [TOKENRING]: rif_timer not initialized properly by Eric Dumazet · 16 years ago
  86. 2948d2e [NETFILTER]: bridge: fix double POST_ROUTING invocation by Patrick McHardy · 16 years ago
  87. 0ff4d77 [NETFILTER]: xt_helper: Do not bypass RCU by Jan Engelhardt · 16 years ago
  88. 8f41f01 [NETFILTER]: ip6t_eui64: Fixes calculation of Universal/Local bit by Yasuyuki Kozakai · 16 years ago
  89. 0fe1e56 [VLAN]: nested VLAN: fix lockdep's recursive locking warning by Jarek Poplawski · 16 years ago
  90. 0d89d79 [DECNET] ROUTE: fix rcu_dereference() uses in /proc/net/decnet_cache by Eric Dumazet · 16 years ago
  91. f951375 [BLUETOOTH]: rfcomm tty BUG_ON() code fix by Dave Young · 16 years ago
  92. ecd2ebd [AX25] af_ax25: Possible circular locking. by Jarek Poplawski · 16 years ago
  93. 27d1cba [AX25]: Kill user triggable printks. by maximilian attems · 17 years ago
  94. 0bccead [IPV4] ROUTE: fix rcu_dereference() uses in /proc/net/rt_cache by Eric Dumazet · 17 years ago
  95. 9cd4002 [NEIGH]: Fix race between neigh_parms_release and neightbl_fill_parms by Pavel Emelyanov · 17 years ago
  96. 1c9b7aa [ATM]: Check IP header validity in mpc_send_packet by Herbert Xu · 17 years ago
  97. 1ac4f00 [IPV6]: IPV6_MULTICAST_IF setting is ignored on link-local connect() by Brian Haley · 17 years ago
  98. 0f99be0 [XFRM]: xfrm_algo_clone() allocates too much memory by Eric Dumazet · 17 years ago
  99. 877364e [LRO] Fix lro_mgr->features checks by Brice Goglin · 17 years ago
  100. 02f1c89 [NET]: Clone the sk_buff 'iif' field in __skb_clone() by Paul Moore · 17 years ago