summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-255-34/+31
|\
| * treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-211-4/+6
| * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-213-28/+23
| * treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* | net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-242-3/+113
* | net: ipv6: Fixup device for anycast routes during copyDavid Ahern2017-11-241-1/+1
* | ipv6: Do not consider linkdown nexthops during multipathIdo Schimmel2017-11-241-0/+5
|/
* gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Alexey Kodanev2017-11-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1536-1044/+1869
|\
| * tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger2017-11-151-1/+2
| * ipv6: set all.accept_dad to 0 by defaultNicolas Dichtel2017-11-151-1/+1
| * xfrm6_tunnel: exit_net cleanup check addedVasily Averin2017-11-141-0/+8
| * ip6_tunnel: clean up ip4ip6 and ip6ip6's err_handlersXin Long2017-11-131-28/+14
| * ip6_tunnel: process toobig in a better wayXin Long2017-11-131-4/+3
| * ip6_tunnel: add the process for redirect in ip6_tnl_errXin Long2017-11-131-5/+10
| * ip6_gre: process toobig in a better wayXin Long2017-11-131-13/+2
| * ip6_gre: add the process for redirect in ip6gre_errXin Long2017-11-131-0/+5
| * ipv6: try not to take rtnl_lock in ip6mr_sk_doneFrancesco Ruggeri2017-11-131-0/+4
| * net: Remove unused skb_shared_info memberMat Martineau2017-11-111-31/+0
| * net: ipv6: sysctl to specify IPv6 ND traffic classMaciej Żenczykowski2017-11-112-1/+19
| * tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet2017-11-101-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-083-12/+36
| |\
| | * netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal2017-11-061-2/+7
| | * netfilter: conntrack: make l3proto trackers constFlorian Westphal2017-10-241-1/+1
| | * netfilter: x_tables: don't use seqlock when fetching old countersFlorian Westphal2017-10-241-2/+20
| | * netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal2017-10-241-1/+0
| | * netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal2017-10-241-6/+8
| * | ila: Add a hook type for LWT routesTom Herbert2017-11-081-3/+36
| * | ila: allow configuration of identifier typeTom Herbert2017-11-083-23/+58
| * | ila: add checksum neutral map autoTom Herbert2017-11-083-44/+60