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
/
ethernet
/
intel
/
ixgbe
/
ixgbe_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-06
ixgbe: add Tx anti spoofing support
Don Skidmore
1
-0
/
+14
2015-02-06
ixgbe: add VXLAN offload support for X550 devices
Don Skidmore
1
-2
/
+96
2015-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-02-02
bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellink
Roopa Prabhu
1
-1
/
+1
2015-01-31
ixgbe: Fix checksum error when using stacked vlan
Toshiaki Makita
1
-1
/
+1
2015-01-14
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-2
/
+2
2014-12-12
fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor reads
Alexander Duyck
1
-5
/
+4
2014-12-10
ethernet/intel: Use napi_alloc_skb
Alexander Duyck
1
-2
/
+2
2014-12-09
ethernet/intel: Use eth_skb_pad and skb_put_padto helpers
Alexander Duyck
1
-14
/
+5
2014-12-05
ixgbe: fix crash on rmmod after probe fail
Emil Tantilov
1
-2
/
+8
2014-12-05
ixgbe: bump version number
Don Skidmore
1
-1
/
+1
2014-12-05
ixgbe: Add X550 support function pointers
Don Skidmore
1
-3
/
+8
2014-12-05
ixgbe: add support for X550 extended RSS support
Don Skidmore
1
-10
/
+72
2014-12-05
ixgbe: remove CIAA/D register reads from bad VF check
Emil Tantilov
1
-71
/
+74
2014-12-05
ixgbe: Look up MAC address in Open Firmware or IDPROM
Martin K Petersen
1
-0
/
+35
2014-12-05
ixgbe: Remove tail write abstraction and add missing barrier
Alexander Duyck
1
-20
/
+20
2014-12-05
ixgbe: Clean-up page reuse code
Alexander Duyck
1
-42
/
+36
2014-12-03
bridge: add brport flags to dflt bridge_getlink
Scott Feldman
1
-1
/
+1
2014-12-03
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
Jiri Pirko
1
-2
/
+2
2014-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+13
2014-11-26
net: Check for presence of IFLA_AF_SPEC
Thomas Graf
1
-0
/
+2
2014-11-26
net: Validate IFLA_BRIDGE_MODE attribute length
Thomas Graf
1
-0
/
+3
2014-11-23
ixgbe: fix use after free adapter->state test in ixgbe_remove/ixgbe_probe
Daniel Borkmann
1
-2
/
+6
2014-11-23
ixgbe: Correctly disable VLAN filter in promiscuous mode
Vlad Yasevich
1
-2
/
+2
2014-11-16
ixgbe: use netdev_rss_key_fill() helper
Eric Dumazet
1
-4
/
+3
2014-11-12
fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_page
Alexander Duyck
1
-2
/
+1
2014-11-11
ixgbe: add helper function for setting RSS key in preparation of X550
Don Skidmore
1
-12
/
+20
2014-11-11
ixgbe: Add new support for X550 MAC's
Don Skidmore
1
-12
/
+78
2014-10-30
ixgbe: need not repeat init skb with NULL
Junwei Zhang
1
-1
/
+1
2014-10-10
ixgbe: fix race accessing page->_count
Eric Dumazet
1
-5
/
+3
2014-10-02
ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQL
Emil Tantilov
1
-4
/
+0
2014-10-02
ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()
Rick Jones
1
-1
/
+1
2014-09-18
ixgbe: Do not schedule an uninitialized workqueue entry
Mark Rustad
1
-3
/
+4
2014-09-18
ixgbe: remove useless bd_number from adapter struct
Ethan Zhao
1
-4
/
+0
2014-09-12
ixgbe: Drop Rx alloc at end of Rx cleanup
Alexander Duyck
1
-3
/
+0
2014-09-12
ixgbe: Resolve warnings produced in W=2 builds
Mark Rustad
1
-9
/
+9
2014-09-06
ixgbe: use new eth_get_headlen interface
Alexander Duyck
1
-115
/
+1
2014-09-04
ixgbe: limit combined total of macvlan and SR-IOV VFs
Jacob Keller
1
-0
/
+8
2014-09-04
ixgbe: reset interface on link loss with pending Tx work from the VF
Emil Tantilov
1
-12
/
+42
2014-09-04
ixgbe: Cleanup FDB handling code
Alexander Duyck
1
-30
/
+4
2014-08-28
ixgbe: flush when in xmit_more mode and under descriptor pressure
Daniel Borkmann
1
-29
/
+34
2014-08-26
ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit()
Daniel Borkmann
1
-3
/
+4
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-07-26
ixgbe: Make return values more direct
Mark Rustad
1
-19
/
+13
2014-07-24
ixgbe: don't check minimum link when direct assigned to virtual machine
Jacob Keller
1
-4
/
+19
2014-07-24
ixgbe: fix use of list_for_each in ixgbe_enumerate_functions
Jacob Keller
1
-10
/
+7
2014-07-24
ixgbe: Change some uses of strncpy to strlcpy
Mark Rustad
1
-3
/
+3
2014-07-24
ixgbe: Fix possible null-dereference in error path
Mark Rustad
1
-1
/
+1
2014-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-102
/
+254
2014-06-04
ixgbe: fix detection of SFP+ capable interfaces
Emil Tantilov
1
-0
/
+2
[next]