summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handlingHannes Frederic Sowa2013-03-241-2/+21
* | | | ipv6: provide addr and netconf dump consistency infoNicolas Dichtel2013-03-241-0/+8
* | | | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-223-13/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-205-8/+29
|\ \ \ \ | | |/ / | |/| |
| * | | udp: add encap_destroy callbackTom Parkin2013-03-201-0/+8
| * | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-03-201-0/+2
| |\ \ \
| | * | | netfilter: ip6t_NPT: restrict to mangle tableFlorian Westphal2013-03-151-0/+2
| * | | | inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2013-03-192-8/+12
| * | | | tcp: dont handle MTU reduction on LISTEN socketEric Dumazet2013-03-181-0/+7
| |/ / /
* | | | tcp: Remove TCPCTChristoph Paasch2013-03-172-54/+5
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-121-1/+2
|\ \ \ | |/ /
| * | ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa2013-03-081-1/+2
* | | ipv6: introduce ip6tunnel_xmit() helperCong Wang2013-03-102-30/+2
OpenPOWER on IntegriCloud