Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1d8222e8df07ce4f86fb7fa80b02bdee03b57985
/
drivers
/
net
/
igb
49b2de8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
6d9f4fc
igb: fix memory leak when setting ring size while interface is down
by Alexander Duyck
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
19d5afd
e1000e/igb/ixgbe: Don't report an error if devices don't support AER
by Frans Pop
· 15 years ago
8b3f6af
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
44c852e
igb: resolve namespacecheck warning for igb_hash_mc_addr
by Alexander Duyck
· 15 years ago
a419aef
trivial: remove unnecessary semicolons
by Joe Perches
· 15 years ago
d314737
igb: do not allow phy sw reset code to make calls to null pointers
by Alexander Duyck
· 15 years ago
2fb02a2
igb: reset sgmii phy at start of init
by Alexander Duyck
· 15 years ago
7ab0f27
netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations
by Ben Hutchings
· 15 years ago
ae641bd
igb: set vf rlpml wasn't taking vlan tag into account
by Alexander Duyck
· 15 years ago
2dfd121
igb: only disable/enable interrupt bits for igb physical function
by Alexander Duyck
· 15 years ago
ff41f8d
igb: add support for set_rx_mode netdevice operation
by Alexander Duyck
· 15 years ago
0fc0b73
netdev: drivers should make ethtool_ops const
by Stephen Hemminger
· 15 years ago
3b29a56
intel: convert drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
cd1da50
igb/ixgbe: add IPV6_CSUM support to vlan_features
by Alexander Duyck
· 15 years ago
a0c9860
igb: initialize mailbox function pointers prior to phy init
by Alexander Duyck
· 15 years ago
0cce119
igb: cleanup flow control configuration to make requested/current more clear
by Alexander Duyck
· 15 years ago
2d94d8a
igb: use buffer_info->dma instead of shinfo->nr_frags to determine unmap
by Alexander Duyck
· 15 years ago
4703bf7
igb: add support for 82576 mezzanine card
by Alexander Duyck
· 15 years ago
08a72b5
igb: remove unused switch statement from igb_set_wol
by Alexander Duyck
· 15 years ago
5ac1665
igb: cleanup receive address register initialization
by Alexander Duyck
· 15 years ago
28fc06f
igb: move all multicast addresses into multicast table array
by Alexander Duyck
· 15 years ago
009bc06
igb: add completion timeout workaround for 82575/82576
by Alexander Duyck
· 15 years ago
12645a1
igb: do not overwrite EEPROM LED settings
by Alexander Duyck
· 15 years ago
f3e7841
igb: change configure_pcs_link to void since it always returns 0
by Alexander Duyck
· 15 years ago
099e1cb
igb: make serdes power down available for 82575 in addition to 82576 parts
by Alexander Duyck
· 15 years ago
dcc3ae9
igb: remove media type fiber as it is misleading
by Alexander Duyck
· 15 years ago
c8159b2
igb: gcc-3.4.6 fix
by Eric Dumazet
· 15 years ago
19e588e
igb: set lan id prior to configuring phy
by Alexander Duyck
· 15 years ago
59ed6ee
igb: return PCI_ERS_RESULT_DISCONNECT on permanent error
by Alexander Duyck
· 15 years ago
91615f7
igb: fix unmap length bug
by Jesse Brandeburg
· 15 years ago
042a53a
net: skb_shared_info optimization
by Eric Dumazet
· 16 years ago
cdd0db0
net: dont update dev->trans_start
by Eric Dumazet
· 16 years ago
cbe7a81
igb/e1000e: update PSSR_MDIX value to reflect correct bit
by Alexander Duyck
· 16 years ago
3ea73af
igb: Record host memory receive overflow in net_stats
by Jesper Dangaard Brouer
· 16 years ago
8c0ab70
igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count)
by Jesper Dangaard Brouer
· 16 years ago
3c514ce
igb: add RQDPC (Receive Queue Drop Packet Count) register macro
by Jeff Kirsher
· 16 years ago
7e0e99e
igb: do not re-register DCA requester on device reset
by Alexander Duyck
· 16 years ago
22f6dac
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
c2d5ab4
e1000/e1000e/igb/ixgb: don't txhang after link down
by Jesse Brandeburg
· 16 years ago
77a2294
igb: resolve panic on shutdown when SR-IOV is enabled
by Alexander Duyck
· 16 years ago
7beb014
igb/igbvf: set rx csum always enabled in hw, disable via sw
by Alexander Duyck
· 16 years ago
b947356
igb: Enable SCTP checksum offloading
by Jesse Brandeburg
· 16 years ago
182ff8d
igb/ixgbe: remove unecessary checks for CHECKSUM_UNNECESSARY
by Alexander Duyck
· 16 years ago
2844f79
igb: make rxcsum configuration seperate from multiqueue
by Alexander Duyck
· 16 years ago
3935358
igb: reconfigure mailbox timeout logic
by Alexander Duyck
· 16 years ago
78b1f607
igb: always use adapter->itr as EITR value
by Alexander Duyck
· 16 years ago
4cb9be7
e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarily
by Jesse Brandeburg
· 16 years ago
b168dfc
igb: fix link down inital state
by Jesse Brandeburg
· 16 years ago
9ca046d
igb: do not check for vf_data if we didn't enable vfs
by Alexander Duyck
· 16 years ago
ff6f63d
igb: fix unused external references introduced with sr-iov changes
by Alexander Duyck
· 16 years ago
2a3abf6
igb: remove sysfs entry that was used to set the number of vfs
by Alexander Duyck
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
3fe7c4c
net/igb: Fix kexec with igb (rev. 3)
by Rafael J. Wysocki
· 16 years ago
cdfa9f6
igb: cleanup igb loopback path
by Alexander Duyck
· 16 years ago
a6a6056
igb: increase delay for copper link setup
by Alexander Duyck
· 16 years ago
d1a8c9e
igb: set num_rx/tx_queues to 0 when queues are freed
by Alexander Duyck
· 16 years ago
59c3de8
igb: add support for x2 link width configurations
by Alexander Duyck
· 16 years ago
65689fe
igb: cleanup tx dma so map & unmap use matching calls
by Alexander Duyck
· 16 years ago
c5cd11e
igb: rework igb_set_multi so that vfs are properly updated
by Alexander Duyck
· 16 years ago
0e34048
igb: update driver to use setup_timer function
by Alexander Duyck
· 16 years ago
c493ea4
igb: remove IGB_DESC_UNUSED since it is better handled by a function call
by Alexander Duyck
· 16 years ago
fa4a7ef
igb: allow tx of pre-formatted vlan tagged packets
by Arthur Jones
· 16 years ago
2d6a5e9
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
682337f
igb: remove ASPM L0s workaround
by Alexander Duyck
· 16 years ago
c8ea5ea
igb: add support for 82576 quad copper adapter
by Alexander Duyck
· 16 years ago
9eb2341
igb: add support for another dual port 82576 non-security nic
by Alexander Duyck
· 16 years ago
75f4f38
igb: correct typo that was setting vfta mask to 1
by Alexander Duyck
· 16 years ago
cad6d05
igb: add PF to pool
by Alexander Duyck
· 16 years ago
a2cf8b6
igb: support wol on second port
by Alexander Duyck
· 16 years ago
bd38e5d
igb: resolve warning of unused adapter struct
by Alexander Duyck
· 16 years ago
5e6d5b1
igb: remove netif running call from igb_poll
by Alexander Duyck
· 16 years ago
92be791
igb: switch to new dca API
by Maciej Sosnowski
· 16 years ago
19147bb
igb: remove skb_orphan calls
by Alexander Duyck
· 16 years ago
3768011
igb: this patch addes the sr-iov enablement option via num_vfs parameter
by Alexander Duyck
· 16 years ago
4ae196d
igb: Add support for enabling VFs to PF driver.
by Alexander Duyck
· 16 years ago
e173952
igb: add pf side of VMDq support
by Alexander Duyck
· 16 years ago
1bfaf07
igb: add vfs_allocated_count as placeholder for number of vfs
by Alexander Duyck
· 16 years ago
4654425
igb: update napi polling to consolidate function and return correct values
by Alexander Duyck
· 16 years ago
9107584
drivers/net/igb: fix sparse warning: symbol shadows an earlier one
by Hannes Eder
· 16 years ago
5fbbcb7
igb: remove LRO Kconfig option
by Jeff Kirsher
· 16 years ago
85e8d00
igb: transition driver to only using advanced descriptors
by Alexander Duyck
· 16 years ago
cbd347a
igb: remove unused defines
by Alexander Duyck
· 16 years ago
bc1cbd3
igb: misc cleanup to combine one if statement
by Alexander Duyck
· 16 years ago
56fbbb4
igb: cleanup incorrect comment and set IP Checksum Enable
by Alexander Duyck
· 16 years ago
1e5c3d2
igb: reduce size required to trigger low latency
by Alexander Duyck
· 16 years ago
73cd78f
igb: misc whitespace/formatting cleanups
by Alexander Duyck
· 16 years ago
33af6bc
igb: use timecompare to implement hardware time stamping
by Patrick Ohly
· 16 years ago
c6cb090
igb: stub support for SIOCSHWTSTAMP
by Patrick Ohly
· 16 years ago
38c845c
igb: access to NIC time
by Patrick Ohly
· 16 years ago
5937218
igb: remove dead code in transmit routine
by Jesse Brandeburg
· 16 years ago
86d5d38
igb: update version number and copyright dates
by Alexander Duyck
· 16 years ago
265de40
igb: fix two minor items found during code review
by Alexander Duyck
· 16 years ago
04fe635
igb: update stats before doing reset in igb_down
by Alexander Duyck
· 16 years ago
450c87c
igb: remove redundant count set and err_hw_init
by Alexander Duyck
· 16 years ago
8675737
igb: remove disable_av variable from mac_info struct
by Alexander Duyck
· 16 years ago
fa4dfae
igb: change pba size determination from if to switch statement
by Alexander Duyck
· 16 years ago
a8564f0
igb: move get_hw_control within igb_resume.
by Alexander Duyck
· 16 years ago
Next »