Age | Commit message (Expand) | Author | Files | Lines |
2013-08-21 | ip6_tunnel: ensure to always have a link local address | Nicolas Dichtel | 1 | -42/+14 |
2013-08-21 | Revert "ipv6: fix checkpatch errors in net/ipv6/addrconf.c" | David S. Miller | 1 | -14/+10 |
2013-08-21 | ipv6: fix checkpatch errors in net/ipv6/addrconf.c | dingtianhong | 1 | -10/+14 |
2013-08-21 | ipv6: convert the uses of ADBG and remove the superfluous parentheses | dingtianhong | 1 | -11/+11 |
2013-08-20 | ipv6: remove max_addresses check from ipv6_create_tempaddr | Hannes Frederic Sowa | 1 | -6/+4 |
2013-08-14 | ipv6: make unsolicited report intervals configurable for mld | Hannes Frederic Sowa | 1 | -0/+25 |
2013-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -21/+22 |
2013-08-02 | ipv6: bump genid when delete/add address | fan.du | 1 | -0/+1 |
2013-08-02 | ipv6: prevent race between address creation and removal | Jiri Benc | 1 | -16/+15 |
2013-08-02 | ipv6: move peer_addr init into ipv6_add_addr() | Jiri Pirko | 1 | -9/+11 |
2013-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+7 |
2013-07-02 | ipv6,mcast: always hold idev->lock before mca_lock | Amerigo Wang | 1 | -2/+2 |
2013-06-29 | ipv6: resend MLD report if a link-local address completes DAD | Hannes Frederic Sowa | 1 | -5/+12 |
2013-06-29 | ipv6: introduce per-interface counter for dad-completed ipv6 addresses | Hannes Frederic Sowa | 1 | -8/+31 |
2013-06-27 | ipv6: rearm router solicitaion timer when setting new tokenized address | Hannes Frederic Sowa | 1 | -1/+4 |
2013-06-26 | ipv6: remove old token ipv6 address as soon as possible | Hannes Frederic Sowa | 1 | -0/+1 |
2013-06-26 | ipv6: check return value of ipv6_get_lladdr | Hannes Frederic Sowa | 1 | -5/+4 |
2013-06-26 | ipv6: don't disable interface if last ipv6 address is removed | Hannes Frederic Sowa | 1 | -6/+0 |
2013-06-26 | ipv6: split duplicate address detection and router solicitation timer | Hannes Frederic Sowa | 1 | -73/+91 |
2013-06-24 | ipv6: remove a useless pr_info() in addrconf_gre_config() | Cong Wang | 1 | -2/+0 |
2013-06-20 | ipv6: don't call addrconf_dst_alloc again when enable lo | Gao feng | 1 | -0/+3 |
2013-06-13 | net: Convert uses of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -5/+5 |
2013-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+4 |
2013-06-05 | ipv6: assign rt6_info to inet6_ifaddr in init_loopback | Gao feng | 1 | -1/+3 |
2013-05-29 | net: always pass struct netdev_notifier_info to netdevice notifiers | Cong Wang | 1 | -2/+5 |
2013-05-29 | net: pass info struct via netdevice notifier | Jiri Pirko | 1 | -2/+2 |
2013-05-23 | netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6 | Florian Westphal | 1 | -1/+1 |
2013-05-23 | ipv6: use ipv6_addr_scope() helper | Cong Wang | 1 | -2/+1 |
2013-05-23 | ipv6: use ipv6_addr_any() helper | Cong Wang | 1 | -3/+3 |
2013-05-20 | ipv6: add support of peer address | Nicolas Dichtel | 1 | -17/+47 |
2013-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -21/+3 |
2013-04-14 | ipv6: statically link register_inet6addr_notifier() | Cong Wang | 1 | -21/+3 |
2013-04-09 | net: ipv6: only invalidate previously tokenized addresses | Daniel Borkmann | 1 | -2/+5 |
2013-04-09 | net: ipv6: also allow token to be set when device not ready | Daniel Borkmann | 1 | -6/+16 |
2013-04-09 | net: ipv6: minor: use in6addr_any in token init | Daniel Borkmann | 1 | -1/+1 |
2013-04-09 | net: ipv6: add tokenized interface identifier support | Daniel Borkmann | 1 | -3/+84 |
2013-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+27 |
2013-04-02 | net IPv6 : Fix broken IPv6 routing table after loopback down-up | Balakumaran Kannan | 1 | -0/+27 |
2013-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -16/+10 |
2013-03-26 | firewire net, ipv6: IPv6 over Firewire (RFC3146) support. | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -1/+19 |
2013-03-25 | ipv6: fix bad free of addrconf_init_net | Hong Zhiguo | 1 | -16/+10 |
2013-03-25 | ipv6: provide addr and netconf dump consistency info | Nicolas Dichtel | 1 | -0/+8 |
2013-03-22 | rtnetlink: Remove passing of attributes into rtnl_doit functions | Thomas Graf | 1 | -6/+4 |
2013-03-07 | netconf: add the handler to dump entries | Nicolas Dichtel | 1 | -1/+69 |
2013-02-28 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -21/+11 |
2013-02-18 | net: proc: change proc_net_remove to remove_proc_entry | Gao feng | 1 | -1/+1 |
2013-02-18 | net: proc: change proc_net_fops_create to proc_create | Gao feng | 1 | -1/+1 |
2013-02-11 | ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2 | Hannes Frederic Sowa | 1 | -2/+13 |
2013-02-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2013-01-30 | ipv6 addrconf: Fix interface identifiers of 802.15.4 devices. | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -0/+1 |