Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
c593642c8be046915ca3a4a300243a68077cd207
/
drivers
/
net
c593642
treewide: Use sizeof_field() macro
by Pankaj Bharadiya
· 5 years ago
95e6ba5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
0fc7521
r8169: fix rtl_hw_jumbo_disable for RTL8168evl
by Heiner Kallweit
· 5 years ago
00222d1
r8169: add missing RX enabling for WoL on RTL8125
by Heiner Kallweit
· 5 years ago
fafc5db
net: phy: dp83867: fix hfs boot in rgmii mode
by Grygorii Strashko
· 5 years ago
51302f7
net: ethernet: ti: cpsw: fix extra rx interrupt
by Grygorii Strashko
· 5 years ago
02a896c
pppoe: remove redundant BUG_ON() check in pppoe_pernet
by Aditya Pakki
· 5 years ago
537d077
Merge tag 'mlx5-fixes-2019-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 5 years ago
04aa1bc
lpc_eth: kernel BUG on remove
by Bruno Carneiro da Cunha
· 5 years ago
462f855
phy: mdio-thunder: add missed pci_release_regions in remove
by Chuhong Yuan
· 5 years ago
f421031
net: stmmac: reset Tx desc base address before restarting Tx
by Jongsung Kim
· 5 years ago
a6a10d4
enetc: disable EEE autoneg by default
by Yangbo Lu
· 5 years ago
0033b34
ppp: fix out-of-bounds access in bpf_prog_create()
by Eric Biggers
· 5 years ago
1c98550
net: hns3: fix VF ID issue for setting VF VLAN
by Jian Shen
· 5 years ago
d1a37de
net: hns3: fix a use after free problem in hns3_nic_maybe_stop_tx()
by Yunsheng Lin
· 5 years ago
2a597ef
net: hns3: fix for TX queue not restarted problem
by Yunsheng Lin
· 5 years ago
aacf657
net: ethernet: ti: cpsw_switchdev: fix unmet direct dependencies detected for NET_SWITCHDEV
by Grygorii Strashko
· 5 years ago
b782607
net/mlx5e: E-switch, Fix Ingress ACL groups in switchdev mode for prio tag
by Parav Pandit
· 5 years ago
3d7cada
net/mlx5e: ethtool, Fix analysis of speed setting
by Aya Levin
· 5 years ago
6d485e5
net/mlx5e: Fix translation of link mode into speed
by Aya Levin
· 5 years ago
eb252c3
net/mlx5e: Fix free peer_flow when refcount is 0
by Roi Dayan
· 5 years ago
a23dae7
net/mlx5e: Fix freeing flow with kfree() and not kvfree()
by Roi Dayan
· 5 years ago
c431f85
net/mlx5e: Fix SFF 8472 eeprom length
by Eran Ben Elisha
· 5 years ago
73e6551
net/mlx5e: Query global pause state before setting prio2buffer
by Huy Nguyen
· 5 years ago
c55d8b1
net/mlx5e: Fix TXQ indices to be sequential
by Eran Ben Elisha
· 5 years ago
a350d2e
net: thunderx: start phy before starting autonegotiation
by Mian Yousaf Kaukab
· 5 years ago
38ecd70
net: sfp: fix hwmon
by Russell King
· 5 years ago
0cb96b5
net: sfp: fix unbind
by Russell King
· 5 years ago
ffac202
ionic: keep users rss hash across lif reset
by Shannon Nelson
· 5 years ago
6c8991f
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
by Sabrina Dubroca
· 5 years ago
537bd0a
Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 5 years ago
c3bed3b
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 5 years ago
9385973
net: mscc: ocelot: unregister the PTP clock on deinit
by Vladimir Oltean
· 5 years ago
3d3c817
can: xilinx_can: Fix usage of skb memory
by Srinivas Neeli
· 5 years ago
b848238
can: xilinx_can: skip error message on deferred probe
by Venkatesh Yadav Abbarapu
· 5 years ago
870db5d
can: ucan: fix non-atomic allocation in completion handler
by Johan Hovold
· 5 years ago
9ebd796
can: slcan: Fix use-after-free Read in slcan_open
by Jouni Hogander
· 5 years ago
937d6ee
Merge tag 'docs-5.5a' of git://git.lwn.net/linux
by Linus Torvalds
· 5 years ago
c3bfc5d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
0da5221
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
f3284e0
net: phy: realtek: fix using paged operations with RTL8105e / RTL8208
by Heiner Kallweit
· 5 years ago
398fd40
r8169: fix resume on cable plug-in
by Heiner Kallweit
· 5 years ago
14012c9
r8169: fix jumbo configuration for RTL8168evl
by Heiner Kallweit
· 5 years ago
0dd0c8f
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
by Linus Torvalds
· 5 years ago
9bd19c6
net: emulex: benet: indent a Kconfig depends continuation line
by Randy Dunlap
· 5 years ago
395eba7
net: ethernet: ti: ale: ensure vlan/mdb deleted when no members
by Grygorii Strashko
· 5 years ago
5f9fc33
net/mlx5e: Fix build error without IPV6
by YueHaibing
· 5 years ago
61183b0
net: macb: add missed tasklet_kill
by Chuhong Yuan
· 5 years ago
774800c
Merge branch 'pci/resource'
by Bjorn Helgaas
· 5 years ago
8c39f71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
bac139a
net: usb: aqc111: Use the correct style for SPDX License Identifier
by Nishad Kamdar
· 5 years ago
9aab906
net: phy: Use the correct style for SPDX License Identifier
by Nishad Kamdar
· 5 years ago
b167191
net: wireless: intel: iwlwifi: fix GRO_NORMAL packet stalling
by Alexander Lobakin
· 5 years ago
9a3d7fd
Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 5 years ago
b049da1
net: mscc: ocelot: use skb queue instead of skbs list
by Yangbo Lu
· 5 years ago
fc62c09
net: mscc: ocelot: avoid incorrect consuming in skbs list
by Yangbo Lu
· 5 years ago
d768869
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 5 years ago
0e45384
Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 5 years ago
a95069e
gve: Fix the queue page list allocated pages count
by Jeroen de Borst
· 5 years ago
786c4a5
net: phy: dp83869: Fix return paths to return proper values
by Dan Murphy
· 5 years ago
2eb1d3f
net: usbnet: Fix -Wcast-function-type
by Phong Tran
· 5 years ago
1d4a09d
net: hso: Fix -Wcast-function-type
by Phong Tran
· 5 years ago
ff25dcb
ibmvnic: Serialize device queries
by Thomas Falcon
· 5 years ago
476d96c
ibmvnic: Bound waits for device queries
by Thomas Falcon
· 5 years ago
2147e3d
ibmvnic: Terminate waiting device threads after loss of service
by Thomas Falcon
· 5 years ago
070eca9
ibmvnic: Fix completion structure initialization
by Thomas Falcon
· 5 years ago
386403a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
by Linus Torvalds
· 5 years ago
642356c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 5 years ago
adf6f8c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
e58c191
slip: Fix use-after-free Read in slip_open
by Jouni Hogander
· 5 years ago
9bca3a0
net: dsa: sja1105: fix sja1105_parse_rgmii_delays()
by Oleksij Rempel
· 5 years ago
1d7ea55
macvlan: schedule bc_work even if error
by Menglong Dong
· 5 years ago
c431047
enetc: add support Credit Based Shaper(CBS) for hardware offload
by Po Liu
· 5 years ago
bec170e
net: phy: add helpers phy_(un)lock_mdio_bus
by Heiner Kallweit
· 5 years ago
32085f2
mdio_bus: don't use managed reset-controller
by David Bauer
· 5 years ago
3694e41
Merge branch 'ib-guids' into rdma.git for-next
by Jason Gunthorpe
· 5 years ago
dc83ef2
ax88179_178a: add ethtool_op_get_ts_info()
by Andreas K. Besslein
· 5 years ago
ed43cff
mlxsw: spectrum_router: Fix use of uninitialized adjacency index
by Amit Cohen
· 5 years ago
c5731cc
mlxsw: spectrum_router: After underlay moves, demote conflicting tunnels
by Petr Machata
· 5 years ago
d168f32
bnxt_en: Add support for flashing the device via devlink
by Vasundhara Volam
· 5 years ago
c7e457f4
bnxt_en: Allow PHY settings on multi-function or NPAR PFs if allowed by FW.
by Michael Chan
· 5 years ago
b1613e7
bnxt_en: Add async. event logic for PHY configuration changes.
by Michael Chan
· 5 years ago
8119e49
bnxt_en: Refactor the initialization of the ethtool link settings.
by Michael Chan
· 5 years ago
8a60efd
bnxt_en: Skip disabling autoneg before PHY loopback when appropriate.
by Michael Chan
· 5 years ago
1acefc9
bnxt_en: Assign more RSS context resources to the VFs.
by Michael Chan
· 5 years ago
3be8136
bnxt_en: Initialize context memory to the value specified by firmware.
by Michael Chan
· 5 years ago
f9b69d7
bnxt_en: Fix suspend/resume path on 57500 chips
by Vasundhara Volam
· 5 years ago
f92335d
bnxt_en: Send FUNC_RESOURCE_QCAPS command in bnxt_resume()
by Vasundhara Volam
· 5 years ago
2e88246
bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR fw command.
by Vasundhara Volam
· 5 years ago
bdb3860
bnxt_en: Do driver unregister cleanup in bnxt_init_one() failure path.
by Vasundhara Volam
· 5 years ago
ef02af8
bnxt_en: Disable/enable Bus master during suspend/resume.
by Michael Chan
· 5 years ago
fb4cd81
bnxt_en: Add chip IDs for 57452 and 57454 chips.
by Michael Chan
· 5 years ago
ab44081
sfc: fix build without CONFIG_RFS_ACCEL
by Jakub Kicinski
· 5 years ago
6f3aeb1
hv_netvsc: make recording RSS hash depend on feature flag
by Stephen Hemminger
· 5 years ago
9520aea
Merge tag 'mlx5-updates-2019-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by Jakub Kicinski
· 5 years ago
d46b7e4
net: phylink: rename mac_link_state() op to mac_pcs_get_state()
by Russell King
· 5 years ago
ab81836
net: use rhashtable_lookup() instead of rhashtable_lookup_fast()
by Taehee Yoo
· 5 years ago
3a06ee3
Merge tag 'wireless-drivers-next-2019-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
by Jakub Kicinski
· 5 years ago
a5d66f8
net: phy: initialise phydev speed and duplex sanely
by Russell King
· 5 years ago
e3cf8b36
net: phy: remove phy_ethtool_sset()
by Russell King
· 5 years ago
Next »