summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mptcp: pm: only set request_bkup flag when sending MP_PRIOMatthieu Baerts (NGI0)2024-07-301-1/+0
* mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)2024-07-303-1/+3
* mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)2024-07-302-5/+7
* Merge branch 'mptcp-endpoint-readd-fixes' into mainDavid S. Miller2024-07-293-13/+53
|\
| * selftests: mptcp: always close input's FD if openedLiu Jing2024-07-291-4/+4
| * selftests: mptcp: fix error pathPaolo Abeni2024-07-291-1/+1
| * selftests: mptcp: add explicit test case for remove/readdPaolo Abeni2024-07-291-0/+29
| * mptcp: fix NL PM announced address accountingPaolo Abeni2024-07-291-4/+6
| * mptcp: fix user-space PM announced address accountingPaolo Abeni2024-07-291-4/+13
|/
* rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima2024-07-291-1/+1
* net: axienet: start napi before enabling Rx/TxAndy Chiu2024-07-291-1/+1
* tcp: Adjust clamping window for applications specifying SO_RCVBUFSubash Abhinov Kasiviswanathan2024-07-291-7/+16
* Merge branch 'ethtool-rss-fixes' into mainDavid S. Miller2024-07-293-15/+79
|\
| * selftests: drv-net: rss_ctx: check for all-zero keysJakub Kicinski2024-07-291-3/+34
| * ethtool: fix the state of additional contexts with old APIJakub Kicinski2024-07-291-8/+30
| * ethtool: fix setting key and resetting indir at onceJakub Kicinski2024-07-291-2/+3
| * eth: bnxt: populate defaults in the RSS context structJakub Kicinski2024-07-291-0/+4
| * eth: bnxt: reject unsupported hash functionsJakub Kicinski2024-07-291-2/+8
|/
* tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()Jeongjun Park2024-07-291-0/+1
* Merge tag 'for-net-2024-07-26' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-07-276-10/+33
|\
| * Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanningLuiz Augusto von Dentz2024-07-262-9/+3
| * Bluetooth: btmtk: remove #ifdef around declarationsArnd Bergmann2024-07-261-2/+0
| * Bluetooth: btmtk: Fix btmtk.c undefined reference build error harderArnd Bergmann2024-07-261-0/+2
| * Bluetooth: btmtk: Fix btmtk.c undefined reference build errorChris Lu2024-07-262-0/+4
| * Bluetooth: hci_sync: Fix suspending with wrong filter policyLuiz Augusto von Dentz2024-07-261-0/+21
| * Bluetooth: btmtk: Fix kernel crash when entering btmtk_usb_suspendChris Lu2024-07-261-1/+2
| * Bluetooth: btintel: Fail setup on errorKiran K2024-07-261-0/+3
* | fbnic: Change kconfig prompt from S390=n to !S390Alexander Duyck2024-07-271-1/+1
* | Merge tag 'wireless-2024-07-26' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-07-278-13/+25
|\ \ | |/ |/|
| * wifi: ath12k: fix soft lockup on suspendJohan Hovold2024-07-261-1/+2
| * wifi: mt76: mt7921: fix null pointer access in mt792x_mac_link_bss_removeSean Wang2024-07-261-0/+1
| * wifi: ath12k: fix reusing outside iterator in ath12k_wow_vif_set_wakeups()Baochen Qiang2024-07-261-4/+4
| * wifi: cfg80211: correct S1G beacon length calculationJohannes Berg2024-07-261-3/+8
| * wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_doneVeerendranath Jakkam2024-07-261-0/+1
| * wifi: mac80211: use monitor sdata with driver only if desiredJohannes Berg2024-07-263-5/+9
* | net: phy: realtek: add support for RTL8366S Gigabit PHYMark Mentovai2024-07-261-0/+7
* | sched: act_ct: take care of padding in struct zones_ht_keyEric Dumazet2024-07-261-1/+3
* | net: usb: sr9700: fix uninitialized variable use in sr_mdio_readMa Ke2024-07-261-2/+9
* | Merge branch 'ethtool-rss-small-fixes-to-spec-and-get'Jakub Kicinski2024-07-263-2/+9
|\ \
| * | ethtool: rss: echo the context number backJakub Kicinski2024-07-263-1/+9
| * | netlink: specs: correct the spec of ethtoolJakub Kicinski2024-07-261-2/+1
|/ /
* / bnxt_en: Fix RSS logic in __bnxt_reserve_rings()Pavan Chebbi2024-07-261-2/+4
|/
* Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-2543-123/+320
|\
| * Merge branch 'tap-tun-harden-by-dropping-short-frame'Jakub Kicinski2024-07-252-0/+8
| |\
| | * tun: add missing verification for short frameDongli Zhang2024-07-251-0/+3
| | * tap: add missing verification for short frameSi-Wei Liu2024-07-251-0/+5
| |/
| * mISDN: Fix a use after free in hfcmulti_tx()Dan Carpenter2024-07-251-3/+4
| * gve: Fix an edge case for TSO skb validity checkBailey Forrest2024-07-251-1/+21
| * bnxt_en: update xdp_rxq_info in queue restart logicTaehee Yoo2024-07-251-0/+17
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-07-2519-70/+177
| |\