1. a452ce3 net: Fix memory leak if TPROXY used with TCP early demux by Holger Eitzenberger · 11 years ago
  2. 33d9911 ipv6: reallocate addrconf router for ipv6 address when lo device up by Gao feng · 11 years ago
  3. 7c90cc2 ipv6: enable anycast addresses as source addresses for datagrams by FX Le Bail · 11 years ago
  4. 82b276c ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts by Hannes Frederic Sowa · 11 years ago
  5. 446fab5 ipv6: enable anycast addresses as source addresses in ICMPv6 error messages by FX Le Bail · 11 years ago
  6. 4d83e17 tcp: delete redundant calls of tcp_mtup_init() by Peter Pan(潘卫平) · 11 years ago
  7. 602582c ipv6: optimize link local address search by Hannes Frederic Sowa · 11 years ago
  8. 4b261c7 ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams by Hannes Frederic Sowa · 11 years ago
  9. 6444f72 ipv6: add flowlabel_consistency sysctl by Florent Fourcot · 11 years ago
  10. 46e5f40 ipv6: add a flag to get the flow label used remotly by Florent Fourcot · 11 years ago
  11. df3687f ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GET by Florent Fourcot · 11 years ago
  12. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
  13. 4180442 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  14. 6a7cc41 ipv6: send Change Status Report after DAD is completed by Flavio Leitner · 11 years ago
  15. 11ffff7 ipv6: simplify detection of first operational link-local address on interface by Hannes Frederic Sowa · 11 years ago
  16. 1d13a96 ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAIT by Florent Fourcot · 11 years ago
  17. 5b84efe ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTE by Thomas Haller · 11 years ago
  18. 761aac7 ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routes by Thomas Haller · 11 years ago
  19. d76ed22 ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helper by Li RongQing · 11 years ago
  20. ec35b61 IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6 by FX Le Bail · 11 years ago
  21. db9c7c3 ipv6: addrconf spelling fixes by stephen hemminger · 11 years ago
  22. 95f4a45 net: avoid reference counter overflows on fib_rules in multicast forwarding by Hannes Frederic Sowa · 11 years ago
  23. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  24. 825edac ipv6: copy traffic class from ping request to reply by Hannes Frederic Sowa · 11 years ago
  25. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  26. 0954cf9 ipv6: introduce ip6_dst_mtu_forward and protect forwarding path with it by Hannes Frederic Sowa · 11 years ago
  27. 235f939 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  28. 07edd74 ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIME by Hannes Frederic Sowa · 11 years ago
  29. 751fcac Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  30. cf4dfa8 netfilter: nf_tables: fix error path in the init functions by Pablo Neira Ayuso · 11 years ago
  31. 3876d22 netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain() by Patrick McHardy · 11 years ago
  32. fa2c1de netfilter: nf_tables: minor nf_chain_type cleanups by Patrick McHardy · 11 years ago
  33. 2a37d75 netfilter: nf_tables: constify chain type definitions and pointers by Patrick McHardy · 11 years ago
  34. 88ce65a netfilter: nf_tables: add missing module references to chain types by Patrick McHardy · 11 years ago
  35. 1d49144 netfilter: nf_tables: add "inet" table for IPv4/IPv6 by Patrick McHardy · 11 years ago
  36. 115a60b netfilter: nf_tables: add support for multi family tables by Patrick McHardy · 11 years ago
  37. 3b088c4 netfilter: nf_tables: make chain types override the default AF functions by Patrick McHardy · 11 years ago
  38. bf5a755 net-gre-gro: Add GRE support to the GRO stack by Jerry Chu · 11 years ago
  39. 509aba3 IPv6: add the option to use anycast addresses as source addresses in echo reply by FX Le Bail · 11 years ago
  40. 657e5d1 ipv6: pcpu_tstats.syncp should be initialised in ip6_vti.c by Li RongQing · 11 years ago
  41. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  42. 88ad314 ipv6: don't install anycast address for /128 addresses on routers by Hannes Frederic Sowa · 11 years ago
  43. 9aa28f2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  44. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 11 years ago
  45. 469bdce ipv6: fix the use of pcpu_tstats in ip6_vti.c by Li RongQing · 11 years ago
  46. abb6013 ipv6: fix the use of pcpu_tstats in ip6_tunnel by Li RongQing · 11 years ago
  47. fad8da3 ipv6 addrconf: fix preferred lifetime state-changing behavior while valid_lft is infinity by Yasushi Asano · 11 years ago
  48. 0c3584d ipv6: remove prune parameter for fib6_clean_all by Li RongQing · 11 years ago
  49. e824353 ipv6: namespace cleanups by stephen hemminger · 11 years ago
  50. 3678a9d netlink: cleanup rntl_af_register by stephen hemminger · 11 years ago
  51. c3ac17c ipv6: fix the use of pcpu_tstats in sit by Li RongQing · 11 years ago
  52. d497c63 netfilter: add help information to new nf_tables Kconfig options by Pablo Neira Ayuso · 11 years ago
  53. 46306b4 ipv6: unneccessary to get address prefix in addrconf_get_prefix_route by Li RongQing · 11 years ago
  54. cc70d06 netfilter: REJECT: separate reusable code by Eric Leblond · 11 years ago
  55. 6a9eadc ipv6: release dst properly in ipip6_tunnel_xmit by Li RongQing · 11 years ago
  56. 4c99aa4 ipv6: cleanup for tcp_ipv6.c by Weilong Chen · 11 years ago
  57. c92d549 netconf: add support for IPv6 proxy_ndp by stephen hemminger · 11 years ago
  58. 1669cb9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  59. 24f5b85 ipv6: always set the new created dst's from in ip6_rt_copy by Li RongQing · 11 years ago
  60. 58a4782 ipv6: sit: update mtu check to take care of gso packets by Eric Dumazet · 11 years ago
  61. 4df98e7 ipv6: pmtudisc setting not respected with UFO/CORK by Hannes Frederic Sowa · 11 years ago
  62. 93b36cf ipv6: support IPV6_PMTU_INTERFACE on sockets by Hannes Frederic Sowa · 11 years ago
  63. 974eda1 inet: make no_pmtu_disc per namespace and kill ipv4_config by Hannes Frederic Sowa · 11 years ago
  64. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  65. 810c23a net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len() by Jerry Chu · 11 years ago
  66. f52d81d ipv6: fix compiler warning in ipv6_exthdrs_len by Hannes Frederic Sowa · 11 years ago
  67. 6853605 ipv6: fix incorrect type in declaration by Florent Fourcot · 11 years ago
  68. 299603e8 net-gro: Prepare GRO stack for the upcoming tunneling support by Jerry Chu · 11 years ago
  69. 7e98056 ipv6: router reachability probing by Jiri Benc · 11 years ago
  70. e74bccb ipv6: Add checks for 6LOWPAN ARP type by Jukka Rissanen · 11 years ago
  71. f01b392 netfilter: SYNPROXY target: restrict to INPUT/FORWARD by Patrick McHardy · 11 years ago
  72. ce7a3bd ipv6: do not erase dst address with flow label destination by Florent Fourcot · 11 years ago
  73. 673498b inet: fix NULL pointer Oops in fib(6)_rule_suppress by Stefan Tomanek · 11 years ago
  74. 971a351 ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag format by Jiri Pirko · 11 years ago
  75. ac1eabc ipv6: use ip6_flowinfo helper by Florent Fourcot · 11 years ago
  76. 3308de2 ipv6: add ip6_flowlabel helper by Florent Fourcot · 11 years ago
  77. 82e9f10 ipv6: remove rcv_tclass of ipv6_pinfo by Florent Fourcot · 11 years ago
  78. 37cfee9 ipv6: move IPV6_TCLASS_MASK definition in ipv6.h by Florent Fourcot · 11 years ago
  79. 1397ed3 ipv6: add flowinfo for tcp6 pkt_options for all cases by Florent Fourcot · 11 years ago
  80. a3300ef ipv6: don't count addrconf generated routes against gc limit by Hannes Frederic Sowa · 11 years ago
  81. bba2489 neigh: ipv6: respect default values set before an address is assigned to device by Jiri Pirko · 11 years ago
  82. 73af614 neigh: use tbl->family to distinguish ipv4 from ipv6 by Jiri Pirko · 11 years ago
  83. cb5b09c neigh: wrap proc dointvec functions by Jiri Pirko · 11 years ago
  84. 1f9248e5 neigh: convert parms to an array by Jiri Pirko · 11 years ago
  85. 53bd674 ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage temporary addresses by Jiri Pirko · 11 years ago
  86. 479840f ipv6 addrconf: extend ifa_flags to u32 by Jiri Pirko · 11 years ago
  87. 15c77d8 ipv6: consistent use of IP6_INC_STATS_BH() in ip6_forward() by Eric Dumazet · 11 years ago
  88. a99421d ipv4/ipv6: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  89. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  90. 7150aed IPv6: Fixed support for blackhole and prohibit routes by Kamala R · 11 years ago
  91. 57ec0af ipv6: fix third arg of anycast_dst_alloc(), must be bool. by François-Xavier Le Bail · 11 years ago
  92. 30e5691 ipv6: judge the accept_ra_defrtr before calling rt6_route_rcv by Duan Jiong · 11 years ago
  93. 7f88c6b ipv6: fix possible seqlock deadlock in ip6_finish_output2 by Hannes Frederic Sowa · 11 years ago
  94. 39af0c4 net: remove outdated comment for ipv4 and ipv6 protocol handler by Baker Zhang · 11 years ago
  95. 6602831 sit: use kfree_skb to replace dev_kfree_skb by Gao feng · 11 years ago
  96. 1fa4c71 ipv6: fix leaking uninitialized port number of offender sockaddr by Hannes Frederic Sowa · 11 years ago
  97. 85fbaa7 inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions by Hannes Frederic Sowa · 11 years ago
  98. ca15a07 sit: generate icmpv6 error when receiving icmpv4 error by Oussama Ghorbel · 11 years ago
  99. b8ee93b gro: Clean up tcpX_gro_receive checksum verification by Herbert Xu · 11 years ago
  100. cc5c00b gro: Only verify TCP checksums for candidates by Herbert Xu · 11 years ago