summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-223-0/+3
|\
| * ipv6: tunnels: fix two use-after-freeEric Dumazet2018-12-212-0/+2
| * ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu2018-12-211-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-12-213-129/+6Star
|\ \
| * | netfilter: nat: remove nf_nat_l4proto structFlorian Westphal2018-12-173-46/+4Star
| * | netfilter: nat: remove l4proto->manip_pktFlorian Westphal2018-12-172-28/+2Star
| * | netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal2018-12-171-3/+0Star
| * | netfilter: nat: remove l4proto->in_rangeFlorian Westphal2018-12-171-11/+0Star
| * | netfilter: nat: fold in_range indirection into callerFlorian Westphal2018-12-171-8/+0Star
| * | netfilter: nat: remove l4proto->unique_tupleFlorian Westphal2018-12-171-26/+0Star
| * | netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal2018-12-171-7/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-204-1/+9
|\ \ \ | | |/ | |/|
| * | ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang2018-12-191-1/+2
| * | net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2018-12-181-1/+1
| * | ipv6: add missing tx timestamping on IPPROTO_RAWWillem de Bruijn2018-12-181-0/+2
| * | net: clear skb->tstamp in forwarding pathsEric Dumazet2018-12-151-0/+1
| * | ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-151-0/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-12-201-0/+3
|\ \ \
| * | | xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing2018-12-191-0/+3
* | | | net: use skb_sec_path helper in more placesFlorian Westphal2018-12-193-5/+10
* | | | xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal2018-12-192-7/+10
* | | | sk_buff: add skb extension infrastructureFlorian Westphal2018-12-191-0/+1
* | | | netfilter: avoid using skb->nf_bridge directlyFlorian Westphal2018-12-191-3/+7
|/ / /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-12-181-1/+0Star
|\ \ \
| * | | xfrm6: remove BUG_ON from xfrm6_dst_ifdownLi RongQing2018-11-221-1/+0Star
* | | | ip6mr: Drop mfc6_cache argument to ip6mr_forward2David Ahern2018-12-181-4/+3Star
* | | | net: use indirect call wrappers at GRO transport layerPaolo Abeni2018-12-153-8/+35
* | | | net: use indirect call wrappers at GRO network layerPaolo Abeni2018-12-151-3/+3
* | | | ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern2018-12-151-1/+2
* | | | net: tcp6: prefer listeners bound to an addressPeter Oskolkov2018-12-151-48/+6Star
* | | | net: udp6: prefer listeners bound to an addressPeter Oskolkov2018-12-151-58/+21Star
* | | | net: Add netif_is_gretap()/netif_is_ip6gretap()Oz Shlomo2018-12-111-6/+0Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-105-25/+38
|\ \ \ \ | | |/ / | |/| |
| * | | ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio2018-12-081-21/+21
| * | | ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani2018-12-071-0/+1
| * | | ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-062-2/+14
| * | | net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-061-2/+2
* | | | ip: silence udp zerocopy smatch false positiveWillem de Bruijn2018-12-081-1/+2
* | | | net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-062-2/+2
* | | | net: Do not route unicast IP packets twiceIdo Schimmel2018-12-041-0/+7
* | | | udp: elide zerocopy operation in hot pathWillem de Bruijn2018-12-041-11/+11
* | | | udp: msg_zerocopyWillem de Bruijn2018-12-041-1/+22
* | | | udp_tunnel: add config option to bind to a deviceAlexis Bauvin2018-12-031-0/+16
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-295-18/+49
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-284-17/+47
| |\ \ \
| | * | | netfilter: nat: fix double register in masquerade modulesTaehee Yoo2018-11-271-7/+16
| | * | | netfilter: add missing error handling code for register functionsTaehee Yoo2018-11-273-12/+32
| | * | | netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac2018-11-271-1/+2
| * | | | net: always initialize pagedlenWillem de Bruijn2018-11-251-1/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-251-6/+13
|\| | | |