summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-241-2/+5
* ip: hash fragments consistentlyPaolo Abeni2018-07-231-0/+2
* ipv6: use fib6_info_hold_safe() when necessaryWei Wang2018-07-232-11/+33
* multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-07-211-2/+1
* net/ipv6: Fix linklocal to global address with VRFDavid Ahern2018-07-212-4/+7
* ipv6: sr: fix useless rol32 call on hashColin Ian King2018-07-181-1/+1
* ipv6: ila: select CONFIG_DST_CACHEArnd Bergmann2018-07-181-0/+1
* net/ipv6: Do not allow device only routes via the multipath APIDavid Ahern2018-07-161-0/+7
* ipv6: make DAD fail with enhanced DAD when nonce length differsSabrina Dubroca2018-07-161-1/+1
* net: ip6_gre: get ipv6hdr after skb_cow_head()Prashant Bhole2018-07-161-1/+2
* ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupHangbin Liu2018-07-162-21/+48
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-093-6/+15
|\
| * netfilter: ipv6: nf_defrag: drop skb dst before queueingFlorian Westphal2018-07-091-0/+2
| * netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl2018-07-061-6/+12
| * netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal2018-07-051-0/+1
* | ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore2018-07-053-95/+52
|/
* net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern2018-07-042-72/+87
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-023-7/+10
|\
| * ipv6: sr: fix passing wrong flags to crypto_alloc_shash()Eric Biggers2018-07-021-1/+1
| * net/ipv6: Fix updates to prefix routeDavid Ahern2018-06-301-3/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-281-3/+3
| |\
| | * netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2018-06-181-3/+3
* | | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-282-4/+4
|/ /
* | ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu2018-06-231-3/+6
* | ip: limit use of gso_size to udpWillem de Bruijn2018-06-201-1/+2
* | net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern2018-06-201-2/+2
* | net/ipv6: respect rcu grace period before freeing fib6_infoEric Dumazet2018-06-201-2/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-165-7/+8
|\
| * ipv6: Only emit append events for appended routesIdo Schimmel2018-06-151-3/+2
| * tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2018-06-141-0/+4
| * net/ipv6: Ensure cfg is properly initialized in ipv6_create_tempaddrDavid Ahern2018-06-111-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-111-0/+1
| |\
| | * netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-06-081-0/+1
| * | ipv6: allow PMTU exceptions to local routesJulian Anastasov2018-06-111-3/+0
* | | treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-121-1/+2
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
|/ /
* | udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-082-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0642-2083/+2771
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-051-0/+24
| |\ \
| | * | bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-281-0/+24
| * | | ipmr: fix error path when ipmr_new_table failsSabrina Dubroca2018-06-051-6/+12
| * | | ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca2018-06-051-1/+2
| * | | netfilter: provide udp*_lib_lookup for nf_tproxyArnd Bergmann2018-06-051-3/+1
| * | | net: ipv6: Generate random IID for addresses on RAWIP devicesSubash Abhinov Kasiviswanathan2018-06-051-1/+3
| * | | net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern2018-06-051-4/+8
| * | | ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-041-2/+2
| * | | Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller2018-06-041-2/+2
| * | | ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-041-2/+2
| * | | vrf: check the original netdevice for generating redirectStephen Suryaputra2018-06-042-1/+8
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-034-8/+14
| |\ \ \