Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d27c768f3b617a5a94844e58b18f773d2e40f41c
d27c768
ath9k: use true,false for bool variable
by zhengbin
· 5 years ago
e07c5f2
net: amd: a2065: Use print_hex_dump_debug() helper
by Geert Uytterhoeven
· 5 years ago
2412643
net: amd: a2065: Kill Sun LANCE relics
by Geert Uytterhoeven
· 5 years ago
cbd19d0
Merge branch 'IXP4xx-networking-cleanups'
by Jakub Kicinski
· 5 years ago
e45d0fa
net: ethernet: ixp4xx: Use parent dev for DMA pool
by Linus Walleij
· 5 years ago
f458ac4
ARM/net: ixp4xx: Pass ethernet physical base as resource
by Linus Walleij
· 5 years ago
3cb5b0e
net: ehernet: ixp4xx: Use netdev_* messages
by Linus Walleij
· 5 years ago
d813d7e
net: ethernet: ixp4xx: Use distinct local variable
by Linus Walleij
· 5 years ago
c83db9e
net: ethernet: ixp4xx: Standard module init
by Linus Walleij
· 5 years ago
a41a5b2
ixp4xx_eth: move platform_data definition
by Arnd Bergmann
· 5 years ago
2785543
ptp: ixp46x: move adjacent to ethernet driver
by Arnd Bergmann
· 5 years ago
c74f16b
wan: ixp4xx_hss: prepare compile testing
by Arnd Bergmann
· 5 years ago
504c28c
wan: ixp4xx_hss: fix compile-testing on 64-bit
by Arnd Bergmann
· 5 years ago
a442c2c
mlx4: Bump up MAX_MSIX from 64 to 128
by Jonathan Lemon
· 5 years ago
5c9166f
Merge branch 'hns3-next'
by David S. Miller
· 5 years ago
c7554dc
net: hns3: refactor the notification scheme of PF reset
by Huazhong Tan
· 5 years ago
c3106ca
net: hns3: modify hclge_func_reset_sync_vf()'s return type to void
by Huazhong Tan
· 5 years ago
5bb784e
net: hns3: enlarge HCLGE_RESET_WAIT_CNT
by Huazhong Tan
· 5 years ago
f28368b
net: hns3: refactor the procedure of VF FLR
by Huazhong Tan
· 5 years ago
8627bde
net: hns3: refactor the precedure of PF FLR
by Huazhong Tan
· 5 years ago
1cc9bc6
net: hns3: split hclgevf_reset() into preparing and rebuilding part
by Huazhong Tan
· 5 years ago
d4fa065
net: hns3: split hclge_reset() into preparing and rebuilding part
by Huazhong Tan
· 5 years ago
6821af8
sfc: remove set but not used variable 'nic_data'
by YueHaibing
· 5 years ago
de4ff83
sfc: remove duplicated include from ef10.c
by YueHaibing
· 5 years ago
3071c51
bnxt: Detach page from page pool before sending up the stack
by Jonathan Lemon
· 5 years ago
451c790
Merge branch 'devlink-documentation-refactor'
by David S. Miller
· 5 years ago
9cd3e2c
devlink: document region snapshot triggering from userspace
by Jacob Keller
· 5 years ago
b7ec1ec
devlink: introduce devlink-dpipe.rst documentation file
by Jacob Keller
· 5 years ago
a1af8e9
devlink: add a devlink-resource.rst documentation file
by Jacob Keller
· 5 years ago
04e4272
devlink: rename and expand devlink-trap-netdevsim.rst
by Jacob Keller
· 5 years ago
cf4cb32
devlink: add documentation for ionic device driver
by Jacob Keller
· 5 years ago
0b0f945
devlink: add a file documenting devlink regions
by Jacob Keller
· 5 years ago
0f261c3
devlink: add a driver-specific file for the qed driver
by Jacob Keller
· 5 years ago
ee7a711
devlink: add parameter documentation for the mlx4 driver
by Jacob Keller
· 5 years ago
d4255d7
devlink: document info versions for each driver
by Jacob Keller
· 5 years ago
6c39e01
devlink: convert driver-specific files to reStructuredText
by Jacob Keller
· 5 years ago
5948f85
devlink: mention reloading in devlink-params.rst
by Jacob Keller
· 5 years ago
d56a0c4
devlink: add documentation for generic devlink parameters
by Jacob Keller
· 5 years ago
8559dc3
devlink: convert devlink-params.txt to reStructuredText
by Jacob Keller
· 5 years ago
2dfaaae
devlink: rename devlink-info-versions.rst and add a header
by Jacob Keller
· 5 years ago
f7555fd
devlink: convert devlink-health.txt to rst format
by Jacob Keller
· 5 years ago
f4bdd71
devlink: move devlink documentation to subfolder
by Jacob Keller
· 5 years ago
468672b
devlink: add macro for "fw.psid"
by Jacob Keller
· 5 years ago
efa193b
Merge branch 'r8169-factor-out-chip-specific-PHY-configuration-to-a-separate-source-file'
by David S. Miller
· 5 years ago
814c2bf
r8169: factor out PHY configuration to r8169_phy_config.c
by Heiner Kallweit
· 5 years ago
2992bdf
r8169: add r8169.h
by Heiner Kallweit
· 5 years ago
1c5be5e
r8169: rename rtl_apply_firmware
by Heiner Kallweit
· 5 years ago
00b522d
r8169: add phydev argument to rtl8168d_apply_firmware_cond
by Heiner Kallweit
· 5 years ago
3ab077d
r8169: use phy_read/write instead of rtl_readphy/writephy
by Heiner Kallweit
· 5 years ago
c4d7699
r8169: replace rtl_w0w1_phy
by Heiner Kallweit
· 5 years ago
11b3bed
r8169: replace rtl_patchphy
by Heiner Kallweit
· 5 years ago
6d7a631
r8169: move disabling MAC EEE for RTL8402/RTL8106e
by Heiner Kallweit
· 5 years ago
8d46f62
r8169: move setting ERI register 0x1d0 for RTL8106
by Heiner Kallweit
· 5 years ago
8aa9a5d
r8169: switch to phylib functions in rtl_writephy_batch
by Heiner Kallweit
· 5 years ago
4c867e3
r8169: change argument type of RTL8168g-specific PHY config functions
by Heiner Kallweit
· 5 years ago
8cecc8f
r8169: change argument type of EEE PHY functions
by Heiner Kallweit
· 5 years ago
fc71238
r8169: move RTL8169scd Gigabyte PHY quirk
by Heiner Kallweit
· 5 years ago
b5aed0b
r8169: remove not needed debug print in rtl8169_init_phy
by Heiner Kallweit
· 5 years ago
becd837
r8169: prepare for exporting rtl_hw_phy_config
by Heiner Kallweit
· 5 years ago
916d08f
Merge branch 'stmmac-Frame-Preemption-fixes'
by David S. Miller
· 5 years ago
e735def
net: stmmac: gmac5+: Fix missing return
by Jose Abreu
· 5 years ago
8eea7c7
net: stmmac: xgmac: Fix missing return
by Jose Abreu
· 5 years ago
7112f8b
Merge branch 'sfc-even-more-code-refactoring'
by David S. Miller
· 5 years ago
f7226e0
sfc: move RPS code
by Alex Maftei (amaftei)
· 5 years ago
3148231
sfc: move yet more functions
by Alex Maftei (amaftei)
· 5 years ago
960f162
sfc: move RSS code
by Alex Maftei (amaftei)
· 5 years ago
88f7df3
sfc: move a couple more functions
by Alex Maftei (amaftei)
· 5 years ago
3653954
sfc: move some ethtool code
by Alex Maftei (amaftei)
· 5 years ago
190c736
sfc: move various functions
by Alex Maftei (amaftei)
· 5 years ago
3d95b88
sfc: move more rx code
by Alex Maftei (amaftei)
· 5 years ago
b8cd949
sfc: move more tx code
by Alex Maftei (amaftei)
· 5 years ago
86de7ce
sfc: refactor selftest work init code
by Alex Maftei (amaftei)
· 5 years ago
9f120e7
Merge branch 'mptcp-prereq'
by David S. Miller
· 5 years ago
8b69a80
skb: add helpers to allocate ext independently from sk_buff
by Paolo Abeni
· 5 years ago
e66b2f3
tcp: clean ext on tx recycle
by Paolo Abeni
· 5 years ago
9cfcca2
tcp: Check for filled TCP option space before SACK
by Mat Martineau
· 5 years ago
35b2c32
tcp: Export TCP functions and ops struct
by Mat Martineau
· 5 years ago
8571248
tcp: coalesce/collapse must respect MPTCP extensions
by Mat Martineau
· 5 years ago
3ee17bc
mptcp: Add MPTCP to skb extensions
by Mat Martineau
· 5 years ago
1323059
tcp, ulp: Add clone operation to tcp_ulp_ops
by Mat Martineau
· 5 years ago
c74a39c
tcp: Add MPTCP option number
by Mat Martineau
· 5 years ago
faf391c
tcp: Define IPPROTO_MPTCP
by Mat Martineau
· 5 years ago
bf97651
sock: Make sk_protocol a 16-bit value
by Mat Martineau
· 5 years ago
e9cdced
net: Make sock protocol value checks more specific
by Mat Martineau
· 5 years ago
6b3acfc
flow_dissector: fix document for skb_flow_get_icmp_tci
by Li RongQing
· 5 years ago
5e0fcc1
net/ncsi: Support for multi host mellanox card
by Vijay Khemka
· 5 years ago
2cab57e
net: stmmac: pci: remove the duplicate code of set phy_mask
by Dejin Zheng
· 5 years ago
eb7537d
Merge branch 'mlxsw-Firmware-version-updates'
by David S. Miller
· 5 years ago
4dab08d
mlxsw: spectrum: Only require minimum firmware version
by Ido Schimmel
· 5 years ago
22895f8
mlxsw: spectrum: Update firmware version to xx.2000.2714
by Ido Schimmel
· 5 years ago
a2d6d7a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
b1daa4d
Merge branch 'sfc-more-code-refactoring'
by David S. Miller
· 5 years ago
b69f7a3
sfc: move MCDI logging device attribute
by Alex Maftei (amaftei)
· 5 years ago
b5775b4
sfc: conditioned some functionality
by Alex Maftei (amaftei)
· 5 years ago
8da9264
sfc: move MCDI receive queue management code
by Alex Maftei (amaftei)
· 5 years ago
8ee4c90
sfc: move MCDI transmit queue management code
by Alex Maftei (amaftei)
· 5 years ago
4438b58
sfc: move MCDI event queue management code
by Alex Maftei (amaftei)
· 5 years ago
37a5f9d
sfc: move MCDI VI alloc/free code
by Alex Maftei (amaftei)
· 5 years ago
1cf0f76
sfc: move more MCDI port code
by Alex Maftei (amaftei)
· 5 years ago
1a8d88a
sfc: move some MCDI port utility functions
by Alex Maftei (amaftei)
· 5 years ago
Next »