index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
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-05
ixgbe: add Tx anti spoofing support
Don Skidmore
1
-0
/
+14
2015-02-05
ixgbe: add VXLAN offload support for X550 devices
Don Skidmore
1
-2
/
+96
2015-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-02-01
bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellink
Roopa Prabhu
1
-1
/
+1
2015-01-30
ixgbe: Fix checksum error when using stacked vlan
Toshiaki Makita
1
-1
/
+1
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-2
/
+2
2014-12-11
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-08
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-02
bridge: add brport flags to dflt bridge_getlink
Scott Feldman
1
-1
/
+1
2014-12-02
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
Jiri Pirko
1
-2
/
+2
2014-11-29
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-05
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-27
ixgbe: flush when in xmit_more mode and under descriptor pressure
Daniel Borkmann
1
-29
/
+34
2014-08-25
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-25
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-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-102
/
+254
2014-06-03
ixgbe: fix detection of SFP+ capable interfaces
Emil Tantilov
1
-0
/
+2
[next]