summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-05-16ravb: Separate handling of irq enable/disable regs into featurePhil Edworthy-5/+7
2022-05-16dt-bindings: net: renesas,etheravb: Document RZ/V2M SoCPhil Edworthy-21/+61
2022-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller-386/+494
2022-05-13ice: Expose RSS indirection tables for queue groups via ethtoolSridhar Samudrala-18/+51
2022-05-13ixgbe: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi-36/+63
2022-05-13eth: sfc: remove remnants of the out-of-tree napi_weight module paramJakub Kicinski-21/+3
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski-47/+40
2022-05-13sfc: siena: Fix Kconfig dependenciesRen Zhijie-0/+1
2022-05-13netfilter: conntrack: skip verification of zero UDP checksumKevin Mitchell-9/+26
2022-05-13netfilter: flowtable: nft_flow_route use more data for reverse routeSven Auhagen-0/+8
2022-05-13netfilter: prefer extension check to pointer checkFlorian Westphal-17/+16
2022-05-13netfilter: conntrack: add nf_conntrack_events autodetect modeFlorian Westphal-9/+28
2022-05-13netfilter: conntrack: un-inline nf_ct_ecache_ext_addFlorian Westphal-28/+38
2022-05-13netfilter: nfnetlink: allow to detect if ctnetlink listeners existFlorian Westphal-3/+38
2022-05-13netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()Pablo Neira Ayuso-44/+56
2022-05-13netfilter: conntrack: avoid unconditional local_bh_disableFlorian Westphal-5/+2
2022-05-13netfilter: conntrack: remove unconfirmed listFlorian Westphal-105/+3
2022-05-13netfilter: conntrack: remove __nf_ct_unconfirmed_destroyFlorian Westphal-39/+13
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal-0/+12
2022-05-13netfilter: extensions: introduce extension genid countFlorian Westphal-17/+111
2022-05-13netfilter: remove nf_ct_unconfirmed_destroy helperFlorian Westphal-18/+3
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal-10/+28
2022-05-13netfilter: conntrack: remove the percpu dying listFlorian Westphal-47/+13
2022-05-13netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal-0/+55
2022-05-13netfilter: ecache: use dedicated list for event redeliveryFlorian Westphal-73/+82
2022-05-13Merge branch 'bnxt_en-next'David S. Miller-163/+433
2022-05-13bnxt_en: parse and report result field when NVRAM package install failsKalesh AP-13/+72
2022-05-13bnxt_en: Enable packet timestamping for all RX packetsPavan Chebbi-3/+36
2022-05-13bnxt_en: Configure ptp filters during bnxt openPavan Chebbi-13/+46
2022-05-13bnxt_en: Update firmware interface to 1.10.2.95Michael Chan-135/+280
2022-05-13net: axienet: Use NAPI for TX completion pathRobert Hancock-85/+111
2022-05-13net: axienet: Be more careful about updating tx_bd_tailRobert Hancock-11/+15
2022-05-13inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet-34/+22
2022-05-13selftests: fib_nexthops: Make the test more robustAmit Cohen-24/+24
2022-05-13Merge branch 'lan95xx-no-polling'David S. Miller-104/+88
2022-05-13net: phy: smsc: Cope with hot-removal in interrupt handlerLukas Wunner-1/+3
2022-05-13net: phy: smsc: Cache interrupt maskLukas Wunner-13/+11
2022-05-13usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid pollingLukas Wunner-52/+61
2022-05-13usbnet: smsc95xx: Avoid link settings race on interrupt receptionLukas Wunner-7/+9
2022-05-13usbnet: smsc95xx: Don't reset PHY behind PHY driver's backLukas Wunner-18/+0
2022-05-13usbnet: smsc95xx: Don't clear read-only PHY interruptLukas Wunner-4/+0
2022-05-13usbnet: Run unregister_netdev() before unbind() againLukas Wunner-10/+5
2022-05-13net: ethernet: fix platform_no_drv_owner.cocci warningYang Li-1/+0
2022-05-13net: page_pool: add page allocation stats for two fast page allocate pathJie Wang-1/+4
2022-05-13net: ethernet: Use swap() instead of open coding itJiapeng Chong-16/+4
2022-05-12Merge branch 'net-inet-retire-port-only-listening_hash'Jakub Kicinski-152/+180
2022-05-12net: selftests: Stress reuseport listenMartin KaFai Lau-0/+132
2022-05-12net: inet: Retire port only listening_hashMartin KaFai Lau-101/+26
2022-05-12net: inet: Open code inet_hash2 and inet_unhash2Martin KaFai Lau-55/+33
2022-05-12net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau-7/+0