summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: Delete host routes on an ifdownDavid Ahern2016-04-261-33/+15
* 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/+12
* 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-131-2/+10
* net: vrf: Fix dev refcnt leak due to IPv6 prefix routeDavid Ahern2016-04-111-0/+10
* net: vrf: Fix dst reference countingDavid Ahern2016-04-111-3/+4
* ipv6: Count in extension headers in skb->network_headerJakub Sitnicki2016-04-071-4/+4
* ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo2016-04-051-1/+1
* ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet2016-03-301-2/+2
* netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2016-03-281-0/+2
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-03-281-12/+11
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-03-281-2/+4
* netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-03-281-9/+8
* net: ping: make ping_v6_sendmsg staticHaishuang Yan2016-03-231-30/+29
* tunnels: Remove encapsulation offloads on decap.Jesse Gross2016-03-201-2/+4
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-03-201-1/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1929-413/+584
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-141-22/+8
| |\
| | * netfilter: Allow calling into nat helper without skb_dst.Jarno Rajahalme2016-03-141-22/+8
| * | tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau2016-03-141-1/+1
| * | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-131-2/+1
| * | netconf: add macro to represent all attributesZhang Shengju2016-03-131-15/+21
| * | ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann2016-03-111-3/+3
| |/
| * ipv6: per netns FIB garbage collectionMichal Kubeček2016-03-081-5/+4
| * ipv6: per netns fib6 walkersMichal Kubeček2016-03-081-32/+36
| * ipv6: replace global gc_args with local variableMichal Kubeček2016-03-081-6/+8
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-087-116/+180
| |\
| | * netfilter: nft_masq: support port rangePablo Neira Ayuso2016-03-021-1/+6
| | * netfilter: xtables: don't hook tables by defaultFlorian Westphal2016-03-026-85/+137
| | * netfilter: xtables: prepare for on-demand hook registerFlorian Westphal2016-03-026-30/+37
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-085-7/+12
| |\ \
| * | | net: ipv6: Fix refcnt on host routesDavid Ahern2016-03-031-5/+3
| * | | net: remove skb_sender_cpu_clear()WANG Cong2016-03-011-1/+0
| * | | net: ipv6/l3mdev: Move host route on saved address if necessaryDavid Ahern2016-03-011-0/+26
| | |/ | |/|
| * | GSO: Provide software checksum of tunneled UDP fragmentation offloadAlexander Duyck2016-02-261-1/+7
| * | net: ipv6: Make address flushing on ifdown optionalDavid Ahern2016-02-251-15/+121
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-235-16/+90
| |\ \
| * | | ila: autoload moduleRobert Shearman2016-02-211-0/+1
| * | | net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-02-191-4/+2
| * | | ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6Wei Wang2016-02-191-9/+11
| * | | iptunnel: scrub packet in iptunnel_pull_headerJiri Benc2016-02-181-1/+1
| * | | ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov2016-02-161-1/+1
| * | | ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2016-02-161-8/+9
| * | | net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni2016-02-164-104/+14
| * | | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-2/+2
| * | | net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree2016-02-121-12/+1
OpenPOWER on IntegriCloud