index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ixgbe
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-08
e100/e1000*/igb*/ixgb*: Add missing read memory barrier
Jeff Kirsher
1
-0
/
+1
2010-08-08
ixgbe: fix build error with FCOE_CONFIG without DCB_CONFIG
John Fastabend
1
-4
/
+10
2010-07-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+9
2010-07-27
ixgbe: potential null dereference
Dan Carpenter
1
-3
/
+4
2010-07-27
ixgbe: priority tagging FCoE frames without FCoE offload
John Fastabend
1
-21
/
+24
2010-07-24
ixgbe: fix ethtool stats
Eric Dumazet
1
-21
/
+21
2010-07-21
ixgbe/igb: catch invalid VF settings
Andy Gospodarek
1
-0
/
+9
2010-07-19
ixgbe: fix version string for ixgbe
Don Skidmore
1
-1
/
+1
2010-07-19
ixgbe: use GFP_ATOMIC when allocating FCoE DDP context from the dma pool
Yi Zou
1
-1
/
+1
2010-07-19
ixgbe: properly toggling netdev feature flags when disabling FCoE
Yi Zou
2
-13
/
+11
2010-07-19
ixgbe: drop support for UDP in RSS hash generation
Alexander Duyck
1
-3
/
+1
2010-07-19
ixgbe: dcb, set DPF bit when PFC is enabled
John Fastabend
1
-1
/
+1
2010-07-07
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-7
/
+10
2010-07-07
net: fix 64 bit counters on 32 bit arches
Eric Dumazet
1
-3
/
+5
2010-07-05
ixgbe: use netif_<level> instead of netdev_<level>
Emil Tantilov
7
-86
/
+89
2010-07-02
net: decreasing real_num_tx_queues needs to flush qdisc
John Fastabend
1
-1
/
+1
2010-07-01
ixgbe: use NETIF_F_LRO
Stanislaw Gruszka
1
-1
/
+1
2010-06-30
ixgbe: add 1g PHY support for 82599
Don Skidmore
5
-4
/
+52
2010-06-30
ethtool: Change ethtool_op_set_flags to validate flags
Ben Hutchings
1
-1
/
+4
2010-06-29
ixgbe: skip non IPv4 packets in ATR filter
Guillaume Gaudonville
1
-1
/
+3
2010-06-29
ixgbe: disable tx engine before disabling tx laser
John Fastabend
1
-4
/
+4
2010-06-29
ixgbe: fix panic when shutting down system with WoL enabled
Andy Gospodarek
1
-1
/
+2
2010-06-23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+2
2010-06-16
ixgbe: add comment on SFP+ ID for Active DA
Don Skidmore
1
-0
/
+2
2010-06-15
ixgbe: update set_rx_mode to fix issues w/ macvlan
Alexander Duyck
3
-26
/
+79
2010-06-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-28
/
+11
2010-06-13
ixgbe: fix automatic LRO/RSC settings for low latency
Andy Gospodarek
1
-29
/
+8
2010-06-13
ixgbe: fix for race with 8259(8|9) during shutdown
Don Skidmore
1
-0
/
+4
2010-06-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-1
/
+4
2010-06-04
ixgbe: only check pfc bits in hang logic if pfc is enabled
John Fastabend
1
-1
/
+1
2010-06-03
ixgbe: Use netdev_<level>, dev_<level>, pr_<level>
Emil Tantilov
8
-220
/
+195
2010-06-03
ixgbe: return IXGBE_ERR_RAR_INDEX when out of range
Jeff Kirsher
2
-0
/
+3
2010-05-20
ixgbe:add support for a new 82599 10G Base-T device
Mallikarjuna R Chilakala
7
-0
/
+111
2010-05-18
ixgbe: add support for active DA cables
Don Skidmore
6
-14
/
+54
2010-05-18
ixgbe: dcb, do not tag tc_prio_control frames
John Fastabend
1
-1
/
+2
2010-05-18
ixgbe: fix ixgbe_tx_is_paused logic
John Fastabend
1
-4
/
+4
2010-05-18
ixgbe: always enable vlan strip/insert when DCB is enabled
Yi Zou
1
-1
/
+9
2010-05-18
ixgbe: remove some redundant code in setting FCoE FIP filter
Yi Zou
1
-6
/
+0
2010-05-18
ixgbe: fix wrong offset to fc_frame_header in ixgbe_fcoe_ddp
Yi Zou
1
-4
/
+7
2010-05-18
ixgbe: fix header len when unsplit packet overflows to data buffer
Shannon Nelson
1
-2
/
+3
2010-05-14
drivers/net: Remove unnecessary returns from void function()s
Joe Perches
3
-10
/
+0
2010-05-13
ixgbe: Refactor common code between 82598 & 82599 to accommodate new hardware
Mallikarjuna R Chilakala
5
-421
/
+557
2010-05-13
ixgbe: Use bool flag to see if the packet unmapping is delayed in HWRSC
Mallikarjuna R Chilakala
1
-6
/
+11
2010-05-13
ixgbe: fix setting of promisc mode when using mac-vlans
Emil Tantilov
3
-4
/
+8
2010-05-06
ixgbe: Streamline MC filter setup for VFs
Greg Rose
1
-2
/
+11
2010-05-06
ixgbe: Remove unneeded register writes in VF VLAN setup
Greg Rose
1
-11
/
+0
2010-05-05
ixgbe: Add support for VF MAC and VLAN configuration
Greg Rose
5
-4
/
+118
2010-05-05
ixgbe: Add boolean parameter to ixgbe_set_vmolr
Greg Rose
3
-6
/
+9
2010-05-03
Revert "ixgbe: disable MSI-X by default on certain Cisco adapters"
David S. Miller
2
-20
/
+1
2010-04-27
ixgbe: disable MSI-X by default on certain Cisco adapters
Nicholas Nunley
2
-1
/
+20
[next]