index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-20
i40e: split some code in i40e_reset_vf into helpers
Jacob Keller
1
-37
/
+72
2017-04-20
i40e: remove I40E_FLAG_IN_NETPOLL entirely
Jacob Keller
1
-2
/
+0
2017-04-20
i40e: reduce wait time for adminq command completion
Jacob Keller
4
-6
/
+6
2017-04-20
i40e: fix CONFIG_BUSY checks in i40e_set_settings function
Jacob Keller
1
-9
/
+29
2017-04-20
i40e: factor out queue control from i40e_vsi_control_(tx|rx)
Jacob Keller
1
-50
/
+89
2017-04-20
i40e: don't hold RTNL lock while waiting for VF reset to finish
Jacob Keller
1
-2
/
+9
2017-04-20
i40e: new AQ commands
Jingjing Wu
8
-0
/
+686
2017-04-20
i40e/i40evf: Add tracepoints
Scott Peterson
8
-0
/
+495
2017-04-20
i40e: dump VF information in debugfs
Mitch Williams
1
-0
/
+51
2017-04-20
i40e: Fix support for flow director programming status
Alexander Duyck
3
-31
/
+43
2017-04-20
i40e/i40evf: Remove VF Rx csum offload for tunneled packets
alice michael
1
-7
/
+0
2017-04-20
i40evf: Use net_device_stats from struct net_device
Tobias Klauser
3
-28
/
+11
2017-04-19
sh_eth: unmap DMA buffers when freeing rings
Sergei Shtylyov
1
-55
/
+67
2017-04-19
ixgbe: Fix output from ixgbe_dump
Alexander Duyck
1
-3
/
+1
2017-04-18
ixgbe: Add support for maximum headroom when using build_skb
Alexander Duyck
2
-8
/
+53
2017-04-18
ixgbe: add check for VETO bit when configuring link for KR
Tony Nguyen
1
-0
/
+3
2017-04-18
ixgbevf: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-11
/
+11
2017-04-18
ixgbe: Remove unused define
Don Skidmore
1
-3
/
+0
2017-04-18
ixgbe: do not use adapter->num_vfs when setting VFs via module parameter
Emil Tantilov
3
-30
/
+28
2017-04-18
ixgbe: return early instead of wrap block in if statement
Emil Tantilov
1
-44
/
+41
2017-04-18
ixgbe: move num_vfs_macvlans allocation into separate function
Emil Tantilov
1
-19
/
+29
2017-04-18
ixgbe: add default setup_link for x550em_a MAC type
Emil Tantilov
1
-1
/
+1
2017-04-18
ixgbe: list X553 backplane speeds correctly
Don Skidmore
2
-0
/
+19
2017-04-18
ixgbe: Add X552 XFI backplane support
Don Skidmore
4
-0
/
+18
2017-04-18
ixgbe: Complete support for X553 sgmii
Don Skidmore
1
-2
/
+27
2017-04-18
ixgbe: Remove driver config for KX4 PHY
Tony Nguyen
3
-52
/
+3
2017-04-18
net: cx89x0: move attribute declaration before struct keyword
Stefan Agner
1
-1
/
+1
2017-04-18
ixgbe: Remove pr_cont uses
Joe Perches
1
-37
/
+47
2017-04-18
be2net: VxLAN offload should be re-enabled when only 1 UDP port is left
Sriharsha Basavapatna
2
-44
/
+102
2017-04-18
drivers: net: xgene-v2: Extend ethtool statistics
Iyappan Subramanian
4
-10
/
+151
2017-04-18
ixgbe: Avoid Tx hang by not allowing more than the number of VFs supported.
Usha Ketineni
2
-3
/
+26
2017-04-18
ftgmac100: Fix potential ordering issue in NAPI poll
Benjamin Herrenschmidt
1
-0
/
+7
2017-04-18
ftgmac100: Display the discovered PHY device info
Benjamin Herrenschmidt
1
-0
/
+3
2017-04-18
ftgmac100: Allow configuration of phy interface via device-tree
Benjamin Herrenschmidt
1
-3
/
+39
2017-04-18
ftgmac100: Add netpoll support
Benjamin Herrenschmidt
1
-0
/
+14
2017-04-18
ftgmac100: Add vlan HW offload
Benjamin Herrenschmidt
1
-1
/
+45
2017-04-18
ftgmac100: Add ndo_set_rx_mode() and support for multicast & promisc
Benjamin Herrenschmidt
1
-0
/
+52
2017-04-18
ftgmac100: Add pause frames configuration and support
Benjamin Herrenschmidt
2
-1
/
+102
2017-04-18
ftgmac100: Add ethtool n-way reset call
Benjamin Herrenschmidt
1
-7
/
+1
2017-04-18
sky2: Use seq_puts() in sky2_debug_show()
Markus Elfring
1
-1
/
+1
2017-04-18
skge: Adjust a null pointer check in skge_down()
Markus Elfring
1
-1
/
+1
2017-04-18
skge: Use seq_puts() in skge_debug_show()
Markus Elfring
1
-1
/
+1
2017-04-18
net: pxa168_eth: Adjust four checks for null pointers
Markus Elfring
1
-4
/
+4
2017-04-18
net: pxa168_eth: Use kcalloc() in two functions
Markus Elfring
1
-4
/
+2
2017-04-18
net: mvpp2: Adjust a null pointer check in mvpp2_egress_enable()
Markus Elfring
1
-1
/
+1
2017-04-18
net: mvpp2: Rename a jump label in mvpp2_prs_vlan_add()
Markus Elfring
1
-3
/
+2
2017-04-18
net: mvpp2: Rename a jump label in mvpp2_prs_double_vlan_add()
Markus Elfring
1
-4
/
+3
2017-04-18
net: mvpp2: Rename a jump label in mvpp2_txq_init()
Markus Elfring
1
-3
/
+2
2017-04-18
net: mvpp2: Rename a jump label in mvpp2_tx_frag_process()
Markus Elfring
1
-3
/
+2
2017-04-18
net: mvpp2: Adjust three error messages
Markus Elfring
1
-3
/
+3
[prev]
[next]