aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-16tcp: minor optimizations around tcp_hdr() usageEric Dumazet1-3/+3
2016-05-16sock: propagate __sock_cmsg_send() errorEric Dumazet1-2/+3
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-05-14net/route: enforce hoplimit max valuePaolo Abeni1-0/+2
2016-05-13udp: Resolve NULL pointer dereference over flow-based vxlan deviceAlexander Duyck1-5/+3
2016-05-12gre: Fix wrong tpi->proto in WCCPHaishuang Yan1-1/+1
2016-05-12ip6_gre: Fix get_size calculation for gre6 tunnelHaishuang Yan1-3/+0
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern1-0/+7
2016-05-11ipv6: fix 4in6 tunnel receive pathNicolas Dichtel1-1/+1
2016-05-10ila: ipv6/ila: fix nlsize calculation for lwtunnelTom Herbert1-2/+4
2016-05-10ip6_gre: Use correct flags for reading TUNNEL_SEQTom Herbert1-2/+2
2016-05-10ip6: Don't set transport header in IPv6 tunnelingTom Herbert1-2/+0
2016-05-10ip6_gre: Set inner protocol correctly in __gre6_xmitTom Herbert1-1/+1
2016-05-10gre6: Fix flag translationsTom Herbert1-8/+12
2016-05-10ip6_gre: Fix MTU settingTom Herbert1-16/+13
2016-05-09net: l3mdev: Move get_saddr and rt6_dstDavid Ahern1-1/+1
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+8
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-191/+46
2016-05-06net: vrf: Create FIB tables on link createDavid Ahern1-0/+1
2016-05-06net: ipv6: tcp reset, icmp need to consider L3 domainDavid Ahern2-4/+8
2016-05-05netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso1-188/+41
2016-05-04gre6: add Kconfig dependency for NET_IPGRE_DEMUXArnd Bergmann1-0/+1
2016-05-04gre: change gre_parse_header to return the header lengthJiri Benc1-1/+2
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2016-05-03ipv6/ila: fix nlsize calculation for lwtunnelNicolas Dichtel1-2/+1
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang8-86/+92
2016-05-02gre6: Cleanup GREv6 transmit path, call common GRE functionsTom Herbert1-202/+50
2016-05-02ipv6: Generic tunnel cleanupTom Herbert1-2/+5
2016-05-02ipv6: Create ip6_tnl_xmitTom Herbert1-17/+30
2016-05-02gre6: Cleanup GREv6 receive path, call common GRE functionsTom Herbert1-117/+23
2016-05-02ipv6: Cleanup IPv6 tunnel receive pathTom Herbert1-70/+142
2016-05-02udp: prepare for non BH masking at backlog processingEric Dumazet1-2/+2
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet1-6/+6
2016-04-29netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso1-2/+4
2016-04-27ipv6: kill ICMP6MSGIN_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-27ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet1-2/+2
2016-04-27ipv6: rename IP6_INC_STATS_BH()Eric Dumazet5-84/+84
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet3-11/+11
2016-04-27net: rename ICMP6_INC_STATS_BH()Eric Dumazet3-9/+9
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet1-7/+7
2016-04-27net: udp: rename UDP_INC_STATS_BH()Eric Dumazet1-19/+19
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet1-25/+24
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-33/+15
2016-04-27net: ipv6: Use passed in table for nexthop lookupsDavid Ahern1-2/+38
2016-04-26net: ipv6: Delete host routes on an ifdownDavid Ahern1-33/+15
2016-04-26Revert "ipv6: Revert optional address flusing on ifdown."David S. Miller1-12/+150
2016-04-26ila: add checksum neutral ILA translationsTom Herbert4-15/+105
2016-04-26ila: xlat changesTom Herbert1-69/+34
2016-04-26ila: Add struct definitions and helpersTom Herbert4-82/+161
2016-04-25net: better drop monitoring in ip{6}_recv_error()Eric Dumazet1-5/+5