1. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  2. b6a7719 ipv4: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 9 years ago
  3. a839923 netfilter: use sk_fullsock() helper by Eric Dumazet · 9 years ago
  4. dbfc4fb dst: no need to take reference on DST_NOCACHE dsts by Hannes Frederic Sowa · 10 years ago
  5. 958d03b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  6. 50656d9 ipvs: Keep skb->sk when allocating headroom on tunnel xmit by Calvin Owens · 10 years ago
  7. d770108 ipvs: remove unnecessary assignment in __ip_vs_get_out_rt by Alex Gartrell · 10 years ago
  8. 3d53666 ipvs: Avoid null-pointer deref in debug code by Alex Gartrell · 10 years ago
  9. 8052ba2 ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwarding by Alex Gartrell · 10 years ago
  10. c63e4de ipvs: Add generic ensure_mtu_is_adequate to handle mixed pools by Alex Gartrell · 10 years ago
  11. 919aa0b ipvs: Pull out update_pmtu code by Alex Gartrell · 10 years ago
  12. 4a4739d5 ipvs: Pull out crosses_local_route_boundary logic by Alex Gartrell · 10 years ago
  13. ea1d5d7 ipvs: properly declare tunnel encapsulation by Julian Anastasov · 10 years ago
  14. 76f084b ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwarding by Alex Gartrell · 10 years ago
  15. 73f156a inetpeer: get rid of ip_id_count by Eric Dumazet · 10 years ago
  16. 60ff746 net: rename local_df to ignore_df by WANG Cong · 10 years ago
  17. 703133d ip: generate unique IP identificator if local fragmentation is allowed by Ansis Atteka · 11 years ago
  18. ac69269 ipvs: do not disable bh for long time by Julian Anastasov · 11 years ago
  19. 026ace0 ipvs: optimize dst usage for real server by Julian Anastasov · 11 years ago
  20. 4115ded ipvs: consolidate all dst checks on transmit in one place by Julian Anastasov · 11 years ago
  21. f11cb2c ipvs: do not use skb_share_check by Julian Anastasov · 11 years ago
  22. 183dce5 ipvs: no need to reroute anymore on DNAT over loopback by Julian Anastasov · 11 years ago
  23. d1deae4 ipvs: rename functions related to dst_cache reset by Julian Anastasov · 11 years ago
  24. b8abdf0 ipvs: convert the IP_VS_XMIT macros to functions by Julian Anastasov · 11 years ago
  25. c90558d ipvs: avoid routing by TOS for real server by Julian Anastasov · 11 years ago
  26. 05b4b06 ipvs: remove silly double assignment by Alan Cox · 12 years ago
  27. f019948 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  28. ad4d3ef ipvs: fix ARP resolving for direct routing mode by Julian Anastasov · 12 years ago
  29. d4383f0 ipvs: API change to avoid rescan of IPv6 exthdr by Jesper Dangaard Brouer · 12 years ago
  30. 2f74713 ipvs: Complete IPv6 fragment handling for IPVS by Jesper Dangaard Brouer · 12 years ago
  31. 63dca2c ipvs: Fix faulty IPv6 extension header handling in IPVS by Jesper Dangaard Brouer · 12 years ago
  32. 120b9c1 ipvs: Trivial changes, use compressed IPv6 address in output by Jesper Dangaard Brouer · 12 years ago
  33. 4cdd3408 netfilter: nf_conntrack_ipv6: improve fragmentation handling by Patrick McHardy · 12 years ago
  34. 590e3f7 ipvs: IPv6 MTU checking cleanup and bugfix by Jesper Dangaard Brouer · 12 years ago
  35. 3654e61 ipvs: add pmtu_disc option to disable IP DF for TUN packets by Julian Anastasov · 12 years ago
  36. f2edb9f ipvs: implement passive PMTUD for IPIP packets by Julian Anastasov · 12 years ago
  37. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  38. 5d0ba55 net: use consume_skb() in place of kfree_skb() by Eric Dumazet · 12 years ago
  39. d191854 ipv6: Kill rt6i_dev and rt6i_expires defines. by David S. Miller · 13 years ago
  40. c0cd115 net:netfilter: use IS_ENABLED by Igor Maravić · 13 years ago
  41. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  42. 3c2de2a ipvs: Remove unused parameter from ip_vs_confirm_conntrack() by Simon Horman · 13 years ago
  43. c92f5ca ipvs: Remove all remaining references to rt->rt_{src,dst} by Julian Anastasov · 13 years ago
  44. 44e3125 ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt(). by David S. Miller · 13 years ago
  45. e58b344 ipvs: Use IP_VS_RT_MODE_* instead of magic constants. by David S. Miller · 13 years ago
  46. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  47. 9d6ec93 ipv4: Use flowi4 in public route lookup interfaces. by David S. Miller · 13 years ago
  48. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  49. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  50. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  51. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 13 years ago
  52. 17a8f8e ipvs: use enum to instead of magic numbers by Changli Gao · 13 years ago
  53. fee1cc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEAD by Simon Horman · 14 years ago
  54. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  55. 8f1b03a ipvs: allow transmit of GRO aggregated skbs by Simon Horman · 14 years ago
  56. a333e2ec ipvs: remove shadow rt variable by Eric Dumazet · 14 years ago
  57. c753796 ipv4: Make rt->fl.iif tests lest obscure. by David S. Miller · 14 years ago
  58. 0d79641 ipvs: provide address family for debugging by Julian Anastasov · 14 years ago
  59. cb59155 ipvs: changes for local client by Julian Anastasov · 14 years ago
  60. fc60476 ipvs: changes for local real server by Julian Anastasov · 14 years ago
  61. 4256f1a ipvs: fix CHECKSUM_PARTIAL for TUN method by Julian Anastasov · 14 years ago
  62. cf356d6 ipvs: switch to notrack mode by Julian Anastasov · 14 years ago
  63. 714f095 ipvs: IPv6 tunnel mode by Hans Schillstrom · 14 years ago
  64. f4bc17c ipvs: netfilter connection tracking changes by Julian Anastasov · 14 years ago
  65. 6523ce1 ipvs: fix active FTP by Julian Anastasov · 14 years ago
  66. 7b215ff IPVS: make friends with nf_conntrack by Hannes Eder · 14 years ago
  67. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  68. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  69. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  70. 7911b5c netfilter: ipvs: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  71. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 14 years ago
  72. 1e3e238 IPVS: use pr_err and friends instead of IP_VS_ERR and friends by Hannes Eder · 15 years ago
  73. 9aada7a IPVS: use pr_fmt by Hannes Eder · 15 years ago
  74. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  75. 7e452ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  76. b7b45f4 netfilter: payload_len is be16, add size of struct rather than size of pointer by Harvey Harrison · 16 years ago
  77. 14d5e83 net: replace NIPQUAD() in net/netfilter/ by Harvey Harrison · 16 years ago
  78. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  79. 38ff4fa netfilter: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  80. cb7f6a7 IPVS: Move IPVS to net/netfilter/ipvs by Julius Volz · 16 years ago[Renamed from net/ipv4/ipvs/ip_vs_xmit.c]
  81. b3cdd2a7 IPVS: Add and bind IPv6 xmit functions by Julius Volz · 16 years ago
  82. 38cdcc9 IPVS: Add IPv6 support to xmit() support functions by Julius Volz · 16 years ago
  83. e7ade46 IPVS: Change IPVS data structures to support IPv6 addresses by Julius Volz · 16 years ago
  84. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  85. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 17 years ago
  86. ad1b30b [IPVS]: Kill some bloat by Ilpo Järvinen · 17 years ago
  87. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  88. c439cb2 [IPV4]: Add ip_local_out by Herbert Xu · 17 years ago
  89. c2636b4 [NET]: Treat the sign of the result of skb_headroom() consistently by Chuck Lever · 17 years ago
  90. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  91. af1e1cf [IPVS]: Replace local version of skb_make_writable by Herbert Xu · 17 years ago
  92. ccc7911 [IPVS]: Use skb_forward_csum by Herbert Xu · 17 years ago
  93. 2e07fa9 [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures by Arnaldo Carvalho de Melo · 17 years ago
  94. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  95. d10ba34 [SK_BUFF]: More skb_put related skb_reset_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  96. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  97. e2d1bca [SK_BUFF]: Use skb_reset_network_header in skb_push cases by Arnaldo Carvalho de Melo · 17 years ago
  98. 4412ec4 [NET] IPV4: Use hton{s,l}() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  99. 014d730 [IPVS]: ipvs annotations by Al Viro · 18 years ago
  100. 76ab608 [NET]: Endian-annotate struct iphdr by Alexey Dobriyan · 19 years ago