1. 04f0888 fib6_rules: fix indentation by Stefan Tomanek · 11 years ago
  2. ae7b4e1 net: fib: fib6_add: fix potential NULL pointer dereference by Daniel Borkmann · 11 years ago
  3. 8112b1f ipv6/exthdrs: accept tlv which includes only padding by Jiri Pirko · 11 years ago
  4. cc998ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  5. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  6. b55b76b ipv6:introduce function to find route for redirect by Duan Jiong · 11 years ago
  7. 27703bb Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  8. b4af8de net: ipv6: mld: introduce mld_{gq, ifc, dad}_stop_timer functions by Daniel Borkmann · 11 years ago
  9. 2b7c121 net: ipv6: mld: refactor query processing into v1/v2 functions by Daniel Borkmann · 11 years ago
  10. cc7f7ab net: ipv6: mld: similarly to MLDv2 have min max_delay of 1 by Daniel Borkmann · 11 years ago
  11. 58c0ecf net: ipv6: mld: implement RFC3810 MLDv2 mode only by Daniel Borkmann · 11 years ago
  12. e3f5b17 net: ipv6: mld: get rid of MLDV2_MRC and simplify calculation by Daniel Borkmann · 11 years ago
  13. 6c567b7 net: ipv6: mld: clean up MLD_V1_SEEN macro by Daniel Borkmann · 11 years ago
  14. 89225d1 net: ipv6: mld: fix v1/v2 switchback timeout to rfc3810, 9.12. by Daniel Borkmann · 11 years ago
  15. 3a1c756 net: ipv6: tcp: fix potential use after free in tcp_v6_do_rcv by Daniel Borkmann · 11 years ago
  16. 25a6e6b ipv6: Don't depend on per socket memory for neighbour discovery messages by Thomas Graf · 11 years ago
  17. 639739b ipv6: fix null pointer dereference in __ip6addrlbl_add by Hannes Frederic Sowa · 11 years ago
  18. 48f8e0a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  19. 7cc9eb6 netfilter: SYNPROXY: let unrelated packets continue by Jesper Dangaard Brouer · 11 years ago
  20. 775ada6 netfilter: more strict TCP flag matching in SYNPROXY by Jesper Dangaard Brouer · 11 years ago
  21. c995ae2 tcp: Change return value of tcp_rcv_established() by Vijay Subramanian · 11 years ago
  22. ea23192 tunnels: harmonize cleanup done on skb on rx path by Nicolas Dichtel · 11 years ago
  23. 963a88b tunnels: harmonize cleanup done on skb on xmit path by Nicolas Dichtel · 11 years ago
  24. 8b27f27 skb: allow skb_scrub_packet() to be used by tunnels by Nicolas Dichtel · 11 years ago
  25. 8b7ed2d iptunnels: remove net arg from iptunnel_xmit() by Nicolas Dichtel · 11 years ago
  26. 13c7bf0 ipv6: ipv6_create_tempaddr cleanup by Petr Holasek · 11 years ago
  27. 61e76b1 ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTO by Jiri Bohac · 11 years ago
  28. 3e25c65 net: neighbour: Remove CONFIG_ARPD by Tim Gardner · 11 years ago
  29. eb3c0d8 net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment() by Cong Wang · 11 years ago
  30. d949d82 ipv6: Add generic UDP Tunnel segmentation by Cong Wang · 11 years ago
  31. f564f45 vxlan: add ipv6 proxy support by Cong Wang · 11 years ago
  32. f39dc10 ipv6: move in6_dev_finish_destroy() into core kernel by Cong Wang · 11 years ago
  33. e15a00a vxlan: add ipv6 route short circuit support by Cong Wang · 11 years ago
  34. caf92bc ipv6: do not call ndisc_send_rs() with write lock by Cong Wang · 11 years ago
  35. 034dfc5 ipv6: export in6addr_loopback to modules by Cong Wang · 11 years ago
  36. 5f81bd2 ipv6: export a stub for IPv6 symbols used by vxlan by Cong Wang · 11 years ago
  37. 788787b ipv6: move ip6_local_out into core kernel by Cong Wang · 11 years ago
  38. 3ce9b35 ipv6: move ip6_dst_hoplimit() into core kernel by Cong Wang · 11 years ago
  39. 25ad611 Revert "ipv6: Don't depend on per socket memory for neighbour discovery messages" by David S. Miller · 11 years ago
  40. 816c5b5 ipv6: Remove redundant sk variable by Thomas Graf · 11 years ago
  41. 737e828 ipv4 tunnels: fix an oops when using ipip/sit with IPsec by Li Hongjun · 11 years ago
  42. 79f9ab7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 11 years ago
  43. 1f324e3 ipv6: Don't depend on per socket memory for neighbour discovery messages by Thomas Graf · 11 years ago
  44. b800c3b ipv6: drop fragmented ndisc packets by default (RFC 6980) by Hannes Frederic Sowa · 11 years ago
  45. 4ad3622 netfilter: add IPv6 SYNPROXY target by Patrick McHardy · 11 years ago
  46. 81eb6a1 net: syncookies: export cookie_v6_init_sequence/cookie_v6_check by Patrick McHardy · 11 years ago
  47. 41d73ec netfilter: nf_conntrack: make sequence number adjustments usuable without NAT by Patrick McHardy · 11 years ago
  48. 706f515 netfilter: nf_defrag_ipv6.o included twice by Nathan Hintz · 11 years ago
  49. affe759 netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridged by Phil Oester · 11 years ago
  50. b05930f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  51. 9c9c9ad ipv6: set skb->protocol on tcp, raw and ip6_append_data genereated skbs by Hannes Frederic Sowa · 11 years ago
  52. 5a25cf1 xfrm: revert ipv4 mtu determination to dst_mtu by Hannes Frederic Sowa · 11 years ago
  53. c92a59e ipv6: handle Redirect ICMP Message with no Redirected Header option by Duan Jiong · 11 years ago
  54. 9fd0784 net: ipv6: mcast: minor: use defines for rfc3810/8.1 lengths by Daniel Borkmann · 11 years ago
  55. c2cef4e net: ipv6: minor: *_start_timer: rather use unsigned long by Daniel Borkmann · 11 years ago
  56. 8469896 net: ipv6: igmp6_event_query: use msecs_to_jiffies by Daniel Borkmann · 11 years ago
  57. e837735 ip6_tunnel: ensure to always have a link local address by Nicolas Dichtel · 11 years ago
  58. 7eaa48a Revert "ipv6: fix checkpatch errors in net/ipv6/addrconf.c" by David S. Miller · 11 years ago
  59. df8372c ipv6: fix checkpatch errors in net/ipv6/addrconf.c by dingtianhong · 11 years ago
  60. ba3542e ipv6: convert the uses of ADBG and remove the superfluous parentheses by dingtianhong · 11 years ago
  61. 89d5e23 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  62. f46078c ipv6: drop packets with multiple fragmentation headers by Hannes Frederic Sowa · 11 years ago
  63. 4b08a8f ipv6: remove max_addresses check from ipv6_create_tempaddr by Hannes Frederic Sowa · 11 years ago
  64. 5d0ff54 ipv6: xfrm: dereference inner ipv6 header if encapsulated by Hannes Frederic Sowa · 11 years ago
  65. 3d48305 ipv6: wire up skb->encapsulation by Hannes Frederic Sowa · 11 years ago
  66. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  67. d14c5ab net: proc_fs: trivial: print UIDs as unsigned int by Francesco Fusco · 11 years ago
  68. 0bd87628 ip6tnl: add x-netns support by Nicolas Dichtel · 11 years ago
  69. fc8f999 ipv4 tunnels: use net_eq() helper to check netns by Nicolas Dichtel · 11 years ago
  70. 0ea9d5e xfrm: introduce helper for safe determination of mtu by Hannes Frederic Sowa · 11 years ago
  71. 628e341 xfrm: make local error reporting more robust by Hannes Frederic Sowa · 11 years ago
  72. fc4eba5 ipv6: make unsolicited report intervals configurable for mld by Hannes Frederic Sowa · 11 years ago
  73. c655bc6 netfilter: nf_conntrack: don't send destroy events from iterator by Florian Westphal · 11 years ago
  74. 1f07d03 net: add SNMP counters tracking incoming ECN bits by Eric Dumazet · 11 years ago
  75. 3e3be27 ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not match by Hannes Frederic Sowa · 11 years ago
  76. 7921895 net: esp{4,6}: fix potential MTU calculation overflows by Daniel Borkmann · 11 years ago
  77. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  78. 73f5698 fib_rules: fix suppressor names and default values by Stefan Tomanek · 11 years ago
  79. 6ef94cf fib_rules: add route suppression based on ifgroup by Stefan Tomanek · 11 years ago
  80. d1c53c8 icmpv6_filter: allow ICMPv6 messages with bodies < 4 bytes by Werner Almesberger · 11 years ago
  81. 9cc08af icmpv6_filter: fix "_hdr" incorrectly being a pointer by Werner Almesberger · 11 years ago
  82. 439677d ipv6: bump genid when delete/add address by fan.du · 11 years ago
  83. 8a226b2 ipv6: prevent race between address creation and removal by Jiri Benc · 11 years ago
  84. 3f8f529 ipv6: move peer_addr init into ipv6_add_addr() by Jiri Pirko · 11 years ago
  85. 49a18d8 ipv6: update ip6_rt_last_gc every time GC is run by Michal Kubeček · 11 years ago
  86. 2ac3ac8 ipv6: prevent fib6_run_gc() contention by Michal Kubeček · 11 years ago
  87. 46b3a42 ipv6: fib6_rules should return exact return value by Hannes Frederic Sowa · 11 years ago
  88. 7764a45 fib_rules: add .suppress operation by Stefan Tomanek · 11 years ago
  89. ca4c3fc net: split rt_genid for ipv4 and ipv6 by fan.du · 11 years ago
  90. 5ad37d5 tcp: add tcp_syncookies mode to allow unconditionally generation of syncookies by Hannes Frederic Sowa · 11 years ago
  91. 9d4a031 ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROL by Hannes Frederic Sowa · 11 years ago
  92. c9bee3b7 tcp: TCP_NOTSENT_LOWAT socket option by Eric Dumazet · 11 years ago
  93. 905a6f9 ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanup by Hannes Frederic Sowa · 11 years ago
  94. 9225b23 net: ipv6 eliminate parameter "int addrlen" in function fib6_add_1 by fan.du · 11 years ago
  95. 86a37de net ipv6: Remove rebundant rt6i_nsiblings initialization by fan.du · 11 years ago
  96. 2b52c3a ip6mr: change the prototype of ip6_mr_forward(). by Rami Rosen · 11 years ago
  97. 375fe02 tcp: consolidate SYNACK RTT sampling by Yuchung Cheng · 11 years ago
  98. f2f79cc ndisc: bool initializations should use true and false by Daniel Baluta · 11 years ago
  99. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  100. 307f2fb ipv6: only static routes qualify for equal cost multipathing by Hannes Frederic Sowa · 11 years ago