1. cc01dcb [NETFILTER]: nf_nat: pass manip type instead of hook to nf_nat_setup_info by Patrick McHardy · 17 years ago
  2. ce4b1ce [NETFILTER]: nf_nat: sprinkle a few __read_mostlys by Patrick McHardy · 17 years ago
  3. 2b628a0 [NETFILTER]: nf_nat: mark NAT protocols const by Patrick McHardy · 17 years ago
  4. 3ee9e76 [NETFILTER]: nf_nat_proto_gre: add missing module reference by Patrick McHardy · 17 years ago
  5. 77236b6 [NETFILTER]: ctnetlink: use netlink attribute helpers by Patrick McHardy · 17 years ago
  6. 13eae15 [NETFILTER]: ctnetlink: add support for NAT sequence adjustments by Pablo Neira Ayuso · 17 years ago
  7. d6a2ba0 [NETFILTER]: arp_tables: add compat support by Patrick McHardy · 17 years ago
  8. 11f6dff [NETFILTER]: arp_tables: resync get_entries() with ip_tables by Patrick McHardy · 17 years ago
  9. 41acd97 [NETFILTER]: arp_tables: move ARPT_SO_GET_INFO handling to seperate function by Patrick McHardy · 17 years ago
  10. 27e2c26 [NETFILTER]: arp_tables: move counter allocation to seperate function by Patrick McHardy · 17 years ago
  11. fb5b609 [NETFILTER]: arp_tables: move entry and target checks to seperate functions by Patrick McHardy · 17 years ago
  12. 70f0bfc [NETFILTER]: arp_tables: remove ipchains compat hack by Patrick McHardy · 17 years ago
  13. 1976312 [NETFILTER]: arp_tables: use vmalloc_node() by Patrick McHardy · 17 years ago
  14. 03dafbb [NETFILTER]: arp_tables: remove obsolete standard_check function by Patrick McHardy · 17 years ago
  15. 6d6a55f [NETFILTER]: ip_tables: remove ipchains compatibility hack by Patrick McHardy · 17 years ago
  16. c9d8fe1 [NETFILTER]: {ip,ip6}_tables: fix format strings by Patrick McHardy · 17 years ago
  17. 9c54795 [NETFILTER]: {ip,ip6}_tables: reformat to eliminate differences by Patrick McHardy · 17 years ago
  18. b386d9f [NETFILTER]: ip_tables: move compat offset calculation to x_tables by Patrick McHardy · 17 years ago
  19. 73cd598 [NETFILTER]: ip_tables: fix compat types by Patrick McHardy · 17 years ago
  20. 30c08c4 [NETFILTER]: ip_tables: account for struct ipt_entry/struct compat_ipt_entry size diff by Patrick McHardy · 17 years ago
  21. 8956695 [NETFILTER]: x_tables: make xt_compat_match_from_user usable in iterator macros by Patrick McHardy · 17 years ago
  22. 4b47824 [NETFILTER]: ip_tables: reformat compat code by Patrick McHardy · 17 years ago
  23. ac8e27f [NETFILTER]: ip_tables: kill useless wrapper by Patrick McHardy · 17 years ago
  24. f97c1e0 [IPV4] net/ipv4: Use ipv4_is_<type> by Joe Perches · 17 years ago
  25. 586f121 [IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one by Pavel Emelyanov · 17 years ago
  26. 9355bbd [IPV4]: Switch users of ipv4_devconf_dflt to use the pernet one by Pavel Emelyanov · 17 years ago
  27. 752d14d [IPV4]: Move the devinet pointers on the struct net by Pavel Emelyanov · 17 years ago
  28. c0ce9fb [IPV4]: Store the net pointer on devinet's ctl tables by Pavel Emelyanov · 17 years ago
  29. 32e569b [IPV4]: Pass the net pointer to the arp_req_set_proxy() by Pavel Emelyanov · 17 years ago
  30. ea40b32 [IPV4]: Make __devinet_sysctl_register return an error by Pavel Emelyanov · 17 years ago
  31. 9055e05 [UDP]: Move udp_stats_in6 into net/ipv4/udp.c by Herbert Xu · 17 years ago
  32. 5661df7 [IPVS]: Use htons() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  33. f5026fa [IPV4]: Thresholds in fib_trie.c are used as consts, so make them const. by Denis V. Lunev · 17 years ago
  34. ee34c1e [IP_GRE]: Rebinding of GRE tunnels to other interfaces by Michal Schmidt · 17 years ago
  35. aebcf82 [IPSEC]: Do not let packets pass when ICMP flag is off by Herbert Xu · 17 years ago
  36. bb72845 [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT by Herbert Xu · 17 years ago
  37. 7233b9f [IPSEC]: Fix reversed ICMP6 policy check by Herbert Xu · 17 years ago
  38. 5533995 [IPIP]: Allow rebinding the tunnel to another interface by Michal Schmidt · 17 years ago
  39. 8b7817f [IPSEC]: Add ICMP host relookup support by Herbert Xu · 17 years ago
  40. d5422ef [IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverse by Herbert Xu · 17 years ago
  41. 51602b2 [IPV4]: Cleanup sysctl manipulations in devinet.c by Pavel Emelyanov · 17 years ago
  42. 95c9382 [INET]: Use BUILD_BUG_ON in inet_timewait_sock.c checks by Pavel Emelyanov · 17 years ago
  43. 1f9e636 [TCP]: Use BUILD_BUG_ON for tcp_skb_cb size checking by Pavel Emelyanov · 17 years ago
  44. c69bce2 [NET]: Remove unused "mibalign" argument for snmp_mib_init(). by YOSHIFUJI Hideaki · 17 years ago
  45. 971b893 [IPV4]: last default route is a fib table property by Denis V. Lunev · 17 years ago
  46. a2bbe68 [IPV4]: Unify assignment of fi to fib_result by Denis V. Lunev · 17 years ago
  47. c17860a [IPV4]: no need pass pointer to a default into fib_detect_death by Denis V. Lunev · 17 years ago
  48. 1596c97 [IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 17 years ago
  49. 877a9bf [IPV4]: Move trie_local and trie_main into the proc iterator. by Eric W. Biederman · 17 years ago
  50. bb80317 [IPV4]: Remove ip_fib_local_table and ip_fib_main_table defines. by Eric W. Biederman · 17 years ago
  51. 5a3e55d [NET]: Multiple namespaces in the all dst_ifdown routines. by Denis V. Lunev · 17 years ago
  52. f8b33fd [ARP]: Consolidate some code in arp_req_set/delete_publc by Pavel Emelyanov · 17 years ago
  53. 46479b4 [ARP]: Minus one level of ndentation in arp_req_delete by Pavel Emelyanov · 17 years ago
  54. 43dc170 [ARP]: Minus one level of indentation in arp_req_set by Pavel Emelyanov · 17 years ago
  55. 1ff1cc2 [IPV4] ROUTE: Convert rt_hash_lock_init() macro into function by Pavel Emelyanov · 17 years ago
  56. 107f163 [IPV4] ROUTE: Clean up proc files creation. by Pavel Emelyanov · 17 years ago
  57. 78c686e [IPV4] ROUTE: Collect proc-related functions together by Pavel Emelyanov · 17 years ago
  58. a59322b [UDP]: Only increment counter on first peek/recv by Herbert Xu · 17 years ago
  59. 1781f7f [UDP]: Restore missing inDatagrams increments by Herbert Xu · 17 years ago
  60. 27ab256 [UDP]: Avoid repeated counting of checksum errors due to peeking by Herbert Xu · 17 years ago
  61. 68dd299 [INET]: Merge sys.net.ipv4.ip_forward and sys.net.ipv4.conf.all.forwarding by Pavel Emelyanov · 17 years ago
  62. 3e37c3f [IPV4]: Use ctl paths to register net/ipv4/ table by Pavel Emelyanov · 17 years ago
  63. 9ba6397 [IPV4]: Cleanup the sysctl_net_ipv4.c file by Pavel Emelyanov · 17 years ago
  64. 4b3d15e [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict by Patrick McHardy · 17 years ago
  65. 02f014d [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info by Patrick McHardy · 17 years ago
  66. 9521409 [NETFILTER]: ip_queue: deobfuscate entry lookups by Patrick McHardy · 17 years ago
  67. 0ac41e8 [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry by Patrick McHardy · 17 years ago
  68. c01cd42 [NETFILTER]: nf_queue: move queueing related functions/struct to seperate header by Patrick McHardy · 17 years ago
  69. f9d8928 [NETFILTER]: nf_queue: remove unused data pointer by Patrick McHardy · 17 years ago
  70. e3ac529 [NETFILTER]: nf_queue: make queue_handler const by Patrick McHardy · 17 years ago
  71. 1999414 [NETFILTER]: Mark hooks __read_mostly by Patrick McHardy · 17 years ago
  72. 41c5b31 [NETFILTER]: Use nf_register_hooks for multiple registrations by Patrick McHardy · 17 years ago
  73. 279c2c7 [NETFILTER]: nf_conntrack_proto_icmp: kill extern declaration in .c file by Patrick McHardy · 17 years ago
  74. 1841a4c [NETFILTER]: nf_ct_h323: remove ipv6 module dependency by Patrick McHardy · 17 years ago
  75. 17dfc93 [NETFILTER]: {ip,ip6}t_LOG: log GID by Maciej Soltysiak · 17 years ago
  76. cb76c6a [NETFILTER]: ip_tables: remove obsolete SAME target by Patrick McHardy · 17 years ago
  77. c9fd496 [NETFILTER]: Merge ipt_TOS into xt_DSCP by Jan Engelhardt · 17 years ago
  78. c3b33e6 [NETFILTER]: Merge ipt_tos into xt_dscp by Jan Engelhardt · 17 years ago
  79. 4c37799 [NETFILTER]: Use lowercase names for matches in Kconfig by Jan Engelhardt · 17 years ago
  80. e2cf5ec [NETFILTER]: ipt_addrtype: limit address type checking to an interface by Laszlo Attila Toth · 17 years ago
  81. 0553811 [IPV4]: Add inet_dev_addr_type() by Laszlo Attila Toth · 17 years ago
  82. 0265ab4 [NETFILTER]: merge ipt_owner/ip6t_owner in xt_owner by Jan Engelhardt · 17 years ago
  83. 9e67d5a [NETFILTER]: x_tables: remove obsolete overflow check by Patrick McHardy · 17 years ago
  84. 259d4e4 [NETFILTER]: x_tables: struct xt_table_info diet by Eric Dumazet · 17 years ago
  85. d3c5ee6 [NETFILTER]: x_tables: consistent and unique symbol names by Jan Engelhardt · 17 years ago
  86. 4c61097 [NETFILTER]: replace list_for_each with list_for_each_entry by Li Zefan · 17 years ago
  87. 2fcb45b [IPSEC]: Use the correct family for input state lookup by Herbert Xu · 17 years ago
  88. bbca176 [UDP]: Counter increment should be in USER mode for recvmsg by Wang Chen · 17 years ago
  89. b2bf1e2 [UDP]: Clean up for IS_UDPLITE macro by Wang Chen · 17 years ago
  90. cb75994 [UDP]: Defer InDataGrams increment until recvmsg() does checksum by Wang Chen · 17 years ago
  91. 6859d49 [TCP]: Abstract tp->highest_sack accessing & point to next skb by Ilpo Järvinen · 17 years ago
  92. 7201883 [TCP]: Cleanup local variables of clean_rtx_queue by Ilpo Järvinen · 17 years ago
  93. ea60658c [TCP]: Add unlikely() to urgent handling in clean_rtx_queue by Ilpo Järvinen · 17 years ago
  94. 89d478f [TCP]: Remove duplicated code block from clean_rtx_queue by Ilpo Järvinen · 17 years ago
  95. 234b686 [TCP]: Add tcp_for_write_queue_from_safe and use it in mtu_probe by Ilpo Järvinen · 17 years ago
  96. d67c58e [TCP]: Remove local variable and use packets_in_flight directly by Ilpo Järvinen · 17 years ago
  97. 50c4817 [TCP]: MTUprobe: prepare skb fields earlier by Ilpo Järvinen · 17 years ago
  98. c3a05c6 [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoid by Ilpo Järvinen · 17 years ago
  99. ede9f3b [TCP]: Unite identical code from two seqno split blocks by Ilpo Järvinen · 17 years ago
  100. 407ef1d [TCP]: Remove superflucious FLAG_DATA_SACKED by Ilpo Järvinen · 17 years ago