summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selftests: ioam: refactoring to align with the fixJustin Iurman2024-02-222-67/+66
* Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman2024-02-221-0/+10
* phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont2024-02-221-9/+32
* phonet: take correct lock to peek at the RX queueRémi Denis-Courmont2024-02-221-2/+2
* net: sparx5: Add spinlock for frame transmission from CPUHoratiu Vultur2024-02-213-0/+4
* net/sched: flower: Add lock protection when remove filter handleJianbo Liu2024-02-211-1/+4
* devlink: fix port dump cmd typeJiri Pirko2024-02-211-1/+1
* net: stmmac: Fix EST offset for dwmac 5.10Kurt Kanzenbach2024-02-211-1/+1
* Merge branch 'tools-ynl-fix-impossible-errors'Jakub Kicinski2024-02-211-4/+15
|\
| * tools: ynl: don't leak mcast_groups on init errorJakub Kicinski2024-02-211-1/+7
| * tools: ynl: make sure we always pass yarg to mnl_cb_runJakub Kicinski2024-02-211-3/+8
|/
* net: mctp: put sock on tag allocation failureJeremy Kerr2024-02-211-1/+1
* Merge branch 'tls-fixes-for-record-type-handling-with-peek'Jakub Kicinski2024-02-212-8/+61
|\
| * selftests: tls: add test for peeking past a record of a different typeSabrina Dubroca2024-02-211-0/+19
| * selftests: tls: add test for merging of same-type control messagesSabrina Dubroca2024-02-211-0/+26
| * tls: don't skip over different type records from the rx_listSabrina Dubroca2024-02-211-8/+14
| * tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca2024-02-211-1/+1
| * tls: break out of main loop when PEEK gets a non-data recordSabrina Dubroca2024-02-211-0/+2
|/
* gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()Vasiliy Kovalev2024-02-211-5/+5
* MAINTAINERS: Add framer headers to NETWORKING [GENERAL]Simon Horman2024-02-211-0/+2
* af_unix: Drop oob_skb ref before purging queue in GC.Kuniyuki Iwashima2024-02-211-13/+9
* net: ipa: don't overrun IPA suspend interrupt registersAlex Elder2024-02-211-1/+1
* net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet2024-02-213-34/+15
* octeontx2-af: Consider the action set by PFSubbaraya Sundeep2024-02-211-0/+4
* docs: netdev: update the link to the CI repoJakub Kicinski2024-02-201-1/+1
* arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima2024-02-201-1/+2
* devlink: fix possible use-after-free and memory leaks in devlink_init()Vasiliy Kovalev2024-02-201-3/+9
* ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev2024-02-201-9/+11
* enic: Avoid false positive under FORTIFY_SOURCEKees Cook2024-02-191-1/+2
* ionic: use pci_is_enabled not open codeShannon Nelson2024-02-191-1/+1
* selftests: bonding: set active slave to primary eth1 specificallyHangbin Liu2024-02-191-0/+2
* Merge branch 'bcmasp-fixes'David S. Miller2024-02-182-3/+6
|\
| * net: bcmasp: Sanity check is off by oneJustin Chen2024-02-181-3/+3
| * net: bcmasp: Indicate MAC is in charge of PHY PMFlorian Fainelli2024-02-181-0/+3
|/
* Merge branch 'mptcp-fixes'David S. Miller2024-02-1812-68/+116
|\
| * selftests: mptcp: diag: unique 'cestab' subtest namesMatthieu Baerts (NGI0)2024-02-181-6/+11
| * selftests: mptcp: diag: unique 'in use' subtest namesMatthieu Baerts (NGI0)2024-02-181-8/+12
| * selftests: mptcp: userspace_pm: unique subtest namesMatthieu Baerts (NGI0)2024-02-181-2/+2
| * selftests: mptcp: simult flows: fix some subtest namesMatthieu Baerts (NGI0)2024-02-181-1/+2
| * selftests: mptcp: diag: fix bash warnings on older kernelsMatthieu Baerts (NGI0)2024-02-181-2/+2
| * selftests: mptcp: pm nl: avoid error msg on older kernelsMatthieu Baerts (NGI0)2024-02-181-1/+1
| * selftests: mptcp: pm nl: also list skipped testsMatthieu Baerts (NGI0)2024-02-181-0/+6
| * mptcp: fix duplicate subflow creationPaolo Abeni2024-02-181-15/+18
| * mptcp: fix data races on remote_idPaolo Abeni2024-02-182-7/+7
| * mptcp: fix data races on local_idPaolo Abeni2024-02-186-13/+23
| * mptcp: fix lockless access in subflow ULP diagPaolo Abeni2024-02-183-3/+7
| * mptcp: add needs_id for netlink appending addrGeliang Tang2024-02-181-5/+19
| * mptcp: add needs_id for userspace appending addrGeliang Tang2024-02-181-6/+7
|/
* Merge branch 'inet-fix-NLM_F_DUMP_INTR-logic'David S. Miller2024-02-182-7/+35
|\
| * ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet2024-02-181-3/+18