summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-06-07netfilter: conntrack: Introduce udp offload timeout configurationOz Shlomo-0/+31
2021-06-07netfilter: conntrack: Introduce tcp offload timeout configurationOz Shlomo-0/+33
2021-06-07netfilter: nftables: add nf_ct_pernet() helper functionPablo Neira Ayuso-38/+31
2021-06-07netfilter: nf_tables: remove nft_ctx_init_from_setattr()Pablo Neira Ayuso-39/+25
2021-06-07netfilter: nf_tables: remove nft_ctx_init_from_elemattr()Pablo Neira Ayuso-38/+34
2021-06-07netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso-70/+42
2021-06-04net: dsa: xrs700x: allow HSR/PRP supervision dupes for node_tableGeorge McCollister-0/+67
2021-06-04net:cxgb3: fix incorrect work cancellationÍñigo Huguet-1/+1
2021-06-04net: bridge: mrp: Update ring transitions.Horatiu Vultur-4/+2
2021-06-04net: enetc: use get/put_unaligned helpers for MAC address handlingMichael Walle-4/+5
2021-06-04Merge branch 'hdlc_x25-cleanups'David S. Miller-48/+29
2021-06-04net: hdlc_x25: fix the alignment issuePeng Li-14/+14
2021-06-04net: hdlc_x25: fix the code issue about "if..else.."Peng Li-2/+1
2021-06-04net: hdlc_x25: add some required spacesPeng Li-1/+2
2021-06-04net: hdlc_x25: move out assignment in if conditionPeng Li-6/+11
2021-06-04net: hdlc_x25: remove unnecessary out of memory messagePeng Li-3/+1
2021-06-04net: hdlc_x25: remove redundant blank linesPeng Li-22/+0
2021-06-04Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller-32/+93
2021-06-04tipc: Return the correct errno codeZheng Yongjun-3/+3
2021-06-04Merge branch 'mptcp-timestamps'David S. Miller-124/+296
2021-06-04selftests: mptcp_connect: add SO_TIMESTAMPNS cmsg supportFlorian Westphal-3/+126
2021-06-04mptcp: receive path cmsg supportFlorian Westphal-3/+25
2021-06-04tcp: export timestamp helpers for mptcpFlorian Westphal-6/+8
2021-06-04mptcp: setsockopt: handle SOL_SOCKET in one place onlyFlorian Westphal-70/+29
2021-06-04mptcp: sockopt: propagate timestamp request to subflowsFlorian Westphal-0/+50
2021-06-04sock: expose so_timestamping options for mptcpFlorian Westphal-35/+38
2021-06-04sock: expose so_timestamp options for mptcpFlorian Westphal-7/+20
2021-06-04igc: Enable HW VLAN Insertion and HW VLAN StrippingMuhammad Husaini Zulkifli-2/+78
2021-06-04igc: Indentation fixesSasha Neftin-2/+2
2021-06-04igc: Remove unused MDICNFG registerSasha Neftin-1/+0
2021-06-04igc: Remove unused asymmetric pause bit from igc definesSasha Neftin-1/+0
2021-06-04igc: Update driver to use ethtool_sprintfSasha Neftin-26/+13
2021-06-03netdevsim: Fix unsigned being compared to less than zeroColin Ian King-1/+1
2021-06-03icmp: fix lib conflict with trinityAndreas Roeseler-3/+2
2021-06-03net: ethernet: rmnet: Restructure if checks to avoid uninitialized warningNathan Chancellor-10/+3
2021-06-03net: ks8851: Make ks8851_read_selftest() return voidNathan Chancellor-11/+4
2021-06-03sch_htb: fix doc warning in htb_add_to_id_tree()Yu Kuai-0/+3
2021-06-03bonding: remove redundant initialization of variable retColin Ian King-1/+1
2021-06-03net: phy: marvell: use phy_modify_changed() for marvell_set_polarity()Russell King-21/+6
2021-06-03Merge branch 'ipa-inline-csum'David S. Miller-27/+37
2021-06-03Revert "net: ipa: disable checksum offload for IPA v4.5+"Alex Elder-16/+0
2021-06-03net: ipa: add support for inline checksum offloadAlex Elder-11/+37
2021-06-03Merge tag 'mlx5-updates-2021-06-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-49/+108
2021-06-03net:cxgb3: fix code style issuesÍñigo Huguet-9/+10
2021-06-03net:cxgb3: replace tasklets with worksÍñigo Huguet-17/+25
2021-06-03net: tcp better handling of reordering then loss casesYuchung Cheng-19/+26
2021-06-03net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()Kees Cook-7/+4
2021-06-03net: vlan: Avoid using strncpy()Kees Cook-5/+7
2021-06-03Merge branch 'NVMeTCP-Offload-ULP'David S. Miller-9/+1564
2021-06-03nvme-tcp-offload: Add IO level implementationDean Balandin-7/+171