aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Set rlimit for memlock to infinity in all samplesToke Høiland-Jørgensen2020-10-275-5/+5
* bpf: Fix -Wshadow warningsArnd Bergmann2020-10-271-11/+11
* selftest/bpf: Fix profiler test using CO-RE relocation for enumsAndrii Nakryiko2020-10-261-3/+8
* tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2020-10-232-1/+4
* net: ucc_geth: Drop extraneous parentheses in comparisonMichael Ellerman2020-10-231-1/+1
* Merge branch 'ionic-memory-usage-fixes'Jakub Kicinski2020-10-238-55/+40
|\
| * ionic: fix mem leak in rx_emptyShannon Nelson2020-10-231-13/+11
| * ionic: no rx flush in deinitShannon Nelson2020-10-233-15/+0
| * ionic: clean up sparse complaintsShannon Nelson2020-10-237-27/+29
|/
* chelsio/chtls: fix tls record info to userVinay Kumar Yadav2020-10-231-2/+5
* net: ipa: command payloads already mappedAlex Elder2020-10-231-6/+15
* Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-2379-256/+676
|\
| * tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell2020-10-221-0/+2
| * net: Properly typecast int values to set sk_max_pacing_rateKe Li2020-10-222-2/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-10-2212-19/+37
| |\
| | * netfilter: nf_fwd_netdev: clear timestamp in forwarding pathPablo Neira Ayuso2020-10-222-0/+2
| | * netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...Saeed Mirzamohammadi2020-10-203-5/+11
| | * docs: nf_flowtable: fix typo.Jeremy Sowden2020-10-201-1/+1
| | * netfilter: ebtables: Fixes dropping of small packets in bridge natTimothée COCAULT2020-10-203-3/+3
| | * netfilter: Drop fragmented ndisc packets assembled in netfilterGeorg Kohmann2020-10-201-0/+1
| | * netfilter: conntrack: connection timeout after re-registerFrancesco Ruggeri2020-10-201-6/+13
| | * ipvs: adjust the debug info in function set_tcp_statelongguang.yue2020-10-201-4/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-10-2216-102/+426
| |\ \
| | * | bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann2020-10-222-4/+6
| | * | bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh()Toke Høiland-Jørgensen2020-10-223-5/+173
| | * | bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen2020-10-225-67/+145
| | * | bpf, doc: Fix patchwork URL to point to kernel.org instanceDaniel Borkmann2020-10-201-1/+2
| | * | bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checkedMartin KaFai Lau2020-10-192-18/+70
| | * | bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checkedMartin KaFai Lau2020-10-191-0/+25
| | * | bpf: Enforce id generation for all may-be-null register typeMartin KaFai Lau2020-10-191-6/+5
| | * | bpf: Remove unneeded breakTom Rix2020-10-191-1/+0
| * | | ibmvnic: save changed mac address to adapter->mac_addrLijun Pan2020-10-211-0/+5
| * | | selftests: mptcp: depends on built-in IPv6Matthieu Baerts2020-10-211-0/+1
| * | | Revert "virtio-net: ethtool configurable RXCSUM"Michael S. Tsirkin2020-10-211-36/+12
| * | | rtnetlink: fix data overflow in rtnl_calcit()Di Zhu2020-10-212-8/+7
| * | | net: ethernet: mtk-star-emac: select REGMAP_MMIOBartosz Golaszewski2020-10-211-0/+1
| * | | net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setupXie He2020-10-211-0/+1
| * | | net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC deviceXie He2020-10-211-1/+9
| * | | mptcp: depends on IPV6 but not as a moduleMatthieu Baerts2020-10-211-1/+1
| * | | sfc: move initialisation of efx->filter_sem to efx_init_struct()Edward Cree2020-10-202-1/+1
| * | | mpls: load mpls_gso after mpls_iptunnelAlexander Ovechkin2020-10-201-0/+1
| * | | net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti2020-10-201-1/+1
| * | | net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault2020-10-201-1/+1
| * | | net: dsa: bcm_sf2: make const array static, makes object smallerColin Ian King2020-10-201-1/+1
| * | | mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting itGeert Uytterhoeven2020-10-201-1/+1
| * | | net: chelsio: inline_crypto: fix Kconfig and build errorsRandy Dunlap2020-10-201-0/+1
| * | | Merge branch 'chelsio-chtls-fix-inline-tls-bugs'Jakub Kicinski2020-10-202-8/+16
| |\ \ \
| | * | | chelsio/chtls: fix writing freed memoryVinay Kumar Yadav2020-10-201-1/+0
| | * | | chelsio/chtls: correct function return and return typeVinay Kumar Yadav2020-10-201-2/+2
| | * | | chelsio/chtls: Fix panic when listen on multiadapterVinay Kumar Yadav2020-10-201-2/+8