1. d52fbfc ipv4: use dst with ref during bcast/mcast loopback by Julian Anastasov · 13 years ago
  2. f2c31e3 net: fix NULL dereferences in check_peer_redir() by Eric Dumazet · 13 years ago
  3. d9be4f7 ipv4: Constrain UFO fragment sizes to multiples of 8 bytes by Bill Sommerfeld · 13 years ago
  4. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  5. 05e3aa0 net: Create and use new helper, neigh_output(). by David S. Miller · 13 years ago
  6. fec8292 ipv4: Use calculated 'neigh' instead of re-evaluating dst->neighbour by David S. Miller · 13 years ago
  7. f6b72b6 net: Embed hh_cache inside of struct neighbour. by David S. Miller · 13 years ago
  8. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  9. c146066 ipv4: Don't use ufo handling on later transformed packets by Steffen Klassert · 13 years ago
  10. 353e5c9 ipv4: Fix IPsec slowpath fragmentation problem by Steffen Klassert · 13 years ago
  11. 33f99dc ipv4: Fix packet size calculation in __ip_append_data by Steffen Klassert · 13 years ago
  12. 56f8a75 ip: introduce ip_is_fragment helper inline function by Paul Gortmaker · 13 years ago
  13. 96d7303 ipv4: Fix packet size calculation for raw IPsec packets in __ip_append_data by Steffen Klassert · 13 years ago
  14. 22f728f ipv4: Always call ip_options_build() after rest of IP header is filled in. by David S. Miller · 13 years ago
  15. 0a5ebb8 ipv4: Pass explicit daddr arg to ip_send_reply(). by David S. Miller · 13 years ago
  16. f5fca60 ipv4: Pass flow key down into ip_append_*(). by David S. Miller · 13 years ago
  17. 77968b7 ipv4: Pass flow keys down into datagram packet building engine. by David S. Miller · 13 years ago
  18. ea4fc0d ipv4: Don't use rt->rt_{src,dst} in ip_queue_xmit(). by David S. Miller · 13 years ago
  19. d9d8da8 inet: Pass flowi to ->queue_xmit(). by David S. Miller · 13 years ago
  20. b57ae01 ipv4: Use cork flow in ip_queue_xmit() by David S. Miller · 13 years ago
  21. 7065272 ipv4: Initialize cork->opt using NULL not 0. by David S. Miller · 13 years ago
  22. b80d722 ipv4: Initialize on-stack cork more efficiently. by David S. Miller · 13 years ago
  23. bdc712b inet: Decrease overhead of on-stack inet_cork. by David S. Miller · 13 years ago
  24. dd927a2 ipv4: In ip_build_and_send_pkt() use 'saddr' and 'daddr' args passed in. by David S. Miller · 13 years ago
  25. 31e4543 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 13 years ago
  26. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  27. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  28. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  29. 538de0e ipv4: Use flowi4_init_output() in ip_send_reply() by David S. Miller · 13 years ago
  30. 9cce96d net: Put fl4_* macros to struct flowi4 and use them again. by David S. Miller · 13 years ago
  31. 9d6ec93 ipv4: Use flowi4 in public route lookup interfaces. by David S. Miller · 13 years ago
  32. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  33. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  34. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  35. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  36. 07df529 inet: Replace left-over references to inet->cork by Herbert Xu · 13 years ago
  37. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 13 years ago
  38. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 13 years ago
  39. 1c32c5a inet: Add ip_make_skb and ip_finish_skb by Herbert Xu · 13 years ago
  40. 1470ddf inet: Remove explicit write references to sk/inet in ip_append_data by Herbert Xu · 13 years ago
  41. 5a2ef920 inet: Remove unused sk_sndmsg_* from UFO by Herbert Xu · 13 years ago
  42. 323e126 ipv4: Don't pre-seed hoplimit metric. by David S. Miller · 14 years ago
  43. 5170ae8 net: Abstract RTAX_HOPLIMIT metric accesses behind helper. by David S. Miller · 14 years ago
  44. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  45. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  46. 59104f0 ip: take care of last fragment in ip_append_data by Eric Dumazet · 14 years ago
  47. 3d13008 ip: fix truesize mismatch in ip fragmentation by Eric Dumazet · 14 years ago
  48. ec550d2 net: ip_append_data() optim by Eric Dumazet · 14 years ago
  49. 21dc330 net: Rename skb_has_frags to skb_has_frag_list by David S. Miller · 14 years ago
  50. 2244d07 net: simplify flags for tx timestamping by Oliver Hartkopp · 14 years ago
  51. c893b80 ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twice by Changli Gao · 14 years ago
  52. 4bc2f18 net/ipv4: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  53. 49085bd net/ipv4/ip_output.c: Removal of unused variable in ip_fragment() by George Kadianakis · 14 years ago
  54. fe76cda ipv4: use skb_dst_copy() in ip_copy_metadata() by Eric Dumazet · 14 years ago
  55. 8244132 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  56. 26cde9f udp: Fix bogus UFO packet generation by Herbert Xu · 14 years ago
  57. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  58. ab6e3fe net: No dst refcounting in ip_queue_xmit() by Eric Dumazet · 14 years ago
  59. 1e4b105 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  60. 87eb367 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  61. 6c79bf0 netfilter: bridge-netfilter: fix refragmenting IP traffic encapsulated in PPPoE traffic by Bart De Schuymer · 14 years ago
  62. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  63. cd58bcd netfilter: xt_TEE: have cloned packet travel through Xtables too by Jan Engelhardt · 14 years ago
  64. e281b19 netfilter: xtables: inclusion of xt_TEE by Jan Engelhardt · 14 years ago
  65. 4e15ed4 net: replace ipfragok with skb->local_df by Shan Wei · 14 years ago
  66. e30b38c ip: Fix ip_dev_loopback_xmit() by Eric Dumazet · 14 years ago
  67. 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
  68. 9bbc768 netfilter: ipv4: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  69. 7ad6848 ip: fix mc_loop checks for tunnels with multicast outer addresses by Octavian Purdila · 14 years ago
  70. ff9c38b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  71. b2722b1 ip_fragment: also adjust skb->truesize for packets not owned by a socket by Patrick McHardy · 15 years ago
  72. 9d4fb27 net/ipv4: Move && and || to end of previous line by Joe Perches · 15 years ago
  73. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  74. 914a9ab net: Use sk_mark for routing lookup in more places by Atis Elsts · 15 years ago
  75. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  76. 6ce9e7b ip: Report qdisc packet drops by Eric Dumazet · 15 years ago
  77. 788d908 ipv4: make ip_append_data() handle NULL routing table by Julien TINNES · 15 years ago
  78. e51a67a net: ip_push_pending_frames() fix by Eric Dumazet · 15 years ago
  79. 2b85a34 net: No more expensive sock_hold()/sock_put() on each tx by Eric Dumazet · 15 years ago
  80. d7fcf1a ipv4: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  81. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  82. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  83. edf391f snmp: add missing counters for RFC 4293 by Neil Horman · 15 years ago
  84. 51f31ca ip: support for TX timestamps on UDP and RAW sockets by Patrick Ohly · 15 years ago
  85. a21bba9 net: avoid a pair of dst_hold()/dst_release() in ip_push_pending_frames() by Eric Dumazet · 16 years ago
  86. 2e77d89 net: avoid a pair of dst_hold()/dst_release() in ip_append_data() by Eric Dumazet · 16 years ago
  87. d9319100 net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c inetpeer.c ip_output.c by Jianjun Kong · 16 years ago
  88. 86b08d8 ipv4: Make Netfilter's ip_route_me_harder() non-local address compatible by KOVACS Krisztian · 16 years ago
  89. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  90. 5e38e27 mib: add net to IP_INC_STATS by Pavel Emelyanov · 16 years ago
  91. 0388b00 icmp: add struct net argument to icmp_out_count by Pavel Emelyanov · 16 years ago
  92. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  93. be9164e [IPv4] UFO: prevent generation of chained skb destined to UFO device by Kostya B · 16 years ago
  94. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  95. c8cdaf9 [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6. by YOSHIFUJI Hideaki · 16 years ago
  96. cb84663 [NETNS]: Process IP layer in the context of the correct namespace. by Denis V. Lunev · 16 years ago
  97. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  98. 4a19ec5 [NET]: Introducing socket mark socket option. by Laszlo Attila Toth · 16 years ago
  99. 29ffe1a [INET]: Prevent out-of-sync truesize on ip_fragment slow path by Herbert Xu · 16 years ago
  100. dde1bc0 [NETNS]: Add namespace for ICMP replying code. by Denis V. Lunev · 16 years ago