1. c92a59e ipv6: handle Redirect ICMP Message with no Redirected Header option by Duan Jiong · 11 years ago
  2. f46078c ipv6: drop packets with multiple fragmentation headers by Hannes Frederic Sowa · 11 years ago
  3. 4b08a8f ipv6: remove max_addresses check from ipv6_create_tempaddr by Hannes Frederic Sowa · 11 years ago
  4. 3e3be27 ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not match by Hannes Frederic Sowa · 11 years ago
  5. 7921895 net: esp{4,6}: fix potential MTU calculation overflows by Daniel Borkmann · 11 years ago
  6. 8a226b2 ipv6: prevent race between address creation and removal by Jiri Benc · 11 years ago
  7. 3f8f529 ipv6: move peer_addr init into ipv6_add_addr() by Jiri Pirko · 11 years ago
  8. 49a18d8 ipv6: update ip6_rt_last_gc every time GC is run by Michal Kubeček · 11 years ago
  9. 2ac3ac8 ipv6: prevent fib6_run_gc() contention by Michal Kubeček · 11 years ago
  10. 905a6f9 ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanup by Hannes Frederic Sowa · 11 years ago
  11. f2f79cc ndisc: bool initializations should use true and false by Daniel Baluta · 11 years ago
  12. 307f2fb ipv6: only static routes qualify for equal cost multipathing by Hannes Frederic Sowa · 11 years ago
  13. afc154e ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREF by Hannes Frederic Sowa · 11 years ago
  14. 1eb4f75 ipv6: in case of link failure remove route directly instead of letting it expire by Hannes Frederic Sowa · 11 years ago
  15. 8b80cda net: rename ll methods to busy-poll by Eliezer Tamir · 11 years ago
  16. 076bb0c net: rename include/net/ll_poll.h to include/net/busy_poll.h by Eliezer Tamir · 11 years ago
  17. 86bd68b sit: fix tunnel update via netlink by Nicolas Dichtel · 11 years ago
  18. 3630d40 ipv6: rt6_check_neigh should successfully verify neigh if no NUD information are available by Hannes Frederic Sowa · 11 years ago
  19. fbfe80c net: ipv6: fix wrong ping_v6_sendmsg return value by Lorenzo Colitti · 11 years ago
  20. a1bdc45 net: ipv6: add missing lock in ping_v6_sendmsg by Lorenzo Colitti · 11 years ago
  21. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  22. 75a493e ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_size by Hannes Frederic Sowa · 11 years ago
  23. 8822b64 ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending data by Hannes Frederic Sowa · 11 years ago
  24. 8965779 ipv6,mcast: always hold idev->lock before mca_lock by Amerigo Wang · 11 years ago
  25. 52bd4c0 ipv6: fix ecmp lookup when oif is specified by Nicolas Dichtel · 11 years ago
  26. 5c29fb1 ipv6: only apply anti-spoofing checks to not-pointopoint tunnels by Hannes Frederic Sowa · 11 years ago
  27. b173ee4 ipv6: resend MLD report if a link-local address completes DAD by Hannes Frederic Sowa · 11 years ago
  28. 1ec047e ipv6: introduce per-interface counter for dad-completed ipv6 addresses by Hannes Frederic Sowa · 11 years ago
  29. 5e6700b sit: add support of x-netns by Nicolas Dichtel · 11 years ago
  30. 77ecaac ipv6: rearm router solicitaion timer when setting new tokenized address by Hannes Frederic Sowa · 11 years ago
  31. a963a37 ipv6: ip6_sk_dst_check() must not assume ipv6 dst by Eric Dumazet · 11 years ago
  32. 2b9651d ipv6: remove old token ipv6 address as soon as possible by Hannes Frederic Sowa · 11 years ago
  33. dc84829 ipv6: check return value of ipv6_get_lladdr by Hannes Frederic Sowa · 11 years ago
  34. 876fd05 ipv6: don't disable interface if last ipv6 address is removed by Hannes Frederic Sowa · 11 years ago
  35. b7b1bfc ipv6: split duplicate address detection and router solicitation timer by Hannes Frederic Sowa · 11 years ago
  36. ab4eb35 ipv6: Process unicast packet with Router Alert by checking flag in skb. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  37. 6da334e ipv6: add include file to suppress sparse warnings by Eric Dumazet · 11 years ago
  38. a3d9dd8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  39. b33698e ipv6: remove a useless pr_info() in addrconf_gre_config() by Cong Wang · 11 years ago
  40. 142dcdd netfilter: nf_conntrack_ipv6: Plug sk_buff leak in fragment handling by Phil Oester · 11 years ago
  41. a881ae1 ipv6: don't call addrconf_dst_alloc again when enable lo by Gao feng · 11 years ago
  42. c2ff682 sit: fix an oops when IFLA_IPTUN_PROTO is not set by Nicolas Dichtel · 11 years ago
  43. 3d7b46c ip_tunnel: push generic protocol handling to ip_tunnel module. by Pravin B Shelar · 11 years ago
  44. 0e6fbc5 ip_tunnels: extend iptunnel_xmit() by Pravin B Shelar · 11 years ago
  45. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  46. 33be081 ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skb by Matthias Schiffer · 11 years ago
  47. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  48. a06a2d3 net: ping_check_bind_addr() etc. can be static by Wu Fengguang · 11 years ago
  49. d30e383 tcp: add low latency socket poll support. by Eliezer Tamir · 11 years ago
  50. a5b5047 udp: add low latency socket poll support by Eliezer Tamir · 11 years ago
  51. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  52. 534c877 ipv6: assign rt6_info to inet6_ifaddr in init_loopback by Gao feng · 11 years ago
  53. d862e54 net: ipv6: Implement /proc/net/icmp6. by Lorenzo Colitti · 11 years ago
  54. 17ef66af net: ipv6: Unify {raw,udp}6_sock_seq_show. by Lorenzo Colitti · 11 years ago
  55. 32b8a8e sit: add IPv4 over IPv4 support by Nicolas Dichtel · 11 years ago
  56. 1e2bd51 udp6: Fix udp fragmentation for tunnel traffic. by Pravin B Shelar · 11 years ago
  57. fda3f40 snmp6: remove IPSTATS_MIB_CSUMERRORS by Nicolas Dichtel · 11 years ago
  58. 29a3cad ipv6: Correct comparisons and calculations using skb->tail and skb-transport_header by Simon Horman · 11 years ago
  59. 75538c2 net: always pass struct netdev_notifier_info to netdevice notifiers by Cong Wang · 11 years ago
  60. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  61. 0d89d20 MPLS: Add limited GSO support by Simon Horman · 11 years ago
  62. 6d0bfe2 net: ipv6: Add IPv6 support to the ping socket. by Lorenzo Colitti · 11 years ago
  63. e6ff4c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  64. 2a7851b netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6 by Florian Westphal · 11 years ago
  65. 8892475 ipv6: use ipv6_addr_scope() helper by Cong Wang · 11 years ago
  66. 7996c79 ipv6: use ipv6_addr_any() helper by Cong Wang · 11 years ago
  67. caeaba7 ipv6: add support of peer address by Nicolas Dichtel · 11 years ago
  68. 284041e ipv6: fix possible crashes in ip6_cork_release() by Eric Dumazet · 11 years ago
  69. 84c4a9d xfrm6: release dev before returning error by Cong Wang · 11 years ago
  70. 5dbd506 ipv6,gre: do not leak info to user-space by Amerigo Wang · 11 years ago
  71. f77d602 ipv6: do not clear pinet6 field by Eric Dumazet · 11 years ago
  72. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  73. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 11 years ago
  74. 6a5dc9e net: Add MIB counters for checksum errors by Eric Dumazet · 11 years ago
  75. 5f5624c ipv6: Kill ipv6 dependency of icmpv6_send(). by Pravin B Shelar · 11 years ago
  76. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  77. 95a0616 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  78. fd7fc25 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  79. d37d696 netfilter: xt_rpfilter: depend on raw or mangle table by Florian Westphal · 11 years ago
  80. f83a7ea netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too by Florian Westphal · 11 years ago
  81. f229f6c netfilter: add my copyright statements by Patrick McHardy · 11 years ago
  82. 97599dc net: drop dst before queueing fragments by Eric Dumazet · 11 years ago
  83. bf84a01 net: sock: make sock_tx_timestamp void by Daniel Borkmann · 11 years ago
  84. f88c91d ipv6: statically link register_inet6addr_notifier() by Cong Wang · 11 years ago
  85. 16e3d96 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  86. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  87. 617fe29 net: ipv6: only invalidate previously tokenized addresses by Daniel Borkmann · 11 years ago
  88. fc40383 net: ipv6: also allow token to be set when device not ready by Daniel Borkmann · 11 years ago
  89. 914faa1 net: ipv6: minor: use in6addr_any in token init by Daniel Borkmann · 11 years ago
  90. f53adae net: ipv6: add tokenized interface identifier support by Daniel Borkmann · 11 years ago
  91. aaa795a netfilter: nat: propagate errors from xfrm_me_harder() by Patrick McHardy · 11 years ago
  92. 58e35d1 netfilter: ipv6: propagate routing errors from ip6_route_me_harder() by Patrick McHardy · 11 years ago
  93. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  94. 50a75a8 ipv6/tcp: Stop processing ICMPv6 redirect messages by Christoph Paasch · 11 years ago
  95. d166582 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  96. b8dd6a2 netfilter: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handling by Hannes Frederic Sowa · 11 years ago
  97. 30e0c6a netfilter: nf_log: prepare net namespace support for loggers by Gao feng · 11 years ago
  98. 4f4ecd5 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 11 years ago
  99. 906b1c39 netfilter: ip6t_NPT: Fix translation for non-multiple of 32 prefix lengths by Matthias Schiffer · 11 years ago
  100. d662483 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago