summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2021-06-241-15/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-193-5/+22
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-06-101-4/+18
| |\
| | * netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-localFlorian Westphal2021-06-091-4/+18
| * | udp: fix race between close() and udp_abort()Paolo Abeni2021-06-091-0/+3
| |/
| * net: ipv4: Remove unneed BUG() functionZheng Yongjun2021-06-081-1/+1
* | seg6: add support for SRv6 End.DT46 BehaviorAndrea Mayer2021-06-181-22/+72
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-171-3/+11
|\ \
| * | tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima2021-06-151-3/+11
* | | mld: avoid unnecessary high order page allocation in mld_newpack()Taehee Yoo2021-06-141-11/+14
* | | ipv6: fib6: remove redundant initialization of variable errColin Ian King2021-06-141-1/+1
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-072-2/+9
|\ \ \ | | |/ | |/|
| * | ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li2021-06-041-2/+6
| * | sit: set name of device back to struct parmszhang kai2021-06-031-0/+3
* | | sit: replace 68 with micro IPV4_MIN_MTUzhang kai2021-06-021-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-06-022-2/+2
|\ \ \
| * | | netfilter: nf_tables: add and use nft_sk helperFlorian Westphal2021-05-291-1/+1
| * | | netfilter: x_tables: reduce xt_action_param by 8 byteFlorian Westphal2021-05-291-1/+1
* | | | ipv6: align code with contextRocco Yue2021-06-011-4/+4
* | | | ipv6: use prandom_u32() for ID generationWilly Tarreau2021-06-011-23/+5
|/ / /
* | / Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-272-4/+3
|\| | | |/ |/|
| * ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri2021-05-221-1/+3
| * mld: fix panic in mld_newpack()Taehee Yoo2021-05-171-3/+0
* | net: Add notifications when multipath hash field changeIdo Schimmel2021-05-191-1/+17
* | ipv6: Add custom multipath hash policyIdo Schimmel2021-05-182-1/+127
* | ipv6: Add a sysctl to control multipath hash fieldsIdo Schimmel2021-05-182-0/+17
* | ipv6: Calculate multipath hash inside switch statementIdo Schimmel2021-05-181-2/+4
* | ipv6: Use a more suitable label nameIdo Schimmel2021-05-181-2/+2
* | tcp: add tracepoint for checksum errorsJakub Kicinski2021-05-151-0/+2
|/
* net: Remove redundant assignment to errYang Li2021-04-301-3/+0
* seg6: add counters support for SRv6 BehaviorsAndrea Mayer2021-04-301-2/+196
* net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing2021-04-271-5/+7
* netfilter: allow to turn off xtables compat layerFlorian Westphal2021-04-261-8/+8
* netfilter: ip6_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-266-54/+61
* netfilter: xt_nat: pass table to hookfnFlorian Westphal2021-04-261-10/+35
* netfilter: x_tables: remove paranoia testsFlorian Westphal2021-04-265-15/+0
* netfilter: ip6tables: unregister the tables by nameFlorian Westphal2021-04-266-33/+22
* netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal2021-04-262-10/+1
* netfilter: disable defrag once its no longer neededFlorian Westphal2021-04-261-6/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-201-0/+2
|\
| * netfilter: Dissect flow after packet manglingIdo Schimmel2021-04-181-0/+2
* | mld: remove unnecessary prototypesTaehee Yoo2021-04-201-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-173-2/+14
|\ \
| * | net: ip6_tunnel: Unregister catch-all devicesHristo Venev2021-04-131-0/+10
| * | net: sit: Unregister catch-all devicesHristo Venev2021-04-131-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-04-131-0/+2
| |\ \
| | * | netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal2021-04-131-0/+2
* | | | mld: fix suspicious RCU usage in __ipv6_dev_mc_dec()Taehee Yoo2021-04-171-0/+2
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-04-143-3/+3
|\ \ \ \
| * | | | ipv6: fix clang Wformat warningArnd Bergmann2021-03-252-2/+2