aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-08udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2-4/+5
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds42-2083/+2771
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+24
2018-06-05ipmr: fix error path when ipmr_new_table failsSabrina Dubroca1-6/+12
2018-06-05ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca1-1/+2
2018-06-05netfilter: provide udp*_lib_lookup for nf_tproxyArnd Bergmann1-3/+1
2018-06-05net: ipv6: Generate random IID for addresses on RAWIP devicesSubash Abhinov Kasiviswanathan1-1/+3
2018-06-05net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern1-4/+8
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+4
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek1-2/+2
2018-06-04Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller1-2/+2
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek1-2/+2
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds13-266/+71
2018-06-04vrf: check the original netdevice for generating redirectStephen Suryaputra2-1/+8
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-8/+14
2018-06-03netfilter: Libify xt_TPROXYMáté Eckl3-1/+151
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-9/+2
2018-06-01ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel2-5/+11
2018-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+1
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao1-1/+1
2018-05-29net/ipv6: Add support for specifying metric of connected routesDavid Ahern1-18/+75
2018-05-29net/ipv6: Pass ifa6_config struct to inet6_addr_modifyDavid Ahern1-21/+23
2018-05-29net/ipv6: Pass ifa6_config struct to inet6_addr_addDavid Ahern1-55/+57
2018-05-29net/ipv6: Convert ipv6_add_addr to struct ifa6_configDavid Ahern1-59/+75
2018-05-29net: remove unnecessary genlmsg_cancel() callsYueHaibing1-1/+0
2018-05-28ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux1-2/+2
2018-05-29netfilter: nat: merge ipv4/ipv6 masquerade code into main nat moduleFlorian Westphal3-9/+2
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov1-0/+24
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2-3/+3
2018-05-26net/tcp: convert to ->poll_maskChristoph Hellwig1-1/+1
2018-05-24net/ipv6: Udate fib6_table_lookup tracepointDavid Ahern1-2/+7
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-11/+241
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux1-2/+166
2018-05-24bpf: Add IPv6 Segment Routing helpersMathieu Xhonneux2-0/+7
2018-05-24ipv6: sr: export function lookup_nexthopMathieu Xhonneux1-9/+11
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-154/+114
2018-05-23ipv6: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu1-0/+17
2018-05-23udp: exclude gso from xfrm pathsWillem de Bruijn1-1/+2
2018-05-23netfilter: ip6t_rpfilter: provide input interface for route lookupVincent Bernat1-0/+2
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal3-112/+103
2018-05-23netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal1-6/+14
2018-05-23netfilter: xtables: allow table definitions not backed by hook_opsFlorian Westphal1-1/+4
2018-05-23netfilter: nf_nat: move common nat code to nat coreFlorian Westphal1-46/+2
2018-05-22net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern2-87/+73
2018-05-22net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern3-0/+57
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-61/+229
2018-05-19net: ip6_gre: fix tunnel metadata device sharing.William Tu1-22/+79
2018-05-17net: test tailroom before appending to linear skbWillem de Bruijn1-1/+2