Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8e4d9696b45d966c7af5b2aeb6f98ff687c58964
/
drivers
/
net
/
igb
fef45f4
igb: fix handling of mailbox collisions between PF/VF
by Alexander Duyck
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
6366ad3
igb: remove use of skb_dma_map from driver
by Alexander Duyck
· 15 years ago
55cac24
igb: Add full support for 82580 devices
by Alexander Duyck
· 15 years ago
bb2ac47
igb: add support for 82580 MAC
by Alexander Duyck
· 15 years ago
2909c3f
igb: add support for the 82580 phy
by Alexander Duyck
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
3505d1a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
d1eff35
igb: only recycle page if it is on our numa node
by Alexander Duyck
· 15 years ago
dbabb06
igb: check for packets on all tx rings when link is down
by Alexander Duyck
· 15 years ago
971d1d3
igb: removed unused tx/rx total bytes/packets from adapter struct
by Alexander Duyck
· 15 years ago
128e45e
igb: Rework how netdev->stats is handled
by Alexander Duyck
· 15 years ago
a99955f
igb: when number of CPUs > 4 combine tx/rx queues to allow more queues
by Alexander Duyck
· 15 years ago
115f459
igb: move timesync init into a seperate function
by Alexander Duyck
· 15 years ago
0e15439a
igb: change type for ring sizes to u16 in igb_set_ring_param
by Alexander Duyck
· 15 years ago
49b2de8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
d6b9076
igb: Fix warnings in igb_set_ringparam()
by David S. Miller
· 15 years ago
559e9c4
igb: cleanup whitespace issues in igb_main.c
by Alexander Duyck
· 15 years ago
5b043fb
igb: open up SCTP checksum offloads to all MACs 82576 and newer
by Alexander Duyck
· 15 years ago
c809d22
igb: limit minimum mtu to 68 to keep ip bound to interface
by Alexander Duyck
· 15 years ago
090b179
igb: add pci_dev in few spots to clean up use of dev_err/info/warn
by Alexander Duyck
· 15 years ago
330a6d6
igb: replace unecessary &adapter->hw with just hw where applicable
by Alexander Duyck
· 15 years ago
42d0781
igb: cleanup clean_rx_irq_adv and alloc_rx_buffers_adv
by Alexander Duyck
· 15 years ago
cdfd01fc
igb: cleanup igb xmit frame path
by Alexander Duyck
· 15 years ago
2e5655e
igb: cleanup igb.h header whitespace and some structure formatting
by Alexander Duyck
· 15 years ago
645a3ab
igb: Remove invalid stats counters
by Alexander Duyck
· 15 years ago
25568a5
igb: cleanup interrupt enablement in regards to msix_other
by Alexander Duyck
· 15 years ago
ee1b9f0
igb: change queue ordering for 82576 based adapters
by Alexander Duyck
· 15 years ago
439705e
igb: cleanup code related to ring resource allocation and free
by Alexander Duyck
· 15 years ago
f7ba205
igb: make tx hang check multiqueue, check eop descriptor
by Alexander Duyck
· 15 years ago
4337e99
igb: move global_quad_port_a from global into local static define
by Alexander Duyck
· 15 years ago
3f9c016
igb: only process global stats in igb_update_stats
by Alexander Duyck
· 15 years ago
a6b623e
igb: move vf init into a seperate function
by Alexander Duyck
· 15 years ago
5146623
igb: rework handling of the vfta and vlvf registers in relation to mng_vlan
by Alexander Duyck
· 15 years ago
7d5753f
igb: rework use of VMOLR in regards to PF and VFs
by Alexander Duyck
· 15 years ago
f2ca0db
igb: replace the VF clear_to_send with a flags value
by Alexander Duyck
· 15 years ago
d249be5
igb: use packet buffer sizes from RXPBS register
by Alexander Duyck
· 15 years ago
317f66b
igb: misc cleanups within igb_ethtool.c
by Alexander Duyck
· 15 years ago
c5b9bd5
igb: cleanup some of the code related to hw timestamping
by Alexander Duyck
· 15 years ago
4fc82ad
igb: add support for seperate tx-usecs setting in ethtool
by Alexander Duyck
· 15 years ago
83ab50a
igb: cleanup "todo" code found in igb_ethtool.c
by Alexander Duyck
· 15 years ago
4eefa8f
igb: add single vector msi-x testing to interrupt test
by Alexander Duyck
· 15 years ago
ad93d17
igb: make ethtool use core xmit map and free functionality
by Alexander Duyck
· 15 years ago
b1a436c
igb: make tx ring map and free functionality non-static
by Alexander Duyck
· 15 years ago
d7ee5b3
igb: re-use ring configuration code in ethtool testing
by Alexander Duyck
· 15 years ago
10d8e90
igb: setup vlan tag replication stripping in igb_vmm_control
by Alexander Duyck
· 15 years ago
d496030
igb: delay VF reset notification until after interrupts are enabed
by Alexander Duyck
· 15 years ago
06cf266
igb: move the multiple receive queue configuration into seperate function
by Alexander Duyck
· 15 years ago
e694e96
igb: place a pointer to the netdev struct in the ring itself
by Alexander Duyck
· 15 years ago
85ad76b
igb: add a flags value to the ring
by Alexander Duyck
· 15 years ago
04a5fcaa
igb: move alloc_failed and csum_err stats into per rx-ring stat
by Alexander Duyck
· 15 years ago
4c84485
igb: move rx_buffer_len into the ring structure
by Alexander Duyck
· 15 years ago
8078529
igb: add pci device pointer to ring structure
by Alexander Duyck
· 15 years ago
fce99e3
igb: change the head and tail offsets into pointers
by Alexander Duyck
· 15 years ago
952f72a
igb: move SRRCTL register configuration into ring specific config
by Alexander Duyck
· 15 years ago
6ec43fe
igb: remove rx_ps_hdr_len
by Alexander Duyck
· 15 years ago
85b430b
igb: move the tx and rx ring specific config into seperate functions
by Alexander Duyck
· 15 years ago
7d95b71
igb: increase minimum rx buffer size to 1K
by Alexander Duyck
· 15 years ago
094919a
igb: remove rx checksum good counter
by Alexander Duyck
· 15 years ago
047e003
igb: add new data structure for handling interrupts and NAPI
by Alexander Duyck
· 15 years ago
cfadf85
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
6d9f4fc
igb: fix memory leak when setting ring size while interface is down
by Alexander Duyck
· 15 years ago
231835e
igb: Fix erroneous display of stats by ethtool -S
by Ajit Khaparde
· 15 years ago
89d71a6
net: Use netdev_alloc_skb_ip_align()
by Eric Dumazet
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
8d24e93
igb: Use the instance of net_device_stats from net_device.
by Ajit Khaparde
· 15 years ago
6deac6f
igb: add flushes between RAR writes when setting mac address
by Alexander Duyck
· 15 years ago
2553bb2
igb: add additional error handling to the phy code
by Alexander Duyck
· 15 years ago
ab57638
igb: add code to retry a phy read in the event of failure on link check
by Alexander Duyck
· 15 years ago
81fadd8
igb: move the generic copper link setup code into e1000_phy.c
by Alexander Duyck
· 15 years ago
285b416
igb: remove microwire support from igb
by Alexander Duyck
· 15 years ago
2289663
igb: change how we handle alternate mac addresses
by Alexander Duyck
· 15 years ago
3272686
igb: fix a few items where weren't correctly setup for mbx timeout
by Alexander Duyck
· 15 years ago
0acb6fd
igb: add function to handle mailbox lock
by Alexander Duyck
· 15 years ago
747d49b
igb: add support for 82576NS SerDes adapter
by Alexander Duyck
· 15 years ago
68d480c
igb: make use of the uta to allow for promiscous mode filter
by Alexander Duyck
· 15 years ago
26ad917
igb: add combined function for setting rar and pool bits
by Alexander Duyck
· 15 years ago
bf6f7a9
igb: add locking to reads of the i2c interface
by Alexander Duyck
· 15 years ago
008c342
igb: update the approach taken to acquiring and releasing the phy lock
by Alexander Duyck
· 15 years ago
70d92f8
igb: update comments for serdes config and update to handle duplex
by Alexander Duyck
· 15 years ago
cc9073b
igb: remove unused temp variable from stats clearing path
by Alexander Duyck
· 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
Next »