| Commit message (Expand) | Author | Age | Files | Lines |
* | netlabel: cope with NULL catmap | Paolo Abeni | 2020-05-13 | 1 | -1/+2 |
* | Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu" | Maciej Żenczykowski | 2020-05-08 | 1 | -2/+4 |
* | seg6: fix SRH processing to comply with RFC8754 | Ahmed Abdelsalam | 2020-05-07 | 1 | -2/+8 |
* | ipv6: Use global sernum for dst validation with nexthop objects | David Ahern | 2020-05-01 | 1 | -0/+25 |
* | xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish | David Ahern | 2020-04-22 | 1 | -2/+0 |
* | ipv6: fix restrict IPV6_ADDRFORM operation | John Haxby | 2020-04-20 | 1 | -7/+6 |
* | ipv6: rpl: fix full address compression | Alexander Aring | 2020-04-19 | 1 | -3/+4 |
* | ipv6: remove redundant assignment to variable err | Colin Ian King | 2020-04-16 | 1 | -1/+1 |
* | net: icmp6: do not select saddr from iif when route has prefsrc set | Tim Stallard | 2020-04-08 | 1 | -1/+20 |
* | ipv6: rpl: fix loop iteration | Alexander Aring | 2020-04-06 | 1 | -3/+3 |
* | neigh: support smaller retrans_time settting | Hangbin Liu | 2020-04-03 | 2 | -5/+6 |
* | net: ipv6: rpl_iptunnel: remove redundant assignments to variable err | Colin Ian King | 2020-04-02 | 1 | -1/+1 |
* | ipv6: don't auto-add link-local address to lag ports | Jarod Wilson | 2020-04-01 | 1 | -0/+4 |
* | net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inline | Gustavo A. R. Silva | 2020-03-31 | 1 | -1/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-03-31 | 2 | -4/+8 |
|\ |
|
| * | net: Track socket refcounts in skb_steal_sock() | Joe Stringer | 2020-03-30 | 1 | -3/+6 |
| * | bpf: Add socket assign support | Joe Stringer | 2020-03-30 | 1 | -1/+2 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2020-03-30 | 2 | -16/+36 |
|\ \ |
|
| * | | esp6: add gso_segment for esp6 beet mode | Xin Long | 2020-03-26 | 1 | -0/+36 |
| * | | ESP: Export esp_output_fill_trailer function | Raed Salem | 2020-02-19 | 1 | -16/+0 |
* | | | net: ipv6: add rpl sr tunnel | Alexander Aring | 2020-03-30 | 4 | -0/+398 |
* | | | net: add net available in build_state | Alexander Aring | 2020-03-30 | 4 | -5/+6 |
* | | | net: ipv6: add support for rpl sr exthdr | Alexander Aring | 2020-03-30 | 4 | -3/+333 |
* | | | addrconf: add functionality to check on rpl requirements | Alexander Aring | 2020-03-30 | 1 | -0/+53 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2020-03-30 | 2 | -9/+27 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2020-03-27 | 2 | -9/+27 |
| |\ \ \ |
|
| | * | | | vti6: Fix memory leak of skb if input policy check fails | Torsten Hilbrich | 2020-03-16 | 1 | -1/+1 |
| | * | | | ipv6: xfrm6_tunnel.c: Use built-in RCU list checking | Madhuparna Bhowmik | 2020-02-27 | 1 | -1/+1 |
| | * | | | vti[6]: fix packet tx through bpf_redirect() in XinY cases | Nicolas Dichtel | 2020-02-06 | 1 | -7/+25 |
* | | | | | ipv6: ndisc: add support for 'PREF64' dns64 prefix identifier | Maciej Żenczykowski | 2020-03-27 | 1 | -0/+1 |
* | | | | | Remove DST_HOST | David Laight | 2020-03-24 | 1 | -6/+0 |
* | | | | | netfilter: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-03-15 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-03-13 | 3 | -13/+42 |
|\| | | |
|
| * | | | seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol number | Paolo Lungaroni | 2020-03-12 | 2 | -2/+2 |
| * | | | ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interface | Hangbin Liu | 2020-03-10 | 1 | -0/+4 |
| * | | | net/ipv6: remove the old peer route if change it to a new one | Hangbin Liu | 2020-03-03 | 1 | -4/+17 |
| * | | | net/ipv6: need update peer route when modify metric | Hangbin Liu | 2020-03-03 | 1 | -4/+16 |
| * | | | net/ipv6: use configured metric when add peer route | Hangbin Liu | 2020-03-01 | 1 | -3/+3 |
* | | | | inet: Use fallthrough; | Joe Perches | 2020-03-12 | 11 | -20/+18 |
* | | | | ipv6: Use math to point per net sysctls into the appropriate struct net | Cambda Zhu | 2020-03-03 | 1 | -17/+4 |
* | | | | ipv6: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-02-28 | 2 | -2/+2 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-02-28 | 1 | -2/+8 |
|\| | | |
|
| * | | | ipv6: restrict IPV6_ADDRFORM operation | Eric Dumazet | 2020-02-27 | 1 | -2/+8 |
* | | | | net: UDP tunnel encapsulation module for tunnelling different protocols like ... | Martin Varghese | 2020-02-24 | 1 | -0/+70 |
* | | | | ip6mr: Fix RCU list debugging warning | Amol Grover | 2020-02-24 | 1 | -1/+2 |
|/ / / |
|
* | | | net: ip6_gre: Distribute switch variables for initialization | Kees Cook | 2020-02-20 | 2 | -7/+14 |
* | | | ipv6: Fix nlmsg_flags when splitting a multipath route | Benjamin Poirier | 2020-02-17 | 1 | -0/+1 |
* | | | ipv6: Fix route replacement with dev-only route | Benjamin Poirier | 2020-02-17 | 1 | -3/+4 |
| |/
|/| |
|
* | | net, ip6_tunnel: enhance tunnel locate with link check | William Dauchy | 2020-02-14 | 1 | -21/+47 |
* | | icmp: introduce helper for nat'd source address in network device context | Jason A. Donenfeld | 2020-02-13 | 1 | -0/+34 |