summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i40e: Disallow ip4 and ip6 l4_4_bytesPrzemyslaw Patynowski2022-12-051-10/+2
* i40e: Fix for VF MAC address 0Sylwester Dziedziuch2022-12-051-0/+2
* i40e: Fix not setting default xps_cpus after resetMichal Jaron2022-12-051-1/+18
* net: mvneta: Prevent out of bounds read in mvneta_config_rss()Dan Carpenter2022-12-051-0/+3
* xen-netfront: Fix NULL sring after live migrationLin Liu2022-12-051-0/+6
* net: microchip: sparx5: correctly free skb in xmitCasper Andersson2022-12-052-18/+25
* octeontx2-pf: Fix potential memory leak in otx2_init_tc()Ziyang Xuan2022-12-051-1/+6
* net: mdiobus: fix double put fwnode in the error pathYang Yingliang2022-12-051-1/+3
* net: encx24j600: Fix invalid logic in reading of MISTAT registerValentina Goncharenko2022-12-051-2/+2
* net: encx24j600: Add parentheses to fix precedenceValentina Goncharenko2022-12-051-2/+2
* nfp: correct desc type when header dma len is 4096Yinjun Zhang2022-12-041-3/+3
* selftests: net: Use "grep -E" instead of "egrep"Tiezhu Yang2022-12-021-1/+1
* selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offloadZhengchao Shao2022-12-021-1/+1
* selftests/tls: Fix tls selftests dependency to correct algorithmTianjia Zhang2022-12-021-1/+1
* net: dsa: sja1105: Check return valueArtem Chernyshev2022-12-021-1/+2
* net: dsa: hellcreek: Check return valueArtem Chernyshev2022-12-021-1/+2
* net: dsa: ksz: Check return valueArtem Chernyshev2022-12-021-1/+2
* Merge tag 'for-net-2022-12-02' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-12-0210-21/+54
|\
| * Bluetooth: Fix crash when replugging CSR fake controllersLuiz Augusto von Dentz2022-12-021-2/+6
| * Bluetooth: Fix not cleanup led when bt_init failsChen Zhongjin2022-12-021-1/+3
| * Bluetooth: Fix support for Read Local Supported Codecs V2Chethan T N2022-12-022-13/+16
| * Bluetooth: Remove codec id field in vendor codec definitionChethan T N2022-12-021-1/+0
| * Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim2022-12-021-1/+2
| * Bluetooth: silence a dmesg error message in hci_request.cMateusz Jończyk2022-12-021-1/+1
| * Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis()Wang ShaoBo2022-12-021-0/+1
| * Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()Wang ShaoBo2022-12-021-0/+1
| * Bluetooth: btusb: Add debug message for CSR controllersIsmael Ferreras Morezuelas2022-12-021-0/+5
| * Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkIsmael Ferreras Morezuelas2022-12-023-2/+19
|/
* Merge branch 'vmxnet3-fixes'David S. Miller2022-12-021-4/+23
|\
| * vmxnet3: use correct intrConf reference when using extended queuesRonak Doshi2022-12-021-2/+14
| * vmxnet3: correctly report encapsulated LRO packetRonak Doshi2022-12-021-2/+9
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2022-12-012-2/+4
|\
| * igb: Allocate MSI-X vector when testingAkihiko Odaki2022-11-301-0/+2
| * e1000e: Fix TX dispatch conditionAkihiko Odaki2022-11-301-2/+2
* | inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal2022-12-013-4/+7
* | Merge branch 'af_unix-fix-a-null-deref-in-sk_diag_dump_uid'Paolo Abeni2022-12-014-9/+192
|\ \
| * | af_unix: Add test for sock_diag and UDIAG_SHOW_UID.Kuniyuki Iwashima2022-12-013-1/+180
| * | af_unix: Get user_ns from in_skb in unix_diag_get_exact().Kuniyuki Iwashima2022-12-011-8/+12
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-11-304-17/+19
|\ \
| * | netfilter: ctnetlink: fix compilation warning after data race fixes in ct markPablo Neira Ayuso2022-11-301-9/+10
| * | netfilter: conntrack: fix using __this_cpu_add in preemptibleXin Long2022-11-301-3/+3
| * | netfilter: flowtable_offload: fix using __this_cpu_add in preemptibleXin Long2022-11-281-3/+3
| * | netfilter: nft_set_pipapo: Actually validate intervals in fields after the fi...Stefano Brivio2022-11-281-2/+3
* | | net: ethernet: ti: am65-cpsw: Fix RGMII configuration at SPEED_10Siddharth Vadapalli2022-11-301-1/+1
* | | net: broadcom: Add PTP_1588_CLOCK_OPTIONAL dependency for BCMGENET under ARCH...YueHaibing2022-11-301-1/+2
| |/ |/|
* | Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-11-2973-265/+480
|\ \
| * | net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda2022-11-291-0/+1
| * | MAINTAINERS: Update maintainer list for chelsio driversAyush Sawal2022-11-291-4/+0
| * | ionic: update MAINTAINERS entryShannon Nelson2022-11-292-1/+3
| * | sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao2022-11-295-7/+49