1. 72b7294 [NETFILTER]: annotate rest of nf_nat_* with const by Jan Engelhardt · 17 years ago
  2. 5452e42 [NETFILTER]: annotate {arp,ip,ip6,x}tables with const by Jan Engelhardt · 17 years ago
  3. 3cf93c9 [NETFILTER]: annotate xtables targets with const and remove casts by Jan Engelhardt · 17 years ago
  4. fdccecd [NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macro by Robert P. J. Day · 17 years ago
  5. 666953df [NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for real by Alexey Dobriyan · 17 years ago
  6. 36e2a1b [NETFILTER]: {ip,ip6}t_LOG: print MARK value in log output by Patrick McHardy · 17 years ago
  7. 7de6c03 [SKB]: __skb_append = __skb_queue_after by Gerrit Renker · 17 years ago
  8. 5f4472c [TCP]: Remove owner from tcp_seq_afinfo. by Denis V. Lunev · 17 years ago
  9. 68fcadd [TCP]: Place file operations directly into tcp_seq_afinfo. by Denis V. Lunev · 17 years ago
  10. 52d6f3f [TCP]: Cleanup /proc/tcp[6] creation/removal. by Denis V. Lunev · 17 years ago
  11. 9427c4b [TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo. by Denis V. Lunev · 17 years ago
  12. 1abf4fb [TCP]: No need to check afinfo != NULL in tcp_proc_(un)register. by Denis V. Lunev · 17 years ago
  13. a4146b1 [TCP]: Replace struct net on tcp_iter_state with seq_net_private. by Denis V. Lunev · 17 years ago
  14. ac6f781 [INET]: sk_reuse is valbool by Gerrit Renker · 17 years ago
  15. c0b8c32 IPV4: use xor rather than multiple ands for route compare by Stephen Hemminger · 17 years ago
  16. 387a548 ipv4: fib_trie leaf free optimization by Stephen Hemminger · 17 years ago
  17. ef3660c ipv4: fib_trie remove unused argument by Stephen Hemminger · 17 years ago
  18. 4dfc281 [Syncookies]: Add support for TCP options via timestamps. by Florian Westphal · 17 years ago
  19. 15be75c IPV4: fib_trie use vmalloc for large tnodes by Stephen Hemminger · 17 years ago
  20. 2fa7527ba IPV4: route rekey timer can be deferrable by Stephen Hemminger · 17 years ago
  21. 1294fc4 IPV4: route use jhash3 by Stephen Hemminger · 17 years ago
  22. 5969f71 IPV4: route inline changes by Stephen Hemminger · 17 years ago
  23. 7feb49c [NETNS]: Use TCP control socket from a correct namespace. by Denis V. Lunev · 17 years ago
  24. 046ee90 [NETNS]: Create tcp control socket in the each namespace. by Denis V. Lunev · 17 years ago
  25. 5616bdd [INET]: uc_ttl assignment in inet_ctl_sock_create is redundant. by Denis V. Lunev · 17 years ago
  26. c1e9894 [ICMP]: Simplify ICMP control socket creation. by Denis V. Lunev · 17 years ago
  27. 5677242 [NETNS]: Inet control socket should not hold a namespace. by Denis V. Lunev · 17 years ago
  28. eee4fe4 [INET]: Let inet_ctl_sock_create return sock rather than socket. by Denis V. Lunev · 17 years ago
  29. 3d58b5f [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create. by Denis V. Lunev · 17 years ago
  30. 14c0c8e [TCP]: Replace socket with sock for reset sending. by Denis V. Lunev · 17 years ago
  31. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  32. fd4e7b5 [IPV4][NETNS]: Display per-net info in sockstat file. by Pavel Emelyanov · 17 years ago
  33. d0538ca [SOCK][NETNS]: Register sockstat(6) files in each net. by Pavel Emelyanov · 17 years ago
  34. c29a0bc [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. by Pavel Emelyanov · 17 years ago
  35. b50660f [IP] UDP: Use SEQ_START_TOKEN. by YOSHIFUJI Hideaki · 17 years ago
  36. 4ad96d3 [UDP]: Remove owner from udp_seq_afinfo. by Denis V. Lunev · 17 years ago
  37. 3ba9441 [UDP]: Place file operations directly into udp_seq_afinfo. by Denis V. Lunev · 17 years ago
  38. a2be75c [UDP]: Cleanup /proc/udp[6] creation/removal. by Denis V. Lunev · 17 years ago
  39. dda6192 [UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo. by Denis V. Lunev · 17 years ago
  40. 997feb5 [UDP]: No need to check afinfo != NULL in udp_proc_(un)register. by Denis V. Lunev · 17 years ago
  41. 6f191ef [UDP]: Replace struct net on udp_iter_state with seq_net_private. by Denis V. Lunev · 17 years ago
  42. e8e16b70 [INET]: inet_frag_evictor() must run with BH disabled by David S. Miller · 17 years ago
  43. bdcde3d [SOCK]: Drop inuse pcounter from struct proto (v2). by Pavel Emelyanov · 17 years ago
  44. bc578a5 [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_* by Joe Perches · 17 years ago
  45. 32aced7 [NET]: Don't send ICMP_FRAG_NEEDED for GSO packets by Rusty Russell · 17 years ago
  46. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  47. 8eeee8b [NETFILTER]: Replate direct proc_fops assignment with proc_create call. by Denis V. Lunev · 17 years ago
  48. 920fc94 [ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB access by Thomas Graf · 17 years ago
  49. 732c8bd [IPSEC]: Fix BEET output by Herbert Xu · 17 years ago
  50. 7c0ecc4 [ICMP]: Dst entry leak in icmp_send host re-lookup code (v2). by Pavel Emelyanov · 17 years ago
  51. 789e41e [NETNS][ICMP]: Build fix for NET_NS=n case (dev->nd_net is omitted). by Pavel Emelyanov · 17 years ago
  52. b34a95e [NETNS][ICMP]: Use per-net sysctls in ipv4/icmp.c. by Pavel Emelyanov · 17 years ago
  53. 68528f0 [NETNS][ICMP]: Make ctl tables for ICMP sysctls per-net. by Pavel Emelyanov · 17 years ago
  54. a24022e [NETNS][ICMP]: Move ICMP sysctls on struct net. by Pavel Emelyanov · 17 years ago
  55. 1577519 [NETNS][ICMP]: Register pernet subsys to make ICMP sysctls per-net. by Pavel Emelyanov · 17 years ago
  56. f49e1aa [NETFILTER]: nf_conntrack_sip: update copyright by Patrick McHardy · 17 years ago
  57. c7f485a [NETFILTER]: nf_conntrack_sip: RTP routing optimization by Patrick McHardy · 17 years ago
  58. 4ab9e64 [NETFILTER]: nf_nat_sip: split up SDP mangling by Patrick McHardy · 17 years ago
  59. a9c1d35 [NETFILTER]: nf_conntrack_sip: create RTCP expectations by Patrick McHardy · 17 years ago
  60. 0f32a40 [NETFILTER]: nf_conntrack_sip: create signalling expectations by Patrick McHardy · 17 years ago
  61. c978cd3 [NETFILTER]: nf_nat_sip: translate all Contact headers by Patrick McHardy · 17 years ago
  62. 720ac70 [NETFILTER]: nf_nat_sip: translate all Via headers by Patrick McHardy · 17 years ago
  63. 33cb1e9 [NETFILTER]: nf_conntrack_sip: perform NAT after parsing by Patrick McHardy · 17 years ago
  64. 624f8b7 [NETFILTER]: nf_nat_sip: get rid of text based header translation by Patrick McHardy · 17 years ago
  65. ea45f12 [NETFILTER]: nf_conntrack_sip: parse SIP headers properly by Patrick McHardy · 17 years ago
  66. ac36774 [NETFILTER]: nf_conntrack_sip: kill request URI "header" definitions by Patrick McHardy · 17 years ago
  67. 3e9b4600b [NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing function by Patrick McHardy · 17 years ago
  68. 779382e [NETFILTER]: nf_conntrack_sip: use strlen/strcmp by Patrick McHardy · 17 years ago
  69. 212440a [NETFILTER]: nf_conntrack_sip: remove redundant function arguments by Patrick McHardy · 17 years ago
  70. 2a6cfb2 [NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet mangling by Patrick McHardy · 17 years ago
  71. 3d24412 [NETFILTER]: nf_nat_sip: fix NAT setup order by Patrick McHardy · 17 years ago
  72. 6002f266 [NETFILTER]: nf_conntrack: introduce expectation classes and policies by Patrick McHardy · 17 years ago
  73. 30c69fe [NETFILTER]: ipt_CLUSTERIP: fix non-existant macro-name by Patrick McHardy · 17 years ago
  74. 878628f [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  75. 1218854 [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  76. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  77. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  78. c8cdaf9 [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6. by YOSHIFUJI Hideaki · 17 years ago
  79. 92f1fec [NETNS]: Enable TCP/UDP/ICMP inside namespace. by Denis V. Lunev · 17 years ago
  80. 2342fd7 [NETNS]: Allow to create sockets in non-initial namespace. by Denis V. Lunev · 17 years ago
  81. f145049 [NETNS]: Drop packets in the non-initial namespace on the per/protocol basis. by Denis V. Lunev · 17 years ago
  82. 05cf89d [NETNS]: Process INET socket layer in the correct namespace. by Denis V. Lunev · 17 years ago
  83. cb84663 [NETNS]: Process IP layer in the context of the correct namespace. by Denis V. Lunev · 17 years ago
  84. 7a6adb9 [NETNS]: Add namespace parameter to ip_cmsg_send. by Denis V. Lunev · 17 years ago
  85. f2c4802 [NETNS]: Add namespace parameter to ip_options_get(...). by Denis V. Lunev · 17 years ago
  86. 0e6bd4a [NETNS]: Add namespace parameter to ip_options_compile. by Denis V. Lunev · 17 years ago
  87. ffc31d3 [NETNS]: /proc/net/arp namespacing. by Denis V. Lunev · 17 years ago
  88. 49e8a27 [NETNS]: Process ARP in the context of the correct namespace. by Denis V. Lunev · 17 years ago
  89. 84c375a [NETNS][UDP-Lite]: Register /proc/net/udplite(6) in a namespace. by Pavel Emelyanov · 17 years ago
  90. ff2bac6 [UDP-Lite]: Clean up proc creation a bit. by Pavel Emelyanov · 17 years ago
  91. 757764f [NETNS][TCP]: Register /proc/net/tcp in a namespace. by Pavel Emelyanov · 17 years ago
  92. 15439fe [NETNS][UDP]: Register /proc/net/udp in a namespace. by Pavel Emelyanov · 17 years ago
  93. df9dcb4 [IPSEC]: Fix inter address family IPsec tunnel handling. by Kazunori MIYAZAWA · 17 years ago
  94. 06802a8 Merge branch 'master' of ../net-2.6/ by David S. Miller · 17 years ago
  95. 3d3b2d2 fib_trie: print information on all routing tables by Stephen Hemminger · 17 years ago
  96. 2051f11 [TCP]: Shrink syncookie_secret by 8 byte. by Florian Westphal · 17 years ago
  97. 6440cc9 [IPV4] fib_trie: fix warning from rcu_assign_poinger by Stephen Hemminger · 17 years ago
  98. 817bc4d [IPV4] route: use read_mostly by Stephen Hemminger · 17 years ago
  99. ce25999 [IPV4]: sk parameter is unused in ipv4_dst_blackhole. by Denis V. Lunev · 17 years ago
  100. fc8717b [RAW]: Add raw_hashinfo member on struct proto. by Pavel Emelyanov · 17 years ago