summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: vrf: Create FIB tables on link createDavid Ahern2016-05-061-0/+1
* gre6: add Kconfig dependency for NET_IPGRE_DEMUXArnd Bergmann2016-05-041-0/+1
* gre: change gre_parse_header to return the header lengthJiri Benc2016-05-041-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-2/+1Star
|\
| * ipv6/ila: fix nlsize calculation for lwtunnelNicolas Dichtel2016-05-031-2/+1Star
* | ipv6: add new struct ipcm6_cookieWei Wang2016-05-038-86/+92
* | gre6: Cleanup GREv6 transmit path, call common GRE functionsTom Herbert2016-05-031-202/+50Star
* | ipv6: Generic tunnel cleanupTom Herbert2016-05-031-2/+5
* | ipv6: Create ip6_tnl_xmitTom Herbert2016-05-031-17/+30
* | gre6: Cleanup GREv6 receive path, call common GRE functionsTom Herbert2016-05-031-117/+23Star
* | ipv6: Cleanup IPv6 tunnel receive pathTom Herbert2016-05-031-70/+142
* | udp: prepare for non BH masking at backlog processingEric Dumazet2016-05-021-2/+2
* | tcp: do not assume TCP code is non preemptibleEric Dumazet2016-05-021-6/+6
* | ipv6: kill ICMP6MSGIN_INC_STATS_BH()Eric Dumazet2016-04-281-1/+1
* | ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet2016-04-281-2/+2
* | ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-285-84/+84
* | net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-283-11/+11
* | net: rename ICMP6_INC_STATS_BH()Eric Dumazet2016-04-283-9/+9
* | net: tcp: rename TCP_INC_STATS_BHEric Dumazet2016-04-281-7/+7
* | net: udp: rename UDP_INC_STATS_BH()Eric Dumazet2016-04-281-19/+19
* | net: snmp: kill various STATS_USER() helpersEric Dumazet2016-04-281-25/+24Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-271-33/+15Star
|\|
| * net: ipv6: Delete host routes on an ifdownDavid Ahern2016-04-261-33/+15Star
| * Revert "ipv6: Revert optional address flusing on ifdown."David S. Miller2016-04-261-12/+150
| * ipv6: Revert optional address flusing on ifdown.David S. Miller2016-04-251-150/+12Star
* | net: ipv6: Use passed in table for nexthop lookupsDavid Ahern2016-04-271-2/+38
* | ila: add checksum neutral ILA translationsTom Herbert2016-04-264-15/+105
* | ila: xlat changesTom Herbert2016-04-261-69/+34Star
* | ila: Add struct definitions and helpersTom Herbert2016-04-264-82/+161
* | net: better drop monitoring in ip{6}_recv_error()Eric Dumazet2016-04-251-5/+5
* | ipv6: use nla_put_u64_64bit()Nicolas Dichtel2016-04-252-7/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-04-241-241/+79Star
|\ \
| * | netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-04-141-44/+5Star
| * | netfilter: x_tables: remove obsolete checkFlorian Westphal2016-04-141-7/+0Star
| * | netfilter: x_tables: remove obsolete overflow check for compat case tooFlorian Westphal2016-04-141-2/+0Star
| * | netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-04-141-125/+23Star
| * | netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-04-141-18/+9Star
| * | netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-35/+24Star
| * | netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-04-141-2/+3
| * | netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-04-141-1/+2
| * | netfilter: x_tables: kill check_entry helperFlorian Westphal2016-04-141-12/+8Star
| * | netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-04-141-11/+1Star
| * | netfilter: x_tables: validate targets of jumpsFlorian Westphal2016-04-141-0/+16
| * | netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2016-04-141-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-244-68/+143
|\ \ \ | | |/ | |/|
| * | ipv6: udp: Do a route lookup and update during release_cbMartin KaFai Lau2016-04-142-0/+21
| * | ipv6: datagram: Update dst cache of a connected datagram sk during pmtu updateMartin KaFai Lau2016-04-142-9/+23
| * | ipv6: datagram: Refactor dst lookup and update codes to a new functionMartin KaFai Lau2016-04-141-46/+57
| * | ipv6: datagram: Refactor flowi6 init codes to a new functionMartin KaFai Lau2016-04-141-20/+30
| * | net: ipv6: Do not keep linklocal and loopback addressesDavid Ahern2016-04-141-2/+10