summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-14net: fec: remove .ndo_poll_controller to avoid deadlocksWei Fang1-26/+0
2024-05-14dpll: fix return value check for kmemdupChen Ni1-1/+1
2024-05-14Merge branch 'ax25-fix-issues-of-ax25_dev-and-net_device'Jakub Kicinski2-34/+17
2024-05-14ax25: Fix reference count leak issue of net_deviceDuoming Zhou1-6/+1
2024-05-14ax25: Fix reference count leak issues of ax25_devDuoming Zhou1-2/+1
2024-05-14ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou2-27/+16
2024-05-14net: usb: ax88179_178a: fix link status when link is set to down/upJose Ignacio Tornos Martinez1-11/+26
2024-05-14net: smc91x: Fix m68k kernel compilation for ColdFire CPUThorsten Blum1-2/+2
2024-05-14netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti6-12/+52
2024-05-13inet: fix inet_fill_ifaddr() flags truncationEric Dumazet1-3/+10
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-8/+62
2024-05-11Merge branch 'mlx5-misc-fixes'Jakub Kicinski9-51/+79
2024-05-11net/mlx5: Discard command completions in internal errorAkiva Goldberger1-0/+3
2024-05-11net/mlx5: Add a timeout to acquire the command queue semaphoreAkiva Goldberger2-9/+33
2024-05-11net/mlx5: Reload only IB representors upon lag disable/enableMaher Sanalla4-17/+25
2024-05-11net/mlx5: Fix peer devlink set for SF representor devlink portShay Drory2-20/+13
2024-05-11net/mlx5e: Fix netif state handlingShay Drory1-5/+5
2024-05-11Merge branch 'ipv6-sr-fix-errors-during-unregister'Jakub Kicinski1-1/+4
2024-05-11ipv6: sr: fix invalid unregister error pathHangbin Liu1-0/+2
2024-05-11ipv6: sr: fix incorrect unregister orderHangbin Liu1-1/+1
2024-05-11ipv6: sr: add missing seg6_local_exitHangbin Liu1-0/+1
2024-05-11net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets1-1/+2
2024-05-11af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao1-1/+1
2024-05-11net: ethernet: cortina: Locking fixesLinus Walleij1-2/+10
2024-05-11ice: Fix package download algorithmDan Nowlin1-4/+4
2024-05-11net: ethernet: mediatek: use ADMAv1 instead of ADMAv2.0 on MT7981 and MT7986Daniel Golle1-23/+23
2024-05-11net: ethernet: mediatek: split tx and rx fields in mtk_soc_data structLorenzo Bianconi2-100/+139
2024-05-11selftests: net: move amt to socat for better compatibilityJakub Kicinski1-6/+6
2024-05-11selftests: net: add missing config for amt.shJakub Kicinski1-0/+1
2024-05-11eth: sungem: remove .ndo_poll_controller to avoid deadlocksJakub Kicinski1-14/+0
2024-05-10ptp: ocp: fix DPLL functionsVadim Fedorenko1-3/+3
2024-05-09Merge tag 'net-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds47-205/+519
2024-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-0/+4
2024-05-09Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2024-05-09net: dsa: mv88e6xxx: read cmode on mv88e6320/21 serdes only portsSteffen Bätz1-6/+17
2024-05-09net: dsa: mv88e6xxx: add phylink_get_caps for the mv88e6320/21 familySteffen Bätz1-2/+14
2024-05-09Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'Paolo Abeni6-41/+47
2024-05-09net: hns3: fix kernel crash when devlink reload during initializationYonglong Liu2-18/+9
2024-05-09net: hns3: fix port vlan filter not disabled issueYonglong Liu1-1/+6
2024-05-09net: hns3: use appropriate barrier function after setting a bit valuePeiyang Wang2-4/+2
2024-05-09net: hns3: release PTP resources if pf initialization failedPeiyang Wang1-1/+3
2024-05-09net: hns3: change type of numa_node_mask as nodemask_tPeiyang Wang5-8/+11
2024-05-09net: hns3: direct return when receive a unknown mailbox messageJian Shen1-3/+4
2024-05-09net: hns3: using user configure after hardware resetPeiyang Wang2-6/+12
2024-05-09net/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu1-7/+12
2024-05-09ipv6: prevent NULL dereference in ip6_output()Eric Dumazet1-1/+1
2024-05-09hsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski1-15/+12
2024-05-09ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet1-1/+5
2024-05-09dt-bindings: net: mediatek: remove wrongly added clocks and SerDesDaniel Golle1-20/+2
2024-05-08Merge tag '6.9-rc7-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds6-51/+60