summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-065-12/+25
|\|
| * ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng2013-06-051-1/+3
| * udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar2013-06-011-8/+12
| * snmp6: remove IPSTATS_MIB_CSUMERRORSNicolas Dichtel2013-06-011-1/+1
| * netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal2013-05-232-1/+8
* | net: ipv6: Implement /proc/net/icmp6.Lorenzo Colitti2013-06-041-23/+79
* | net: ipv6: Unify {raw,udp}6_sock_seq_show.Lorenzo Colitti2013-06-043-77/+44Star
* | sit: add IPv4 over IPv4 supportNicolas Dichtel2013-06-011-3/+116
* | ipv6: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman2013-05-298-13/+19
* | net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang2013-05-292-3/+8
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-285-7/+7
* | MPLS: Add limited GSO supportSimon Horman2013-05-282-1/+3
* | net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti2013-05-264-6/+243
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-05-251-1/+1
|\|
| * ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet2013-05-181-1/+1
* | ipv6: use ipv6_addr_scope() helperCong Wang2013-05-231-2/+1Star
* | ipv6: use ipv6_addr_any() helperCong Wang2013-05-231-3/+3
* | ipv6: add support of peer addressNicolas Dichtel2013-05-201-17/+47
|/
* xfrm6: release dev before returning errorCong Wang2013-05-121-1/+3
* ipv6,gre: do not leak info to user-spaceAmerigo Wang2013-05-121-0/+2
* ipv6: do not clear pinet6 fieldEric Dumazet2013-05-124-2/+27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-3/+2Star
|\
| * proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-2/+1Star
| * 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-234-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/+2Star
* | | | | 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-082-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