Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
36eabda3d094dae30a74350c6289c163349b744d
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
23677ce
drivers/net: Remove boolean comparisons to true/false
by Joe Perches
· 13 years ago
3cc26e3
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 13 years ago
d5ef8a4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
8a0da21
ixgbe: Combine post-DMA processing of sk_buff fields into single function
by Alexander Duyck
· 13 years ago
e4f7402
ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADV
by Alexander Duyck
· 13 years ago
f56e0cb
ixgbe: Add function for testing status bits in Rx descriptor
by Alexander Duyck
· 13 years ago
f990b79
ixgbe: Let the Rx buffer allocation clear status bits instead of cleanup
by Alexander Duyck
· 13 years ago
1d2024f
ixgbe: Address fact that RSC was not setting GSO size for incoming frames
by Alexander Duyck
· 13 years ago
4c1975d
ixgbe: Minor refactor of RSC
by Alexander Duyck
· 13 years ago
9cc00b5
ixgbe: ethtool: stats user buffer overrun
by John Fastabend
· 13 years ago
5facb8e
ixgbe: dcb: up2tc mapping lost on disable/enable CEE DCB state
by John Fastabend
· 13 years ago
9d837ea
ixgbe: do not update real num queues when netdev is going away
by Yi Zou
· 13 years ago
642c680
ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page size
by Alexander Duyck
· 13 years ago
4cd6923
ixgbe: Fix case of Tx Hang in PF with 32 VFs
by Greg Rose
· 13 years ago
a4b0832
ixgbe: fix vf lookup
by Greg Rose
· 13 years ago
dd48dc3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
542a398
ixgbe: Fix typo in ixgbe_common.h
by Masanari Iida
· 13 years ago
1bba2e8
ixgbe: make ethtool strings table const
by Stephen Hemminger
· 13 years ago
68d6d4a
ixgbe: Add warning when no space left for more MAC filters
by Greg Rose
· 13 years ago
9497182
ixgbe: update copyright to 2012
by Don Skidmore
· 13 years ago
8ef78ad
ixgbe: Add module parameter to allow untested and unsafe SFP+ modules
by Peter P Waskiewicz Jr
· 13 years ago
795be954
ixgbe: Fix register defines to correctly handle complex expressions
by Alexander Duyck
· 13 years ago
ea81875
ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() call
by Neerav Parikh
· 13 years ago
0e22d04
ixgbe: add support for new 82599 device.
by Don Skidmore
· 13 years ago
9e791e4
ixgbe: add support for new 82599 device id
by Emil Tantilov
· 13 years ago
176f950
ixgbe: add write flush in ixgbe_clock_out_i2c_byte()
by Emil Tantilov
· 13 years ago
52f33af
ixgbe: fix typo's
by Stephen Hemminger
· 13 years ago
c1085b1
ixgbe: fix incorrect PHY register reads
by Emil Tantilov
· 13 years ago
3db1cd5
net: fix assignment of 0/1 to bool variables.
by Rusty Russell
· 13 years ago
8e58613
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
by Jiri Pirko
· 13 years ago
560f20d
ixgbe: Remove function prototype for non-existent function
by Greg Rose
· 13 years ago
43497cc
ixgbe: DCB: IEEE transitions may fail to reprogram hardware.
by John Fastabend
· 13 years ago
4909fe9
ixgbe: DCBnl set_all, order of operations fix
by John Fastabend
· 13 years ago
1f2149c
net: remove netdev_alloc_page and use __GFP_COLD
by Eric Dumazet
· 13 years ago
f85fa27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 13 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 13 years ago
ea99d83
intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN
by Joe Perches
· 13 years ago
8d23363
ixgbe: fix LED blink logic to check for link
by Emil Tantilov
· 13 years ago
612a94d
Sweep the last of the active .get_drvinfo floors under ethernet/
by Rick Jones
· 13 years ago
0126410
ixgbe: Fix compile for kernel without CONFIG_PCI_IOV defined
by Rose, Gregory V
· 13 years ago
8599e25
ixgbe: DCB, return max for IEEE traffic classes
by John Fastabend
· 13 years ago
331bcf4
ixgbe: fix reading of the buffer returned by the firmware
by Emil Tantilov
· 13 years ago
9487dc8
ixgbe: Fix compiler warnings
by Greg Rose
· 13 years ago
b120818
ixgbe: fix smatch splat due to missing NULL check
by John Fastabend
· 13 years ago
93d3ce8
ixgbe: fix disabling of Tx laser at probe
by Emil Tantilov
· 13 years ago
232ef6b
ixgbe: Fix link issues caused by a reset while interface is down
by Emil Tantilov
· 13 years ago
8a9ea32
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
15e5209
ixgbe: change the eeprom version reported by ethtool
by Emil Tantilov
· 13 years ago
2fa5eef
ixgbe: allow eeprom writes via ethtool
by Emil Tantilov
· 13 years ago
79488c5
ixgbe: fix endianess when writing driver version to firmware
by Emil Tantilov
· 13 years ago
de4c7f6
ixgbe: Add new netdev op to turn spoof checking on or off per VF
by Greg Rose
· 13 years ago
9813064
ixgbe: fix skb truesize underestimation
by Eric Dumazet
· 13 years ago
15d447e
ixgbe: Correct check for change in FCoE priority
by Mark Rustad
· 13 years ago
7b859eb
ixgbe: Add FCoE DDP allocation failure counters to ethtool stats.
by Amir Hanania
· 13 years ago
83c61fa
ixgbe: Add protection from VF invalid target DMA
by Greg Rose
· 13 years ago
8b0c116
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
by Rick Jones
· 13 years ago
19d478b
ixgbe: bump version number
by Don Skidmore
· 13 years ago
6b8456c
ixgbe: X540 devices RX PFC frames pause traffic even if disabled
by John Fastabend
· 13 years ago
4de2a02
ixgbe: DCB X540 devices support max traffic class of 4
by John Fastabend
· 13 years ago
32701dc
ixgbe: fixup hard dependencies on supporting 8 traffic classes
by John Fastabend
· 13 years ago
2ad30e2
ixgbe: Fix PFC mask generation
by Mark Rustad
· 13 years ago
3e7307f
ixgbe: remove instances of ixgbe_phy_aq for 82598 and 82599
by Emil Tantilov
· 13 years ago
860502b
ixgbe: get pauseparam autoneg
by Mika Lansirinne
· 13 years ago
837617a
ixgbe: do not disable flow control in ixgbe_check_mac_link
by Emil Tantilov
· 13 years ago
217995e
ixgbe: send MFLCN to ethtool
by Emil Tantilov
· 13 years ago
7d14528
ixgbe: add support for new 82599 device
by Emil Tantilov
· 13 years ago
2466dd9
ixgbe: fix driver version initialization in firmware
by Jacob Keller
· 13 years ago
e1befd7
ixgbe: remove return code for functions that always return 0
by Emil Tantilov
· 13 years ago
3fbaa3a
ixgbe: clear the data field in ixgbe_read_i2c_byte_generic
by Emil Tantilov
· 13 years ago
7edebf9
ixgbe: prevent link checks while resetting
by Emil Tantilov
· 13 years ago
0ccb974
ixgbe: add ECC warning for legacy interrupts
by Don Skidmore
· 13 years ago
f3df98e
ixgbe: cleanup ixgbe_setup_gpie() for X540
by Don Skidmore
· 13 years ago
4f51bf7
ixgbe add thermal sensor support for x540 hardware
by Jacob Keller
· 13 years ago
9da712d
ixgbe: update {P}FC thresholds to account for X540 and loopback
by John Fastabend
· 13 years ago
934c18c
ixgbe: disable LLI for FCoE
by Vasu Dev
· 13 years ago
d5bf4f6
ixgbe: Cleanup q_vector interrupt throttle rate logic
by Emil Tantilov
· 13 years ago
fb7a6d4
Merge git://github.com/Jkirsher/net-next
by David S. Miller
· 13 years ago
8c838d7
ixgbe: remove global reset to the MAC
by Emil Tantilov
· 13 years ago
c23f5b6
ixgbe: add WOL support for X540
by Emil Tantilov
· 13 years ago
ff9d1a5
ixgbe: avoid HW lockup when adapter is reset with Tx work pending
by Emil Tantilov
· 13 years ago
e886c44
ixgbe: dcb, set priority to traffic class mappings
by John Fastabend
· 13 years ago
858bc08
ixgbe: cleanup X540 interrupt enablement
by Don Skidmore
· 13 years ago
4c09f3a
ixgbe: DCB, do not call set_state() from IEEE mode
by John Fastabend
· 13 years ago
c6bda30
ixgbe: Reconfigure SR-IOV Init
by Greg Rose
· 13 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
ae0e148
ixgbe: remove duplicate netif_tx_start_all_queues
by Emil Tantilov
· 13 years ago
80bb25e
ixgbe: fix FCRTL/H register dump for X540
by Emil Tantilov
· 13 years ago
1a70db4b
ixgbe: cleanup some register reads
by Emil Tantilov
· 13 years ago
919e78a
ixgbe: Make better use of memory allocations in one-buffer mode w/ RSC
by Alexander Duyck
· 13 years ago
398fe4a
ixgbe: drop adapter from ixgbe_fso call documentation
by Alexander Duyck
· 13 years ago
8917b44
ixgbe: Add SFP support for missed 82598 PHY
by Alexander Duyck
· 13 years ago
5fdd31f
ixgbe: Add missing code for enabling overheat sensor interrupt
by Alexander Duyck
· 13 years ago
c7ccde0
ixgbe: make ixgbe_up and ixgbe_up_complete void functions
by Alexander Duyck
· 13 years ago
f7e1027
v2 ixgbe: Update packet buffer reservation to correct fdir headroom size
by Alexander Duyck
· 13 years ago
4c1d7b4
ixgbe: remove redundant configuration of tx_sample_rate
by Alexander Duyck
· 13 years ago
473e64e
ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALL
by Ben Hutchings
· 13 years ago
815c7db
ethtool: Clean up definitions of rule location arrays in RX NFC
by Ben Hutchings
· 13 years ago
e3b37a1
Merge git://github.com/Jkirsher/net-next
by David S. Miller
· 13 years ago
2c4af69
ixgbe: Correctly name and handle MSI-X other interrupt
by Alexander Duyck
· 13 years ago
Next »