summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | 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/+10Star
|\| | |
| * | | ipv6: fix bad free of addrconf_init_netHong Zhiguo2013-03-251-16/+10Star
| |/ /
* | | 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/+5Star
* | | 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/+5Star
|\ \ \
| * | | netfilter: nf_ct_ipv6: use ipv6_iface_scope_id in conntrack to return scope idHannes Frederic Sowa2013-03-151-6/+2Star
| * | | netfilter: ip6t_NPT: Use csum_partial()YOSHIFUJI Hideaki2013-03-151-8/+3Star
* | | | 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/+9Star
* | | | 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/+5Star
| |/ / |/| |
* | | 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/+2Star
* | | ipv6: remove superfluous nla_data() NULL pointer checksMathias Krause2013-03-101-6/+0Star
* | | tunnel: use iptunnel_xmit() againCong Wang2013-03-101-0/+2
* | | tunneling: Add generic Tunnel segmentation.Pravin B Shelar2013-03-092-1/+8
* | | net: Kill link between CSUM and SG features.Pravin B Shelar2013-03-091-3/+0Star
* | | ipv6: report sin6_scope_id if sockopt RECVORIGDSTADDR is setHannes Frederic Sowa2013-03-081-1/+3
* | | ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_idHannes Frederic Sowa2013-03-086-26/+26
* | | ipv6: ndisc: remove redundant check for !dev->addr_lenThomas Graf2013-03-081-2/+0Star
* | | ipv6 flowlabel: add __rcu annotationsEric Dumazet2013-03-071-3/+8
* | | netconf: add the handler to dump entriesNicolas Dichtel2013-03-061-1/+69
| |/ |/|
* | tcp: ipv6: bind() use stronger condition for bind_conflictFlavio Leitner2013-03-061-0/+4
|/