summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-211-1/+2
| * | bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checkedMartin KaFai Lau2020-10-202-18/+70
| * | bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checkedMartin KaFai Lau2020-10-201-0/+25
| * | bpf: Enforce id generation for all may-be-null register typeMartin KaFai Lau2020-10-201-6/+5
| * | bpf: Remove unneeded breakTom Rix2020-10-191-1/+0
* | | ibmvnic: save changed mac address to adapter->mac_addrLijun Pan2020-10-221-0/+5
* | | selftests: mptcp: depends on built-in IPv6Matthieu Baerts2020-10-221-0/+1
* | | Revert "virtio-net: ethtool configurable RXCSUM"Michael S. Tsirkin2020-10-221-36/+12
* | | rtnetlink: fix data overflow in rtnl_calcit()Di Zhu2020-10-222-8/+7
* | | net: ethernet: mtk-star-emac: select REGMAP_MMIOBartosz Golaszewski2020-10-221-0/+1
* | | net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setupXie He2020-10-221-0/+1
* | | net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC deviceXie He2020-10-221-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-212-1/+1
* | | mpls: load mpls_gso after mpls_iptunnelAlexander Ovechkin2020-10-211-0/+1
* | | net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti2020-10-211-1/+1
* | | net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault2020-10-211-1/+1
* | | net: dsa: bcm_sf2: make const array static, makes object smallerColin Ian King2020-10-211-1/+1
* | | mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting itGeert Uytterhoeven2020-10-211-1/+1
* | | net: chelsio: inline_crypto: fix Kconfig and build errorsRandy Dunlap2020-10-211-0/+1
* | | Merge branch 'chelsio-chtls-fix-inline-tls-bugs'Jakub Kicinski2020-10-212-8/+16
|\ \ \
| * | | chelsio/chtls: fix writing freed memoryVinay Kumar Yadav2020-10-211-1/+0
| * | | chelsio/chtls: correct function return and return typeVinay Kumar Yadav2020-10-211-2/+2
| * | | chelsio/chtls: Fix panic when listen on multiadapterVinay Kumar Yadav2020-10-211-2/+8
| * | | chelsio/chtls: fix panic when server is on ipv6Vinay Kumar Yadav2020-10-211-3/+2
| * | | chelsio/chtls: correct netdevice for vlan interfaceVinay Kumar Yadav2020-10-211-0/+3
| * | | chelsio/chtls: fix socket lockVinay Kumar Yadav2020-10-211-0/+1
|/ / /
* | | nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo2020-10-211-1/+1
* | | mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting itGeert Uytterhoeven2020-10-211-3/+1
* | | Merge branch 'init-ahmac-and-port-of-mptcp_options_received'Jakub Kicinski2020-10-211-1/+2
|\ \ \
| * | | mptcp: move mptcp_options_received's port initializationGeliang Tang2020-10-211-1/+1
| * | | mptcp: initialize mptcp_options_received's ahmacGeliang Tang2020-10-211-0/+1
|/ / /
* | | net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan2020-10-211-2/+2
* | | netsec: ignore 'phy-mode' device property on ACPI systemsArd Biesheuvel2020-10-212-8/+20
* | | nfc: remove unneeded breakTom Rix2020-10-202-2/+0
* | | net: remove unneeded breakTom Rix2020-10-204-7/+0
| |/ |/|