index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
igb
/
igb_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-21
intel: Add support for IPv6 IP-in-IP offload
Alexander Duyck
1
-0
/
+1
2016-05-21
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
1
-2
/
+1
2016-05-14
igb/igbvf: Add support for GSO partial
Alexander Duyck
1
-41
/
+96
2016-05-14
igb: make igb_update_pf_vlvf static
Jacob Keller
1
-1
/
+1
2016-05-14
igb: use BIT() macro or unsigned prefix
Jacob Keller
1
-24
/
+24
2016-05-04
drivers: replace dev->trans_start accesses with dev_trans_start
Florian Westphal
1
-1
/
+1
2016-04-07
Revert "igb: Fix a deadlock in igb_sriov_reinit"
Arika Chen
1
-1
/
+0
2016-04-06
igb: allow setting MAC address on i211 using a device tree blob
John Holland
1
-3
/
+6
2016-04-06
igb: Add support for bulk Tx cleanup & cleanup boolean logic
Alexander Duyck
1
-5
/
+7
2016-04-06
igb: Fix sparse warning about passing __beXX into leXX_to_cpup
Alexander Duyck
1
-4
/
+6
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-412
/
+545
2016-03-18
mm: introduce page reference manipulation functions
Joonsoo Kim
1
-1
/
+1
2016-02-25
igb: call ndo_stop() instead of dev_close() when running offline selftest
Stefan Assmann
1
-4
/
+4
2016-02-25
igb: Fix VLAN tag stripping on Intel i350
Corinna Vinschen
1
-9
/
+32
2016-02-25
igb: Add support for generic Tx checksums
Alexander Duyck
1
-58
/
+48
2016-02-25
igb: rename igb define to be more generic
Todd Fujinaka
1
-2
/
+2
2016-02-25
igb: enable WoL for OEM devices regardless of EEPROM setting
Todd Fujinaka
1
-0
/
+20
2016-02-25
igb: When GbE link up, wait for Remote receiver status condition
Takuma Ueba
1
-0
/
+20
2016-02-16
igb: Add workaround for VLAN tag stripping on 82576
Alexander Duyck
1
-12
/
+14
2016-02-16
igb: Enable use of "bridge fdb add" to set unicast table entries
Alexander Duyck
1
-9
/
+30
2016-02-16
igb: Drop unnecessary checks in transmit path
Alexander Duyck
1
-10
/
+0
2016-02-16
igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE
Alexander Duyck
1
-72
/
+241
2016-02-16
igb: Clean-up configuration of VF port VLANs
Alexander Duyck
1
-71
/
+110
2016-02-16
igb: Merge VLVF configuration into igb_vfta_set
Alexander Duyck
1
-87
/
+18
2016-02-16
igb: Always enable VLAN 0 even if 8021q is not loaded
Alexander Duyck
1
-2
/
+3
2016-02-16
igb: Do not factor VLANs into RLPML calculation
Alexander Duyck
1
-41
/
+2
2016-02-16
igb: Allow asymmetric configuration of MTU versus Rx frame size
Alexander Duyck
1
-67
/
+40
2016-02-16
igb: clean up code for setting MAC address
Alexander Duyck
1
-5
/
+4
2016-02-16
igb: Unpair the queues when changing the number of queues
Shota Suzuki
1
-0
/
+2
2016-02-16
igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()
Shota Suzuki
1
-8
/
+0
2015-12-16
sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
Tom Herbert
1
-2
/
+2
2015-12-13
igb: improve handling of disconnected adapters
Jarod Wilson
1
-3
/
+2
2015-12-13
igb: fix NULL derefs due to skipped SR-IOV enabling
Jan Beulich
1
-0
/
+7
2015-12-13
igb: don't unmap NULL hw_addr
Jarod Wilson
1
-4
/
+6
2015-10-16
drivers/net/intel: use napi_complete_done()
Jesse Brandeburg
1
-6
/
+11
2015-10-05
net: igb: avoid using timespec
Arnd Bergmann
1
-7
/
+8
2015-09-29
igb: assume MSI-X interrupts during initialization
Stefan Assmann
1
-0
/
+3
2015-08-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-08-22
mm: make page pfmemalloc check more robust
Michal Hocko
1
-1
/
+1
2015-08-19
igb: make sure SR-IOV init uses the right number of queues
Todd Fujinaka
1
-2
/
+7
2015-08-19
igb: Fix a memory leak in igb_probe
Jia-Ju Bai
1
-0
/
+1
2015-08-19
igb: Fix a deadlock in igb_sriov_reinit
Jia-Ju Bai
1
-0
/
+1
2015-08-19
igb: Teardown SR-IOV before unregister_netdev()
Alex Williamson
1
-4
/
+4
2015-08-19
igb: do not re-init SR-IOV during probe
Stefan Assmann
1
-1
/
+1
2015-08-19
igb: missing rtnl_unlock in igb_sriov_reinit()
Vasily Averin
1
-0
/
+1
2015-08-19
igb: Fix oops caused by missing queue pairing
Shota Suzuki
1
-2
/
+14
2015-07-23
igb: bump version to igb-5.3.0
Todd Fujinaka
1
-2
/
+2
2015-07-18
igb: Pull timestamp from fragment before adding it to skb
Alexander Duyck
1
-69
/
+25
2015-06-26
igb: bump version of igb to 5.2.18
Todd Fujinaka
1
-1
/
+1
2015-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
[next]