1. c17860a [IPV4]: no need pass pointer to a default into fib_detect_death by Denis V. Lunev · 17 years ago
  2. 1596c97 [IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 17 years ago
  3. 877a9bf [IPV4]: Move trie_local and trie_main into the proc iterator. by Eric W. Biederman · 17 years ago
  4. bb80317 [IPV4]: Remove ip_fib_local_table and ip_fib_main_table defines. by Eric W. Biederman · 17 years ago
  5. 5a3e55d [NET]: Multiple namespaces in the all dst_ifdown routines. by Denis V. Lunev · 17 years ago
  6. f8b33fd [ARP]: Consolidate some code in arp_req_set/delete_publc by Pavel Emelyanov · 17 years ago
  7. 46479b4 [ARP]: Minus one level of ndentation in arp_req_delete by Pavel Emelyanov · 17 years ago
  8. 43dc170 [ARP]: Minus one level of indentation in arp_req_set by Pavel Emelyanov · 17 years ago
  9. 1ff1cc2 [IPV4] ROUTE: Convert rt_hash_lock_init() macro into function by Pavel Emelyanov · 17 years ago
  10. 107f163 [IPV4] ROUTE: Clean up proc files creation. by Pavel Emelyanov · 17 years ago
  11. 78c686e [IPV4] ROUTE: Collect proc-related functions together by Pavel Emelyanov · 17 years ago
  12. a59322b [UDP]: Only increment counter on first peek/recv by Herbert Xu · 17 years ago
  13. 1781f7f [UDP]: Restore missing inDatagrams increments by Herbert Xu · 17 years ago
  14. 27ab256 [UDP]: Avoid repeated counting of checksum errors due to peeking by Herbert Xu · 17 years ago
  15. 68dd299 [INET]: Merge sys.net.ipv4.ip_forward and sys.net.ipv4.conf.all.forwarding by Pavel Emelyanov · 17 years ago
  16. 3e37c3f [IPV4]: Use ctl paths to register net/ipv4/ table by Pavel Emelyanov · 17 years ago
  17. 9ba6397 [IPV4]: Cleanup the sysctl_net_ipv4.c file by Pavel Emelyanov · 17 years ago
  18. 4b3d15e [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict by Patrick McHardy · 17 years ago
  19. 02f014d [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info by Patrick McHardy · 17 years ago
  20. 9521409 [NETFILTER]: ip_queue: deobfuscate entry lookups by Patrick McHardy · 17 years ago
  21. 0ac41e8 [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry by Patrick McHardy · 17 years ago
  22. c01cd42 [NETFILTER]: nf_queue: move queueing related functions/struct to seperate header by Patrick McHardy · 17 years ago
  23. f9d8928 [NETFILTER]: nf_queue: remove unused data pointer by Patrick McHardy · 17 years ago
  24. e3ac529 [NETFILTER]: nf_queue: make queue_handler const by Patrick McHardy · 17 years ago
  25. 1999414 [NETFILTER]: Mark hooks __read_mostly by Patrick McHardy · 17 years ago
  26. 41c5b31 [NETFILTER]: Use nf_register_hooks for multiple registrations by Patrick McHardy · 17 years ago
  27. 279c2c7 [NETFILTER]: nf_conntrack_proto_icmp: kill extern declaration in .c file by Patrick McHardy · 17 years ago
  28. 1841a4c [NETFILTER]: nf_ct_h323: remove ipv6 module dependency by Patrick McHardy · 17 years ago
  29. 17dfc93 [NETFILTER]: {ip,ip6}t_LOG: log GID by Maciej Soltysiak · 17 years ago
  30. cb76c6a [NETFILTER]: ip_tables: remove obsolete SAME target by Patrick McHardy · 17 years ago
  31. c9fd496 [NETFILTER]: Merge ipt_TOS into xt_DSCP by Jan Engelhardt · 17 years ago
  32. c3b33e6 [NETFILTER]: Merge ipt_tos into xt_dscp by Jan Engelhardt · 17 years ago
  33. 4c37799 [NETFILTER]: Use lowercase names for matches in Kconfig by Jan Engelhardt · 17 years ago
  34. e2cf5ec [NETFILTER]: ipt_addrtype: limit address type checking to an interface by Laszlo Attila Toth · 17 years ago
  35. 0553811 [IPV4]: Add inet_dev_addr_type() by Laszlo Attila Toth · 17 years ago
  36. 0265ab4 [NETFILTER]: merge ipt_owner/ip6t_owner in xt_owner by Jan Engelhardt · 17 years ago
  37. 9e67d5a [NETFILTER]: x_tables: remove obsolete overflow check by Patrick McHardy · 17 years ago
  38. 259d4e4 [NETFILTER]: x_tables: struct xt_table_info diet by Eric Dumazet · 17 years ago
  39. d3c5ee6 [NETFILTER]: x_tables: consistent and unique symbol names by Jan Engelhardt · 17 years ago
  40. 4c61097 [NETFILTER]: replace list_for_each with list_for_each_entry by Li Zefan · 17 years ago
  41. 2fcb45b [IPSEC]: Use the correct family for input state lookup by Herbert Xu · 17 years ago
  42. bbca176 [UDP]: Counter increment should be in USER mode for recvmsg by Wang Chen · 17 years ago
  43. b2bf1e2 [UDP]: Clean up for IS_UDPLITE macro by Wang Chen · 17 years ago
  44. cb75994 [UDP]: Defer InDataGrams increment until recvmsg() does checksum by Wang Chen · 17 years ago
  45. 6859d49 [TCP]: Abstract tp->highest_sack accessing & point to next skb by Ilpo Järvinen · 17 years ago
  46. 7201883 [TCP]: Cleanup local variables of clean_rtx_queue by Ilpo Järvinen · 17 years ago
  47. ea60658c [TCP]: Add unlikely() to urgent handling in clean_rtx_queue by Ilpo Järvinen · 17 years ago
  48. 89d478f [TCP]: Remove duplicated code block from clean_rtx_queue by Ilpo Järvinen · 17 years ago
  49. 234b686 [TCP]: Add tcp_for_write_queue_from_safe and use it in mtu_probe by Ilpo Järvinen · 17 years ago
  50. d67c58e [TCP]: Remove local variable and use packets_in_flight directly by Ilpo Järvinen · 17 years ago
  51. 50c4817 [TCP]: MTUprobe: prepare skb fields earlier by Ilpo Järvinen · 17 years ago
  52. c3a05c6 [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoid by Ilpo Järvinen · 17 years ago
  53. ede9f3b [TCP]: Unite identical code from two seqno split blocks by Ilpo Järvinen · 17 years ago
  54. 407ef1d [TCP]: Remove superflucious FLAG_DATA_SACKED by Ilpo Järvinen · 17 years ago
  55. bce392f [TCP]: Move LOSTRETRANS MIB outside !(L|S) check by Ilpo Järvinen · 17 years ago
  56. bfada69 [IPV4]: Use ctl paths to register devinet sysctls by Pavel Emelyanov · 17 years ago
  57. 66f27a5 [IPV4]: Unify and cleanup calls to devinet_sysctl_register by Pavel Emelyanov · 17 years ago
  58. 9fa8964 [IPV4]: Cleanup the devinet_sysctl_register by Pavel Emelyanov · 17 years ago
  59. be0ea7d [NETFILTER]: Convert old checksum helper names by Patrick McHardy · 17 years ago
  60. ea4f76a [TCP]: Two fixes to new sacktag code by Ilpo Järvinen · 17 years ago
  61. df97c70 [NET]: Eliminate unused argument from sk_stream_alloc_pskb by Pavel Emelyanov · 17 years ago
  62. f561d0f [NET]: Uninline the sk_stream_alloc_pskb by Pavel Emelyanov · 17 years ago
  63. 3015a34 [IPV4] fib_hash: kmalloc + memset conversion to kzalloc by Joonwoo Park · 17 years ago
  64. 88f8349 [IPV4] fib_semantics: kmalloc + memset conversion to kzalloc by Joonwoo Park · 17 years ago
  65. 8512430 [TCP]: Move FRTO checks out from write queue abstraction funcs by Ilpo Järvinen · 17 years ago
  66. 8d8ad9d [NET]: Name magic constants in sock_wake_async() by Pavel Emelyanov · 17 years ago
  67. 85b6068 [IPVS]: Relax the module get/put in ip_vs_app.c by Pavel Emelyanov · 17 years ago
  68. beb659b [PATCH] IPV4 : Move ip route cache flush (secret_rebuild) from softirq to workqueue by Eric Dumazet · 17 years ago
  69. 42a7380 [RAW]: Consolidate proc interface. by Pavel Emelyanov · 17 years ago
  70. ab70768 [RAW]: Consolidate proto->unhash callback by Pavel Emelyanov · 17 years ago
  71. 65b4c50 [RAW]: Consolidate proto->hash callback by Pavel Emelyanov · 17 years ago
  72. b673e4d [RAW]: Introduce raw_hashinfo structure by Pavel Emelyanov · 17 years ago
  73. 7bc54c9 [IPv4] RAW: Compact the API for the kernel by Pavel Emelyanov · 17 years ago
  74. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  75. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 17 years ago
  76. 1b0b04f [IPCONFIG]: Mark vendor_class_identifier as __initdata. by David S. Miller · 17 years ago
  77. b209639 [IPVS]: Create synced connections with their real state by Rumen G. Bogdanovski · 17 years ago
  78. 7a4fbb1 [IPVS]: Flag synced connections and expose them in proc by Rumen G. Bogdanovski · 17 years ago
  79. 20de20b [TCP]: Correct DSACK check placing by Ilpo Järvinen · 17 years ago
  80. 8dbde28 [NET]: NET_CLS_ROUTE : convert ip_rt_acct to per_cpu variables by Eric Dumazet · 17 years ago
  81. 68f8353 [TCP]: Rewrite SACK block processing & sack_recv_cache use by Ilpo Järvinen · 17 years ago
  82. fd6dad6 [TCP]: Earlier SACK block verification & simplify access to them by Ilpo Järvinen · 17 years ago
  83. 9e10c47 [TCP]: Create tcp_sacktag_one(). by Ilpo Järvinen · 17 years ago
  84. b7d4815 [TCP]: Prior_fackets can be replaced by highest_sack seq by Ilpo Järvinen · 17 years ago
  85. 9f58f3b [TCP]: Make lost retrans detection more self-contained by Ilpo Järvinen · 17 years ago
  86. a47e5a9 [TCP]: Convert highest_sack to sk_buff to allow direct access by Ilpo Järvinen · 17 years ago
  87. 85cc391 [TCP]: non-FACK SACK follows conservative SACK loss recovery by Ilpo Järvinen · 17 years ago
  88. f577111 [TCP]: Extend reordering detection to cover CA_Loss partially by Ilpo Järvinen · 17 years ago
  89. b9d8658 [TCP]: Move !in_sack test earlier in sacktag & reorganize if()s by Ilpo Järvinen · 17 years ago
  90. 62013db [IPV4] ipconfig: Implement DHCP Class-identifier by Rainer Jochem · 17 years ago
  91. 294b4ba [IPSEC]: Kill afinfo->nf_post_routing by David S. Miller · 17 years ago
  92. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  93. 1bf06cd [IPSEC]: Add async resume support on input by Herbert Xu · 17 years ago
  94. 60d5fcf [IPSEC]: Remove nhoff from xfrm_input by Herbert Xu · 17 years ago
  95. 0ebea8e [IPSEC]: Move state lock into x->type->input by Herbert Xu · 17 years ago
  96. 668dc8a [IPSEC]: Move integrity stat collection into xfrm_input by Herbert Xu · 17 years ago
  97. 716062f [IPSEC]: Merge most of the input path by Herbert Xu · 17 years ago
  98. 862b82c [IPSEC]: Merge most of the output path by Herbert Xu · 17 years ago
  99. c439cb2 [IPV4]: Add ip_local_out by Herbert Xu · 17 years ago
  100. 227620e [IPSEC]: Separate inner/outer mode processing on input by Herbert Xu · 17 years ago