summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-271-1/+9
| |\
| | * xfrm: Reinject transport-mode packets through taskletHerbert Xu2017-12-191-1/+9
| * | ip6_gre: fix device features for ioctl setupAlexey Kodanev2017-12-261-25/+32
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-273-73/+48
|\ \ \
| * | | esp: Don't require synchronous crypto fallback on offloading anymore.Steffen Klassert2017-12-201-10/+2
| * | | net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert2017-12-201-3/+21
| * | | xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert2017-12-202-60/+25
* | | | net: erspan: remove md NULL checkWilliam Tu2017-12-261-4/+0
* | | | ipv6: Reinject IPv6 packets if IPsec policy matches after SNATTobias Brunner2017-12-261-0/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-226-13/+30
|\ \ \ \ | | |/ / | |/| |
| * | | net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2017-12-213-3/+11
| * | | ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel2017-12-211-8/+11
| * | | ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long2017-12-191-2/+7
| * | | ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
| * | | ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath2017-12-161-0/+1
* | | | net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao2017-12-201-1/+1
* | | | ip6_gre: fix potential memory leak in ip6erspan_rcvHaishuang Yan2017-12-201-1/+3
* | | | ip6_gre: fix error path when ip6erspan_rcv failedHaishuang Yan2017-12-201-1/+2
* | | | ip6_gre: fix a pontential issue in ip6erspan_rcvHaishuang Yan2017-12-201-3/+2
* | | | ip6_vti: adjust vti mtu according to mtu of lower deviceAlexey Kodanev2017-12-201-0/+20
| |/ / |/| |
* | | net: erspan: reload pointer after pskb_may_pullWilliam Tu2017-12-181-1/+3
* | | net: erspan: fix wrong return valueWilliam Tu2017-12-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-164-13/+23
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-12-132-2/+7
| |\ \
| | * | netfilter: ip6t_MASQUERADE: add dependency on conntrack moduleKonstantin Khlebnikov2017-12-111-1/+7
| | * | netfilter: remove redundant assignment to eColin Ian King2017-11-201-1/+0
| * | | ipv6: mcast: better catch silly mtu valuesEric Dumazet2017-12-131-10/+15
| * | | tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2017-12-121-1/+1
* | | | ip6_gre: add erspan v2 supportWilliam Tu2017-12-151-16/+104
* | | | net: erspan: refactor existing erspan codeWilliam Tu2017-12-151-9/+16
* | | | rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-112-6/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-091-1/+1
|\ \ \ \ | |/ / /
| * | | adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov2017-12-071-1/+1
* | | | ip6_gre: add ip6 erspan collect_md modeWilliam Tu2017-12-061-25/+85
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-052-5/+7
|\ \ \ \ | |/ / /
| * | | tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2017-12-031-4/+6
| * | | sit: update frag_off infoHangbin Liu2017-11-301-0/+1
| * | | tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet2017-11-301-1/+0
* | | | rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal2017-12-043-11/+26
* | | | rtnetlink: remove __rtnl_registerFlorian Westphal2017-12-044-28/+53
* | | | ip6_gre: add ip6 gre and gretap collect_md modeWilliam Tu2017-12-042-11/+99
* | | | inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau2017-12-031-0/+66
* | | | udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau2017-12-031-24/+8
* | | | ip6_gre: Add ERSPAN native tunnel supportWilliam Tu2017-12-011-4/+266
* | | | ip6_gre: Refactor ip6gre xmit codesWilliam Tu2017-12-011-48/+75
* | | | net/reuseport: drop legacy codePaolo Abeni2017-11-302-27/+6
* | | | xfrm: Move dst->path into struct xfrm_dstDavid Miller2017-11-302-8/+2
* | | | ipv6: Move dst->from into struct rt6_info.David Miller2017-11-301-17/+17
* | | | net: Create and use new helper xfrm_dst_child().David Miller2017-11-302-2/+2
* | | | ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller2017-11-302-18/+18
|/ / /
OpenPOWER on IntegriCloud