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
2018-10-03
iavf: fix a typo
Rami Rosen
1
-1
/
+1
2018-10-03
ixgbe: add AF_XDP zero-copy Tx support
Björn Töpel
3
-1
/
+195
2018-10-03
ixgbe: move common Tx functions to ixgbe_txrx_common.h
Björn Töpel
2
-6
/
+8
2018-10-03
ixgbe: add AF_XDP zero-copy Rx support
Björn Töpel
6
-21
/
+745
2018-10-03
ixgbe: move common Rx functions to ixgbe_txrx_common.h
Björn Töpel
2
-18
/
+37
2018-10-03
ixgbe: added Rx/Tx ring disable/enable functions
Björn Töpel
2
-0
/
+159
2018-10-03
ixgbe: Fix crash with VFs and flow director on interface flap
Radoslaw Tyl
1
-2
/
+8
2018-10-03
i40e: Remove unnecessary print statement
Nathan Chancellor
1
-2
/
+0
2018-10-03
i40e: Use proper enum in i40e_ndo_set_vf_link_state
Nathan Chancellor
1
-1
/
+1
2018-10-03
ixgbevf: off by one in ixgbevf_ipsec_tx()
Dan Carpenter
1
-1
/
+1
2018-10-03
ixgbe: remove redundant function ixgbe_fw_recovery_mode()
YueHaibing
1
-11
/
+0
2018-10-03
ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limit
Radoslaw Tyl
1
-4
/
+10
2018-10-03
ixgbevf: fix msglen for ipsec mbx messages
Shannon Nelson
1
-7
/
+4
2018-10-03
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
21
-108
/
+3699
2018-10-03
cxgb4: remove the unneeded locks
Ganesh Goudar
2
-55
/
+15
2018-10-03
ice: Update version string
Anirudh Venkataramanan
1
-1
/
+1
2018-10-03
ice: Use the right function to enable/disable VSI
Dave Ertman
1
-9
/
+14
2018-10-03
ice: Add more flexibility on how we assign an ITR index
Brett Creeley
3
-47
/
+59
2018-10-03
ice: Fix potential null pointer issues
Dave Ertman
1
-6
/
+7
2018-10-03
ice: Add code to go from ICE_FWD_TO_VSI_LIST to ICE_FWD_TO_VSI
Brett Creeley
1
-9
/
+29
2018-10-03
ice: Fix forward to queue group logic
Anirudh Venkataramanan
1
-4
/
+10
2018-10-03
ice: Extend malicious operations detection logic
Anirudh Venkataramanan
3
-2
/
+60
2018-10-03
ice: Notify VF of link status change
Anirudh Venkataramanan
3
-0
/
+17
2018-10-03
ice: Implement virtchnl commands for AVF support
Anirudh Venkataramanan
6
-0
/
+1221
2018-10-03
ice: Add handlers for VF netdevice operations
Anirudh Venkataramanan
6
-1
/
+629
2018-10-03
ice: Add support for VF reset events
Anirudh Venkataramanan
10
-1
/
+272
2018-10-03
ice: Update VSI and queue management code to handle VF VSI
Anirudh Venkataramanan
6
-34
/
+184
2018-10-03
ice: Add handler to configure SR-IOV
Anirudh Venkataramanan
11
-9
/
+1061
2018-10-03
ice: Add support to detect SR-IOV capability and mailbox queues
Anirudh Venkataramanan
8
-1
/
+151
2018-10-03
hv_netvsc: remove ndo_poll_controller
Stephen Hemminger
1
-23
/
+0
2018-10-03
cxgb4: Use proper enum in IEEE_FAUX_SYNC
Nathan Chancellor
1
-1
/
+1
2018-10-03
cxgb4: Use proper enum in cxgb4_dcb_handle_fw_update
Nathan Chancellor
1
-2
/
+2
2018-10-03
dpaa_eth: Remove useless declaration
Nathan Chancellor
1
-2
/
+0
2018-10-03
ipv6: add vrf table handling code for ipv6 mcast
Patrick Ruddy
1
-0
/
+11
2018-10-03
dpaa2-eth: Add ethtool support for flow classification
Ioana Radulescu
6
-0
/
+549
2018-10-03
dpaa2-eth: Configure Rx flow classification key
Ioana Radulescu
5
-16
/
+148
2018-10-03
dpaa2-eth: Rename structure
Ioana Radulescu
2
-7
/
+7
2018-10-03
dpaa2-eth: Use new API for Rx flow hashing
Ioana Radulescu
5
-19
/
+142
2018-10-03
net: usbnet: make driver_info const
Ben Dooks
1
-6
/
+6
2018-10-02
Merge tag 'wireless-drivers-next-for-davem-2018-10-02' of git://git.kernel.or...
David S. Miller
276
-9949
/
+8620
2018-10-02
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
13
-507
/
+952
2018-10-02
qede: Add driver support for 20G link speed.
Sudarsana Reddy Kalluru
1
-0
/
+9
2018-10-02
qed: Add driver support for 20G link speed.
Sudarsana Reddy Kalluru
3
-0
/
+16
2018-10-02
ice: Fix error on driver remove
Dave Ertman
1
-0
/
+6
2018-10-02
ice: Add support for dynamic interrupt moderation
Brett Creeley
7
-24
/
+102
2018-10-02
ice: Align ice_reset_req enum values to hardware reset values
Brett Creeley
2
-5
/
+14
2018-10-02
ice: Implement ethtool hook for RSS switch
Md Fahad Iqbal Polash
3
-0
/
+40
2018-10-02
ice: Split irq_tracker into sw_irq_tracker and hw_irq_tracker
Preethi Banala
3
-64
/
+148
2018-10-02
ice: Check for actual link state of port after reset
Dave Ertman
3
-2
/
+6
2018-10-02
ice: Implement VSI replay framework
Anirudh Venkataramanan
6
-51
/
+178
[next]