summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ice: do not busy-wait to read GNSS dataMichal Schmidt2023-04-212-25/+20
* net: libwx: fix memory leak in wx_setup_rx_resourcesZhengchao Shao2023-04-201-1/+4
* Merge branch 'another-crack-at-a-handshake-upcall-mechanism'Jakub Kicinski2023-04-2020-0/+2467
|\
| * net/handshake: Add Kunit tests for the handshake consumer APIChuck Lever2023-04-208-0/+569
| * net/handshake: Add a kernel API for requesting a TLSv1.3 handshakeChuck Lever2023-04-2010-3/+689
| * net/handshake: Create a NETLINK service for handling handshake requestsChuck Lever2023-04-2013-0/+1211
| * .gitignore: Do not ignore .kunitconfig filesChuck Lever2023-04-201-0/+1
|/
* Merge tag 'ipsec-next-2023-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-04-202-65/+34
|\
| * xfrm: Remove inner/outer modes from output pathHerbert Xu2023-03-131-22/+11
| * xfrm: Remove inner/outer modes from input pathHerbert Xu2023-03-131-43/+23
* | dt-bindings: net: ethernet: Fix JSON pointer referencesRob Herring2023-04-202-2/+2
* | net: micrel: Update the list of supported physHoratiu Vultur2023-04-201-2/+2
* | net: stmmac: dwmac-meson8b: Avoid cast to incompatible function typeSimon Horman2023-04-201-2/+6
* | net: dsa: mt7530: fix support for MT7531BEDaniel Golle2023-04-203-10/+16
* | page_pool: add DMA_ATTR_WEAK_ORDERING on all mappingsJakub Kicinski2023-04-191-2/+3
* | stmmac: fix changing mac addressCorinna Vinschen2023-04-191-0/+2
* | Merge branch 'skbuff-bitfields'David S. Miller2023-04-196-9/+41
|\ \
| * | net: skbuff: hide nf_trace and ipvs_propertyJakub Kicinski2023-04-191-0/+4
| * | net: skbuff: push nf_trace down the bitfieldJakub Kicinski2023-04-191-3/+3
| * | net: skbuff: move alloc_cpu into a potential holeJakub Kicinski2023-04-191-1/+2
| * | net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski2023-04-193-4/+16
| * | net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski2023-04-194-1/+16
|/ /
* | Merge branch 'switch-phy-leds'David S. Miller2023-04-1917-24/+884
|\ \
| * | Documentation: LEDs: Describe good names for network LEDsAndrew Lunn2023-04-191-0/+30
| * | arm: mvebu: dt: Add PHY LED support for 370-rd WAN portAndrew Lunn2023-04-191-0/+12
| * | dt-bindings: net: phy: Document support for LEDs nodeChristian Marangi2023-04-191-0/+43
| * | ARM: dts: qcom: ipq8064-rb3011: Add Switch LED for each portChristian Marangi2023-04-191-0/+120
| * | ARM: dts: qcom: ipq8064-rb3011: Drop unevaluated properties in switch nodesChristian Marangi2023-04-191-4/+0
| * | dt-bindings: net: dsa: qca8k: add LEDs definition exampleChristian Marangi2023-04-191-0/+22
| * | dt-bindings: net: ethernet-controller: Document support for LEDs nodeChristian Marangi2023-04-191-0/+35
| * | net: phy: marvell: Implement led_blink_set()Andrew Lunn2023-04-191-0/+36
| * | net: phy: phy_device: Call into the PHY driver to set LED blinkingAndrew Lunn2023-04-192-0/+30
| * | net: phy: marvell: Add software control of the LEDsAndrew Lunn2023-04-191-5/+40
| * | net: phy: phy_device: Call into the PHY driver to set LED brightnessAndrew Lunn2023-04-192-3/+25
| * | net: phy: Add a binding for PHY LEDsAndrew Lunn2023-04-193-0/+93
| * | leds: Provide stubs for when CLASS_LED & NEW_LEDS are disabledAndrew Lunn2023-04-191-0/+18
| * | net: dsa: qca8k: add LEDs blink_set() supportChristian Marangi2023-04-191-0/+38
| * | net: dsa: qca8k: add LEDs basic supportChristian Marangi2023-04-196-0/+331
| * | net: dsa: qca8k: move qca8k_port_to_phy() to headerChristian Marangi2023-04-192-15/+14
|/ /
* | net: wwan: Expose secondary AT port on DATA1Jaime Breva2023-04-191-0/+1
* | Merge branch 'mlx5e-xdp-extend'David S. Miller2023-04-199-254/+519
|\ \
| * | net/mlx5e: RX, Add XDP multi-buffer support in Striding RQTariq Toukan2023-04-195-59/+138
| * | net/mlx5e: RX, Prepare non-linear striding RQ for XDP multi-buffer supportTariq Toukan2023-04-191-4/+47
| * | net/mlx5e: RX, Generalize mlx5e_fill_mxbuf()Tariq Toukan2023-04-191-5/+8
| * | net/mlx5e: RX, Take shared info fragment addition into a functionTariq Toukan2023-04-191-25/+31
| * | net/mlx5e: XDP, Allow non-linear single-segment frames in XDP TX MPWQETariq Toukan2023-04-191-9/+26
| * | net/mlx5e: XDP, Remove un-established assumptions on XDP bufferTariq Toukan2023-04-192-18/+22
| * | net/mlx5e: XDP, Consider large muti-buffer packets in Striding RQ params calc...Tariq Toukan2023-04-191-4/+7
| * | net/mlx5e: XDP, Let XDP checker function get the params as inputTariq Toukan2023-04-191-13/+8
| * | net/mlx5e: XDP, Improve Striding RQ check with XDPTariq Toukan2023-04-191-14/+9