summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mdio_bus: unhide mdio_bus_init prototypeArnd Bergmann2023-05-171-2/+0
* bridge: always declare tunnel functionsArnd Bergmann2023-05-171-4/+4
* atm: hide unused procfs functionsArnd Bergmann2023-05-171-0/+2
* net: isa: include net/Space.hArnd Bergmann2023-05-176-1/+9
* net: wwan: t7xx: Ensure init is completed before system sleepKai-Heng Feng2023-05-172-0/+19
* net: selftests: Fix optstringBenjamin Poirier2023-05-171-1/+1
* net: pcs: xpcs: fix C73 AN not getting enabledVladimir Oltean2023-05-171-1/+1
* net: wwan: iosm: fix NULL pointer dereference when removing deviceM Chetan Kumar2023-05-173-12/+33
* vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet2023-05-171-2/+2
* mailmap: add entries for Nikolay AleksandrovNikolay Aleksandrov2023-05-171-0/+5
* igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov2023-05-171-2/+2
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2023-05-176-9/+30
|\
| * iavf: send VLAN offloading caps once after VFRAhmed Zaki2023-05-161-5/+0
| * ice: Fix ice VF reset during iavf initializationDawid Wesierski2023-05-164-4/+25
| * ice: Fix stats after PF resetAhmed Zaki2023-05-161-0/+5
* | net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offsetMarco Migliore2023-05-171-1/+1
* | cassini: Fix a memory leak in the error handling path of cas_init_one()Christophe JAILLET2023-05-171-0/+2
* | tun: Fix memory leak for detached NAPI queue.Kuniyuki Iwashima2023-05-171-0/+15
* | Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-05-165-74/+29
|\ \
| * | xfrm: Check if_id in inbound policy/secpath matchBenedict Wong2023-05-101-5/+6
| * | af_key: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner2023-05-101-4/+8
| * | xfrm: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner2023-05-101-5/+9
| * | Revert "Fix XFRM-I support for nested ESP tunnels"Martin Willi2023-04-252-53/+4
| * | xfrm: Fix leak of dev trackerLeon Romanovsky2023-04-211-1/+1
| * | xfrm: release all offloaded policy memoryLeon Romanovsky2023-04-211-0/+1
| * | xfrm: don't check the default policy if the policy allows the packetSabrina Dubroca2023-04-061-6/+0
* | | Merge tag 'linux-can-fixes-for-6.4-20230515' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-05-169-19/+173
|\ \ \
| * \ \ Merge patch series "can: bxcan: add support for single peripheral configuration"Marc Kleine-Budde2023-05-155-15/+168
| |\ \ \
| | * | | ARM: dts: stm32: add CAN support on stm32f746Dario Binacchi2023-05-151-0/+47
| | * | | can: bxcan: add support for single peripheral configurationDario Binacchi2023-05-151-11/+23
| | * | | ARM: dts: stm32: add pin map for CAN controller on stm32f7Dario Binacchi2023-05-151-0/+82
| | * | | ARM: dts: stm32f429: put can2 in secondary modeDario Binacchi2023-05-151-0/+1
| | * | | dt-bindings: net: can: add "st,can-secondary" propertyDario Binacchi2023-05-151-4/+15
| |/ / /
| * | | can: CAN_BXCAN should depend on ARCH_STM32Geert Uytterhoeven2023-05-151-1/+1
| * | | can: dev: fix missing CAN XL support in can_put_echo_skb()Oliver Hartkopp2023-05-151-1/+2
| * | | can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp2023-05-151-1/+1
| * | | can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp2023-05-151-1/+1
* | | | devlink: Fix crash with CONFIG_NET_NS=nIdo Schimmel2023-05-161-1/+1
| |_|/ |/| |
* | | net: bcmgenet: Restore phy_stop() depending upon suspend/closeFlorian Fainelli2023-05-161-3/+5
|/ /
* | net: phylink: fix ksettings_set() ethtool callRussell King (Oracle)2023-05-151-4/+4
* | Merge branch 'tipc-fixes'David S. Miller2023-05-154-7/+27
|\ \
| * | tipc: check the bearer min mtu properly when setting it by netlinkXin Long2023-05-151-2/+2
| * | tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long2023-05-151-3/+6
| * | tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long2023-05-153-2/+19
|/ /
* | net: mdio: i2c: fix rollball accessorsRussell King (Oracle)2023-05-151-7/+8
* | virtio_net: Fix error unwinding of XDP initializationFeng Liu2023-05-151-17/+44
* | net: fec: remove the xdp_return_frame when lack of tx BDsShenwei Wang2023-05-151-1/+0
* | net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()Dong Chenchen2023-05-151-5/+3
* | Merge branch 'hns3-fixes'David S. Miller2023-05-138-15/+50
|\ \
| * | net: hns3: fix reset timeout when enable full VFJijie Shao2023-05-132-5/+28