summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma2023-06-266-24/+77
* sfc: fix crash when reading stats while NIC is resettingEdward Cree2023-06-261-3/+10
* net: axienet: Move reset before 64-bit DMA detectionMaxim Kochetkov2023-06-241-5/+5
* gtp: Fix use-after-free in __gtp_encap_destroy().Kuniyuki Iwashima2023-06-241-0/+2
* selftests: rtnetlink: remove netdevsim device after ipsec offload testSabrina Dubroca2023-06-241-0/+1
* sch_netem: fix issues in netem_change() vs get_dist_table()Eric Dumazet2023-06-241-34/+25
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2023-06-243-47/+117
|\
| * igc: Work around HW bug causing missing timestampsVinicius Costa Gomes2023-06-221-11/+37
| * igc: Retrieve TX timestamp during interrupt handlingVinicius Costa Gomes2023-06-223-12/+7
| * igc: Check if hardware TX timestamping is enabled earlierVinicius Costa Gomes2023-06-223-5/+43
| * igc: Fix race condition in PTP tx codeVinicius Costa Gomes2023-06-223-30/+41
* | bonding: do not assume skb mac_header is setEric Dumazet2023-06-231-1/+1
* | net: bcmgenet: Ensure MDIO unregistration has clocks enabledFlorian Fainelli2023-06-231-0/+2
* | Merge tag 'linux-can-fixes-for-6.4-20230622' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-06-221-2/+3
|\ \
| * | can: isotp: isotp_sendmsg(): fix return error fix on TX pathOliver Hartkopp2023-06-221-2/+3
* | | net: phy: dp83td510: fix kernel stall during netboot in DP83TD510E PHY driverOleksij Rempel2023-06-221-18/+5
* | | netlink: do not hard code device address lenth in fdb dumpsEric Dumazet2023-06-221-4/+4
* | | netlink: fix potential deadlock in netlink_set_err()Eric Dumazet2023-06-222-4/+6
* | | net: stmmac: fix double serdes powerdownBartosz Golaszewski2023-06-221-6/+0
* | | MAINTAINERS: update email addresses of octeon_ep driver maintainersSathesh Edara2023-06-221-1/+1
* | | Bluetooth: MAINTAINERS: add Devicetree bindings to Bluetooth driversKrzysztof Kozlowski2023-06-221-0/+1
* | | Merge tag 'net-6.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-06-2278-351/+1178
|\ \ \ | | |/ | |/|
| * | Merge tag 'nf-23-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2023-06-2210-98/+446
| |\ \
| | * | netfilter: nf_tables: Fix for deleting base chains with payloadPhil Sutter2023-06-201-7/+9
| | * | netfilter: nfnetlink_osf: fix module autoloadPablo Neira Ayuso2023-06-202-1/+1
| | * | netfilter: nf_tables: drop module reference after updating chainPablo Neira Ayuso2023-06-201-0/+2
| | * | netfilter: nf_tables: disallow timeout for anonymous setsPablo Neira Ayuso2023-06-201-0/+7
| | * | netfilter: nf_tables: disallow updates of anonymous setsPablo Neira Ayuso2023-06-201-0/+3
| | * | netfilter: nf_tables: reject unbound chain set before commit phasePablo Neira Ayuso2023-06-201-0/+13
| | * | netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso2023-06-202-3/+35
| | * | netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso2023-06-201-2/+5
| | * | netfilter: nf_tables: fix underflow in object reference counterPablo Neira Ayuso2023-06-201-8/+5
| | * | netfilter: nft_set_pipapo: .walk does not deal with generationsPablo Neira Ayuso2023-06-201-1/+5
| | * | netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso2023-06-206-32/+167
| | * | netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso2023-06-203-7/+43
| | * | netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso2023-06-203-41/+153
| | * | ipvs: align inner_mac_header for encapsulationTerin Stock2023-06-191-0/+2
| * | | revert "net: align SO_RCVMARK required privileges with SO_MARK"Maciej Żenczykowski2023-06-221-6/+0
| * | | net: wwan: iosm: Convert single instance struct member to flexible arrayKees Cook2023-06-222-10/+7
| * | | sch_netem: acquire qdisc lock in netem_change()Eric Dumazet2023-06-221-2/+6
| * | | selftests: forwarding: Fix race condition in mirror installationDanielle Ratson2023-06-222-0/+8
| | |/ | |/|
| * | wifi: mac80211: report all unusable beacon framesBenjamin Berg2023-06-211-1/+1
| * | Merge branch 'mptcp-fixes-for-6-4'Jakub Kicinski2023-06-214-107/+76
| |\ \
| | * | mptcp: ensure listener is unhashed before updating the sk statusPaolo Abeni2023-06-212-12/+20
| | * | mptcp: drop legacy code around RX EOFPaolo Abeni2023-06-212-53/+1
| | * | mptcp: consolidate fallback and non fallback state machinePaolo Abeni2023-06-212-33/+25
| | * | mptcp: fix possible list corruption on passive MPJPaolo Abeni2023-06-211-3/+9
| | * | mptcp: fix possible divide by zero in recvmsg()Paolo Abeni2023-06-211-0/+7
| | * | mptcp: handle correctly disconnect() failuresPaolo Abeni2023-06-211-6/+14
| |/ /
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-217-15/+181
| |\ \