1. f97c1e0 [IPV4] net/ipv4: Use ipv4_is_<type> by Joe Perches · 17 years ago
  2. 586f121 [IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one by Pavel Emelyanov · 17 years ago
  3. 9355bbd [IPV4]: Switch users of ipv4_devconf_dflt to use the pernet one by Pavel Emelyanov · 17 years ago
  4. 752d14d [IPV4]: Move the devinet pointers on the struct net by Pavel Emelyanov · 17 years ago
  5. c0ce9fb [IPV4]: Store the net pointer on devinet's ctl tables by Pavel Emelyanov · 17 years ago
  6. 32e569b [IPV4]: Pass the net pointer to the arp_req_set_proxy() by Pavel Emelyanov · 17 years ago
  7. ea40b32 [IPV4]: Make __devinet_sysctl_register return an error by Pavel Emelyanov · 17 years ago
  8. 9055e05 [UDP]: Move udp_stats_in6 into net/ipv4/udp.c by Herbert Xu · 17 years ago
  9. 5661df7 [IPVS]: Use htons() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  10. f5026fa [IPV4]: Thresholds in fib_trie.c are used as consts, so make them const. by Denis V. Lunev · 17 years ago
  11. ee34c1e [IP_GRE]: Rebinding of GRE tunnels to other interfaces by Michal Schmidt · 17 years ago
  12. aebcf82 [IPSEC]: Do not let packets pass when ICMP flag is off by Herbert Xu · 17 years ago
  13. bb72845 [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT by Herbert Xu · 17 years ago
  14. 7233b9f [IPSEC]: Fix reversed ICMP6 policy check by Herbert Xu · 17 years ago
  15. 5533995 [IPIP]: Allow rebinding the tunnel to another interface by Michal Schmidt · 17 years ago
  16. 8b7817f [IPSEC]: Add ICMP host relookup support by Herbert Xu · 17 years ago
  17. d5422ef [IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverse by Herbert Xu · 17 years ago
  18. 51602b2 [IPV4]: Cleanup sysctl manipulations in devinet.c by Pavel Emelyanov · 17 years ago
  19. 95c9382 [INET]: Use BUILD_BUG_ON in inet_timewait_sock.c checks by Pavel Emelyanov · 17 years ago
  20. 1f9e636 [TCP]: Use BUILD_BUG_ON for tcp_skb_cb size checking by Pavel Emelyanov · 17 years ago
  21. c69bce2 [NET]: Remove unused "mibalign" argument for snmp_mib_init(). by YOSHIFUJI Hideaki · 17 years ago
  22. 971b893 [IPV4]: last default route is a fib table property by Denis V. Lunev · 17 years ago
  23. a2bbe68 [IPV4]: Unify assignment of fi to fib_result by Denis V. Lunev · 17 years ago
  24. c17860a [IPV4]: no need pass pointer to a default into fib_detect_death by Denis V. Lunev · 17 years ago
  25. 1596c97 [IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 17 years ago
  26. 877a9bf [IPV4]: Move trie_local and trie_main into the proc iterator. by Eric W. Biederman · 17 years ago
  27. bb80317 [IPV4]: Remove ip_fib_local_table and ip_fib_main_table defines. by Eric W. Biederman · 17 years ago
  28. 5a3e55d [NET]: Multiple namespaces in the all dst_ifdown routines. by Denis V. Lunev · 17 years ago
  29. f8b33fd [ARP]: Consolidate some code in arp_req_set/delete_publc by Pavel Emelyanov · 17 years ago
  30. 46479b4 [ARP]: Minus one level of ndentation in arp_req_delete by Pavel Emelyanov · 17 years ago
  31. 43dc170 [ARP]: Minus one level of indentation in arp_req_set by Pavel Emelyanov · 17 years ago
  32. 1ff1cc2 [IPV4] ROUTE: Convert rt_hash_lock_init() macro into function by Pavel Emelyanov · 17 years ago
  33. 107f163 [IPV4] ROUTE: Clean up proc files creation. by Pavel Emelyanov · 17 years ago
  34. 78c686e [IPV4] ROUTE: Collect proc-related functions together by Pavel Emelyanov · 17 years ago
  35. a59322b [UDP]: Only increment counter on first peek/recv by Herbert Xu · 17 years ago
  36. 1781f7f [UDP]: Restore missing inDatagrams increments by Herbert Xu · 17 years ago
  37. 27ab256 [UDP]: Avoid repeated counting of checksum errors due to peeking by Herbert Xu · 17 years ago
  38. 68dd299 [INET]: Merge sys.net.ipv4.ip_forward and sys.net.ipv4.conf.all.forwarding by Pavel Emelyanov · 17 years ago
  39. 3e37c3f [IPV4]: Use ctl paths to register net/ipv4/ table by Pavel Emelyanov · 17 years ago
  40. 9ba6397 [IPV4]: Cleanup the sysctl_net_ipv4.c file by Pavel Emelyanov · 17 years ago
  41. 4b3d15e [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict by Patrick McHardy · 17 years ago
  42. 02f014d [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info by Patrick McHardy · 17 years ago
  43. 9521409 [NETFILTER]: ip_queue: deobfuscate entry lookups by Patrick McHardy · 17 years ago
  44. 0ac41e8 [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry by Patrick McHardy · 17 years ago
  45. c01cd42 [NETFILTER]: nf_queue: move queueing related functions/struct to seperate header by Patrick McHardy · 17 years ago
  46. f9d8928 [NETFILTER]: nf_queue: remove unused data pointer by Patrick McHardy · 17 years ago
  47. e3ac529 [NETFILTER]: nf_queue: make queue_handler const by Patrick McHardy · 17 years ago
  48. 1999414 [NETFILTER]: Mark hooks __read_mostly by Patrick McHardy · 17 years ago
  49. 41c5b31 [NETFILTER]: Use nf_register_hooks for multiple registrations by Patrick McHardy · 17 years ago
  50. 279c2c7 [NETFILTER]: nf_conntrack_proto_icmp: kill extern declaration in .c file by Patrick McHardy · 17 years ago
  51. 1841a4c [NETFILTER]: nf_ct_h323: remove ipv6 module dependency by Patrick McHardy · 17 years ago
  52. 17dfc93 [NETFILTER]: {ip,ip6}t_LOG: log GID by Maciej Soltysiak · 17 years ago
  53. cb76c6a [NETFILTER]: ip_tables: remove obsolete SAME target by Patrick McHardy · 17 years ago
  54. c9fd496 [NETFILTER]: Merge ipt_TOS into xt_DSCP by Jan Engelhardt · 17 years ago
  55. c3b33e6 [NETFILTER]: Merge ipt_tos into xt_dscp by Jan Engelhardt · 17 years ago
  56. 4c37799 [NETFILTER]: Use lowercase names for matches in Kconfig by Jan Engelhardt · 17 years ago
  57. e2cf5ec [NETFILTER]: ipt_addrtype: limit address type checking to an interface by Laszlo Attila Toth · 17 years ago
  58. 0553811 [IPV4]: Add inet_dev_addr_type() by Laszlo Attila Toth · 17 years ago
  59. 0265ab4 [NETFILTER]: merge ipt_owner/ip6t_owner in xt_owner by Jan Engelhardt · 17 years ago
  60. 9e67d5a [NETFILTER]: x_tables: remove obsolete overflow check by Patrick McHardy · 17 years ago
  61. 259d4e4 [NETFILTER]: x_tables: struct xt_table_info diet by Eric Dumazet · 17 years ago
  62. d3c5ee6 [NETFILTER]: x_tables: consistent and unique symbol names by Jan Engelhardt · 17 years ago
  63. 4c61097 [NETFILTER]: replace list_for_each with list_for_each_entry by Li Zefan · 17 years ago
  64. 2fcb45b [IPSEC]: Use the correct family for input state lookup by Herbert Xu · 17 years ago
  65. bbca176 [UDP]: Counter increment should be in USER mode for recvmsg by Wang Chen · 17 years ago
  66. b2bf1e2 [UDP]: Clean up for IS_UDPLITE macro by Wang Chen · 17 years ago
  67. cb75994 [UDP]: Defer InDataGrams increment until recvmsg() does checksum by Wang Chen · 17 years ago
  68. 6859d49 [TCP]: Abstract tp->highest_sack accessing & point to next skb by Ilpo Järvinen · 17 years ago
  69. 7201883 [TCP]: Cleanup local variables of clean_rtx_queue by Ilpo Järvinen · 17 years ago
  70. ea60658c [TCP]: Add unlikely() to urgent handling in clean_rtx_queue by Ilpo Järvinen · 17 years ago
  71. 89d478f [TCP]: Remove duplicated code block from clean_rtx_queue by Ilpo Järvinen · 17 years ago
  72. 234b686 [TCP]: Add tcp_for_write_queue_from_safe and use it in mtu_probe by Ilpo Järvinen · 17 years ago
  73. d67c58e [TCP]: Remove local variable and use packets_in_flight directly by Ilpo Järvinen · 17 years ago
  74. 50c4817 [TCP]: MTUprobe: prepare skb fields earlier by Ilpo Järvinen · 17 years ago
  75. c3a05c6 [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoid by Ilpo Järvinen · 17 years ago
  76. ede9f3b [TCP]: Unite identical code from two seqno split blocks by Ilpo Järvinen · 17 years ago
  77. 407ef1d [TCP]: Remove superflucious FLAG_DATA_SACKED by Ilpo Järvinen · 17 years ago
  78. bce392f [TCP]: Move LOSTRETRANS MIB outside !(L|S) check by Ilpo Järvinen · 17 years ago
  79. bfada69 [IPV4]: Use ctl paths to register devinet sysctls by Pavel Emelyanov · 17 years ago
  80. 66f27a5 [IPV4]: Unify and cleanup calls to devinet_sysctl_register by Pavel Emelyanov · 17 years ago
  81. 9fa8964 [IPV4]: Cleanup the devinet_sysctl_register by Pavel Emelyanov · 17 years ago
  82. be0ea7d [NETFILTER]: Convert old checksum helper names by Patrick McHardy · 17 years ago
  83. ea4f76a [TCP]: Two fixes to new sacktag code by Ilpo Järvinen · 17 years ago
  84. df97c70 [NET]: Eliminate unused argument from sk_stream_alloc_pskb by Pavel Emelyanov · 17 years ago
  85. f561d0f [NET]: Uninline the sk_stream_alloc_pskb by Pavel Emelyanov · 17 years ago
  86. 3015a34 [IPV4] fib_hash: kmalloc + memset conversion to kzalloc by Joonwoo Park · 17 years ago
  87. 88f8349 [IPV4] fib_semantics: kmalloc + memset conversion to kzalloc by Joonwoo Park · 17 years ago
  88. 8512430 [TCP]: Move FRTO checks out from write queue abstraction funcs by Ilpo Järvinen · 17 years ago
  89. 8d8ad9d [NET]: Name magic constants in sock_wake_async() by Pavel Emelyanov · 17 years ago
  90. 85b6068 [IPVS]: Relax the module get/put in ip_vs_app.c by Pavel Emelyanov · 17 years ago
  91. beb659b [PATCH] IPV4 : Move ip route cache flush (secret_rebuild) from softirq to workqueue by Eric Dumazet · 17 years ago
  92. 42a7380 [RAW]: Consolidate proc interface. by Pavel Emelyanov · 17 years ago
  93. ab70768 [RAW]: Consolidate proto->unhash callback by Pavel Emelyanov · 17 years ago
  94. 65b4c50 [RAW]: Consolidate proto->hash callback by Pavel Emelyanov · 17 years ago
  95. b673e4d [RAW]: Introduce raw_hashinfo structure by Pavel Emelyanov · 17 years ago
  96. 7bc54c9 [IPv4] RAW: Compact the API for the kernel by Pavel Emelyanov · 17 years ago
  97. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  98. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 17 years ago
  99. 1b0b04f [IPCONFIG]: Mark vendor_class_identifier as __initdata. by David S. Miller · 17 years ago
  100. b209639 [IPVS]: Create synced connections with their real state by Rumen G. Bogdanovski · 17 years ago