summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netdevsim: copy addresses for both in and out pathsHangbin Liu2024-10-121-6/+5
* netdevsim: print human readable IP addressHangbin Liu2024-10-121-4/+8
* net: dsa: mv88e6xxx: Fix uninitialised err valueAryan Srivastava2024-10-121-1/+1
* Merge branch 'net-xilinx-emaclite-adopt-clock-support'Jakub Kicinski2024-10-122-10/+16
|\
| * net: emaclite: Adopt clock supportAbin Joseph2024-10-121-0/+7
| * net: emaclite: Replace alloc_etherdev() with devm_alloc_etherdev()Abin Joseph2024-10-121-10/+4
| * dt-bindings: net: emaclite: Add clock supportAbin Joseph2024-10-121-0/+5
|/
* Merge branch 'net-remove-rtnl-from-fib_seq_sum'Jakub Kicinski2024-10-1214-44/+40
|\
| * net: do not acquire rtnl in fib_seq_sum()Eric Dumazet2024-10-126-7/+5
| * ipmr: use READ_ONCE() to read net->ipv[46].ipmr_seqEric Dumazet2024-10-122-10/+6
| * ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seqEric Dumazet2024-10-123-12/+12
| * ipv4: use READ_ONCE()/WRITE_ONCE() on net->ipv4.fib_seqEric Dumazet2024-10-124-8/+8
| * fib: rules: use READ_ONCE()/WRITE_ONCE() on ops->fib_rules_seqEric Dumazet2024-10-122-7/+9
|/
* tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rxEric Dumazet2024-10-113-5/+6
* net: phy: aquantia: poll status registerAryan Srivastava2024-10-111-3/+16
* eth: remove the DLink/Sundance (ST201) driverJakub Kicinski2024-10-116-2014/+0
* Merge branch 'tg3-link-irqs-napis-and-queues'Jakub Kicinski2024-10-111-7/+40
|\
| * tg3: Link queues to NAPIsJoe Damato2024-10-111-4/+35
| * tg3: Link IRQs to NAPI instancesJoe Damato2024-10-111-3/+5
|/
* r8169: remove original workaround for RTL8125 broken rx issueHeiner Kallweit2024-10-111-4/+0
* r8169: don't apply UDP padding quirk on RTL8126AHeiner Kallweit2024-10-111-4/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-10457-6171/+7688
|\
| * Merge tag 'net-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-10115-488/+1339
| |\
| | * Merge branch 'maintainers-networking-file-coverage-updates'Jakub Kicinski2024-10-101-0/+15
| | |\
| | | * MAINTAINERS: Add headers and mailing list to UDP sectionSimon Horman2024-10-101-0/+4
| | | * MAINTAINERS: consistently exclude wireless files from NETWORKING [GENERAL]Simon Horman2024-10-101-0/+11
| | |/
| | * slip: make slhc_remember() more robust against malicious packetsEric Dumazet2024-10-101-23/+34
| | * net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMCD. Wythe2024-10-101-0/+11
| | * ppp: fix ppp_async_encode() illegal accessEric Dumazet2024-10-101-1/+1
| | * docs: netdev: document guidance on cleanup patchesSimon Horman2024-10-101-0/+17
| | * Merge branch 'rtnetlink-handle-error-of-rtnl_register_module'Paolo Abeni2024-10-1015-89/+176
| | |\
| | | * phonet: Handle error of rtnl_register_module().Kuniyuki Iwashima2024-10-101-17/+11
| | | * mpls: Handle error of rtnl_register_module().Kuniyuki Iwashima2024-10-101-11/+21
| | | * mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima2024-10-105-36/+66
| | | * bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima2024-10-103-13/+17
| | | * vxlan: Handle error of rtnl_register_module().Kuniyuki Iwashima2024-10-103-12/+15
| | | * rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima2024-10-102-0/+46
| | |/
| | * Merge tag 'nf-24-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-10-1019-170/+459
| | |\
| | | * selftests: netfilter: conntrack_vrf.sh: add fib test caseFlorian Westphal2024-10-091-0/+33
| | | * netfilter: fib: check correct rtable in vrf setupsFlorian Westphal2024-10-092-5/+4
| | | * netfilter: xtables: avoid NFPROTO_UNSPEC where neededFlorian Westphal2024-10-0916-165/+422
| | * | net: do not delay dst_entries_add() in dst_release()Eric Dumazet2024-10-101-5/+12
| | * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-10-1011-35/+31
| | |\ \
| | | * | e1000e: change I219 (19) devices to ADPVitaly Lifshits2024-10-082-4/+4
| | | * | igb: Do not bring the device up after non-fatal errorMohamed Khalfella2024-10-081-0/+4
| | | * | i40e: Fix macvlan leak by synchronizing access to mac_filter_hashAleksandr Loktionov2024-10-082-0/+3
| | | * | ice: Fix increasing MSI-X on VFMarcin Szycik2024-10-083-5/+9
| | | * | ice: Flush FDB entries before resetWojciech Drewek2024-10-083-22/+8
| | | * | ice: Fix netif_is_ice() in Safe ModeMarcin Szycik2024-10-081-1/+2
| | | * | ice: Fix entering Safe ModeMarcin Szycik2024-10-081-3/+1