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.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
/
ethernet
/
intel
/
fm10k
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-14
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2
-3
/
+3
2014-12-12
fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor reads
Alexander Duyck
1
-3
/
+3
2014-12-10
ethernet/intel: Use napi_alloc_skb
Alexander Duyck
1
-2
/
+2
2014-12-09
ethtool: Support for configurable RSS hash function
Eyal Perry
1
-2
/
+10
2014-12-09
ethernet/intel: Use eth_skb_pad and skb_put_padto helpers
Alexander Duyck
1
-8
/
+3
2014-11-16
fm10k: use netdev_rss_key_fill() helper
Eric Dumazet
1
-7
/
+3
2014-11-12
fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_page
Alexander Duyck
1
-1
/
+1
2014-10-16
fm10k: Add CONFIG_FM10K_VXLAN configuration option
Andy Zhou
1
-3
/
+3
2014-10-16
fm10k: Unlock mailbox on VLAN addition failures
Matthew Vick
1
-3
/
+4
2014-10-16
fm10k: Check the host state when bringing the interface up
Matthew Vick
1
-0
/
+1
2014-10-14
fm10k: Add skb->xmit_more support
Alexander Duyck
1
-31
/
+34
2014-10-10
fm10k: fix race accessing page->_count
Eric Dumazet
1
-4
/
+3
2014-10-02
fm10k: Correctly set the number of Tx queues
Alexander Duyck
1
-1
/
+5
2014-10-02
fm10k: Reduce buffer size when pages are larger than 4K
Alexander Duyck
1
-6
/
+2
2014-10-01
fm10k: using vmalloc requires including linux/vmalloc.h
Stephen Rothwell
1
-0
/
+2
2014-09-23
fm10k: Add support for PTP
Alexander Duyck
7
-1
/
+683
2014-09-23
fm10k: Add support for ptp to hw specific files
Alexander Duyck
5
-0
/
+186
2014-09-23
fm10k: Add support for debugfs
Alexander Duyck
5
-1
/
+298
2014-09-23
fm10k: Add support for IEEE DCBx
Alexander Duyck
4
-4
/
+185
2014-09-23
fm10k: Add support for SR-IOV to driver
Alexander Duyck
5
-2
/
+614
2014-09-23
fm10k: Add support for SR-IOV to PF core files
Alexander Duyck
3
-1
/
+874
2014-09-23
fm10k: Add support for VF
Alexander Duyck
9
-4
/
+837
2014-09-23
fm10k: Add support for PF <-> VF mailbox
Alexander Duyck
2
-0
/
+834
2014-09-23
fm10k: Add support for MACVLAN acceleration
Alexander Duyck
4
-1
/
+198
2014-09-23
fm10k: Add support for netdev offloads
Alexander Duyck
2
-3
/
+459
2014-09-23
fm10k: Add support for multiple queues
Alexander Duyck
4
-0
/
+247
2014-09-23
fm10k: Add support for PCI power management and error handling
Alexander Duyck
1
-0
/
+221
2014-09-23
fm10k: Add ethtool support
Alexander Duyck
4
-1
/
+873
2014-09-23
fm10k: Add transmit and receive fastpath and interrupt handlers
Alexander Duyck
4
-2
/
+1038
2014-09-23
fm10k: Add Tx/Rx hardware ring bring-up/tear-down
Alexander Duyck
3
-0
/
+653
2014-09-23
fm10k: Add service task to handle delayed events
Alexander Duyck
2
-0
/
+460
2014-09-23
fm10k: add support for Tx/Rx rings
Alexander Duyck
4
-2
/
+323
2014-09-23
fm10k: Add interrupt support
Alexander Duyck
4
-0
/
+973
2014-09-23
fm10k: Add support for ndo_open/stop
Alexander Duyck
3
-0
/
+117
2014-09-23
fm10k: Add support for L2 filtering
Alexander Duyck
2
-1
/
+356
2014-09-23
fm10k: Add netdev
Alexander Duyck
4
-4
/
+418
2014-09-23
fm10k: Add support for configuring PF interface
Alexander Duyck
2
-2
/
+683
2014-09-23
fm10k: Add support for PF
Alexander Duyck
5
-1
/
+969
2014-09-23
fm10k: Implement PF <-> SM mailbox operations
Alexander Duyck
3
-1
/
+1355
2014-09-23
fm10k: Add support for mailbox
Alexander Duyck
4
-0
/
+608
2014-09-23
fm10k: Add support for basic interaction with hardware
Alexander Duyck
3
-1
/
+82
2014-09-23
fm10k: Add support for TLV message parsing and generation
Alexander Duyck
3
-1
/
+686
2014-09-23
fm10k: Add register defines and basic structures
Alexander Duyck
2
-1
/
+661
2014-09-23
fm10k: Add skeletal frame for Intel(R) FM10000 Ethernet Switch Host Interface...
Alexander Duyck
5
-0
/
+308