summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng2013-06-041-1/+3
* udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar2013-05-311-8/+12
* snmp6: remove IPSTATS_MIB_CSUMERRORSNicolas Dichtel2013-05-311-1/+1
* netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal2013-05-232-1/+8
* ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet2013-05-181-1/+1
* xfrm6: release dev before returning errorCong Wang2013-05-111-1/+3
* ipv6,gre: do not leak info to user-spaceAmerigo Wang2013-05-111-0/+2
* ipv6: do not clear pinet6 fieldEric Dumazet2013-05-114-2/+27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-3/+2
|\
| * proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-2/+1
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* | net: Add MIB counters for checksum errorsEric Dumazet2013-04-294-16/+32
* | ipv6: Kill ipv6 dependency of icmpv6_send().Pravin B Shelar2013-04-293-16/+68
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-224-24/+39
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-04-191-1/+7
| |\ \
| | * | netfilter: xt_rpfilter: skip locally generated broadcast/multicast, tooFlorian Westphal2013-04-191-1/+7
| * | | net: drop dst before queueing fragmentsEric Dumazet2013-04-171-2/+10
| * | | ipv6: statically link register_inet6addr_notifier()Cong Wang2013-04-142-21/+22
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-04-196-15/+34
|\ \ \ \
| * | | | netfilter: xt_rpfilter: depend on raw or mangle tableFlorian Westphal2013-04-191-1/+1
| * | | | netfilter: add my copyright statementsPatrick McHardy2013-04-183-0/+9
| * | | | netfilter: nat: propagate errors from xfrm_me_harder()Patrick McHardy2013-04-081-6/+11
| * | | | netfilter: ipv6: propagate routing errors from ip6_route_me_harder()Patrick McHardy2013-04-083-8/+13
* | | | | net: sock: make sock_tx_timestamp voidDaniel Borkmann2013-04-141-5/+2
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-04-111-2/+5
|\ \ \ \ \
| * | | | | xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel2013-03-061-2/+5
* | | | | | net: ipv6: only invalidate previously tokenized addressesDaniel Borkmann2013-04-091-2/+5
* | | | | | net: ipv6: also allow token to be set when device not readyDaniel Borkmann2013-04-091-6/+16
* | | | | | net: ipv6: minor: use in6addr_any in token initDaniel Borkmann2013-04-091-1/+1
* | | | | | net: ipv6: add tokenized interface identifier supportDaniel Borkmann2013-04-081-3/+84
| |/ / / / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-072-1/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ipv6/tcp: Stop processing ICMPv6 redirect messagesChristoph Paasch2013-04-071-0/+1
| | |/ / | |/| |
| * | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-04-041-1/+1
| |\ \ \
| | * | | netfilter: ip6t_NPT: Fix translation for non-multiple of 32 prefix lengthsMatthias Schiffer2013-04-031-1/+1
* | | | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-04-073-6/+26
|\ \ \ \ \
| * | | | | netfilter: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation hand...Hannes Frederic Sowa2013-04-061-2/+20
| * | | | | netfilter: nf_log: prepare net namespace support for loggersGao feng2013-04-052-4/+6
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-031-0/+27
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan2013-04-021-0/+27
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-0/+12
|\| | | | |
| * | | | | ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa2013-03-291-0/+12
| | |_|_|/ | |/| | |
* | | | | net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-5/+5
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-271-16/+10
|\| | |
| * | | ipv6: fix bad free of addrconf_init_netHong Zhiguo2013-03-251-16/+10
| |/ /
* | | firewire net, ipv6: IPv6 over Firewire (RFC3146) support.YOSHIFUJI Hideaki / 吉藤英明2013-03-261-1/+19
* | | Tunneling: use IP Tunnel stats APIs.Pravin B Shelar2013-03-263-78/+5
* | | GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-264-2/+3
* | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-03-252-14/+5
|\ \ \
| * | | netfilter: nf_ct_ipv6: use ipv6_iface_scope_id in conntrack to return scope idHannes Frederic Sowa2013-03-151-6/+2
| * | | netfilter: ip6t_NPT: Use csum_partial()YOSHIFUJI Hideaki2013-03-151-8/+3