| Commit message (Expand) | Author | Age | Files | Lines |
* | net: bridge: mcast: fix broken length + header check for MRDv6 Adv. | Linus Lüssing | 2021-04-27 | 1 | -5/+7 |
* | netfilter: allow to turn off xtables compat layer | Florian Westphal | 2021-04-26 | 1 | -8/+8 |
* | netfilter: ip6_tables: pass table pointer via nf_hook_ops | Florian Westphal | 2021-04-26 | 6 | -54/+61 |
* | netfilter: xt_nat: pass table to hookfn | Florian Westphal | 2021-04-26 | 1 | -10/+35 |
* | netfilter: x_tables: remove paranoia tests | Florian Westphal | 2021-04-26 | 5 | -15/+0 |
* | netfilter: ip6tables: unregister the tables by name | Florian Westphal | 2021-04-26 | 6 | -33/+22 |
* | netfilter: x_tables: remove ipt_unregister_table | Florian Westphal | 2021-04-26 | 2 | -10/+1 |
* | netfilter: disable defrag once its no longer needed | Florian Westphal | 2021-04-26 | 1 | -6/+23 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2021-04-19 | 1 | -0/+2 |
|\ |
|
| * | netfilter: Dissect flow after packet mangling | Ido Schimmel | 2021-04-18 | 1 | -0/+2 |
* | | mld: remove unnecessary prototypes | Taehee Yoo | 2021-04-19 | 1 | -3/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-04-17 | 3 | -2/+14 |
|\ \ |
|
| * | | net: ip6_tunnel: Unregister catch-all devices | Hristo Venev | 2021-04-13 | 1 | -0/+10 |
| * | | net: sit: Unregister catch-all devices | Hristo Venev | 2021-04-13 | 1 | -2/+2 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2021-04-12 | 1 | -0/+2 |
| |\ \ |
|
| | * | | netfilter: x_tables: fix compat match/target pad out-of-bound write | Florian Westphal | 2021-04-13 | 1 | -0/+2 |
* | | | | mld: fix suspicious RCU usage in __ipv6_dev_mc_dec() | Taehee Yoo | 2021-04-16 | 1 | -0/+2 |
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2021-04-14 | 3 | -3/+3 |
|\ \ \ \ |
|
| * | | | | ipv6: fix clang Wformat warning | Arnd Bergmann | 2021-03-25 | 2 | -2/+2 |
| * | | | | esp6: remove a duplicative condition | Junlin Yang | 2021-03-12 | 1 | -1/+1 |
* | | | | | icmp: ICMPV6: pass RFC 8335 reply messages to ping_rcv | Andreas Roeseler | 2021-04-13 | 1 | -0/+4 |
| |_|_|/
|/| | | |
|
* | | | | net: seg6: trivial fix of a spelling mistake in comment | Andrea Mayer | 2021-04-12 | 1 | -1/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-04-09 | 7 | -17/+52 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlh | Muhammad Usama Anjum | 2021-04-08 | 1 | -3/+5 |
| * | | | ipv6: report errors for iftoken via netlink extack | Stephen Hemminger | 2021-04-08 | 1 | -6/+26 |
| * | | | net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind() | Maciej Żenczykowski | 2021-04-05 | 1 | -1/+1 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2021-03-31 | 4 | -7/+20 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | xfrm: Provide private skb extensions for segmented and hw offloaded ESP packets | Steffen Klassert | 2021-03-29 | 1 | -1/+10 |
| | * | | esp: delete NETIF_F_SCTP_CRC bit from features for esp offload | Xin Long | 2021-03-22 | 1 | -2/+4 |
| | * | | xfrm: Use actual socket sk instead of skb socket for xfrm_output_resume | Evan Nimmo | 2021-03-03 | 2 | -2/+2 |
| | * | | vti6: fix ipv4 pmtu check to honor ip header df | Eyal Birger | 2021-03-03 | 1 | -2/+4 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2021-04-06 | 5 | -468/+50 |
|\ \ \ \ |
|
| * | | | | netfilter: nf_defrag_ipv6: use net_generic infra | Florian Westphal | 2021-04-06 | 2 | -37/+46 |
| * | | | | netfilter: nf_log_ipv6: merge with nf_log_syslog | Florian Westphal | 2021-03-31 | 3 | -431/+4 |
* | | | | | mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklist | Taehee Yoo | 2021-04-05 | 1 | -25/+23 |
* | | | | | mptcp: add mptcp reset option support | Florian Westphal | 2021-04-02 | 1 | -1/+13 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2021-04-02 | 3 | -0/+7 |
|\ \ \ \ \ |
|
| * | | | | | udp: Implement ->read_sock() for sockmap | Cong Wang | 2021-04-01 | 1 | -0/+1 |
| * | | | | | sock: Introduce sk->sk_prot->psock_update_sk_prot() | Cong Wang | 2021-04-01 | 2 | -0/+6 |
* | | | | | | net: ipv6: Refactor in rt6_age_examine_exception | Xu Jia | 2021-04-01 | 1 | -4/+1 |
* | | | | | | ipv6: remove extra dev_hold() for fallback tunnels | Eric Dumazet | 2021-03-31 | 4 | -6/+0 |
* | | | | | | ipv6: convert elligible sysctls to u8 | Eric Dumazet | 2021-03-31 | 2 | -26/+24 |
* | | | | | | ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods | Eric Dumazet | 2021-03-31 | 1 | -1/+1 |
* | | | | | | udp: properly complete L4 GRO over UDP tunnel packet | Paolo Abeni | 2021-03-30 | 1 | -1/+2 |
* | | | | | | udp: fixup csum for GSO receive slow path | Paolo Abeni | 2021-03-30 | 1 | -0/+1 |
| |/ / / /
|/| | | | |
|
* | | | | | ipv6: add ipv6_dev_find to stubs | Andreas Roeseler | 2021-03-30 | 2 | -0/+8 |
* | | | | | sit: proper dev_{hold|put} in ndo_[un]init methods | Eric Dumazet | 2021-03-29 | 1 | -3/+1 |
* | | | | | ip6_vti: proper dev_{hold|put} in ndo_[un]init methods | Eric Dumazet | 2021-03-29 | 1 | -1/+1 |
* | | | | | ip6_gre: proper dev_{hold|put} in ndo_[un]init methods | Eric Dumazet | 2021-03-29 | 1 | -2/+2 |
* | | | | | sit: use min | kernel test robot | 2021-03-28 | 1 | -1/+1 |