Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
2facaad6000f2322eb40ca379aced31c957f0a41
/
drivers
/
net
/
ethernet
/
intel
d2cee2e
ixgbe: change ndo_xdp_xmit return code on xmit errors
by Jesper Dangaard Brouer
· 8 years ago
7f3b39d
net/sched: Fix the logic error to decide the ingress qdisc
by Chris Mi
· 8 years ago
a2e8da9
net: sched: use newly added classid identity helpers
by Jiri Pirko
· 8 years ago
d5e7f82
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 8 years ago
3118e6e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
eeb0149
igb: support BCM54616 PHY
by John W Linville
· 8 years ago
d4661248
igbvf: convert msleep to mdelay in atomic context
by Greg Edwards
· 8 years ago
0d3ee0d
igbvf: after mailbox write, wait for reply
by Greg Edwards
· 8 years ago
32652c2
igbvf: add lock around mailbox ops
by Greg Edwards
· 8 years ago
48f76b68
e1000e: Initial Support for IceLake
by Sasha Neftin
· 8 years ago
46b3bb9
igb: do not drop PF mailbox lock after read of VF message
by Greg Edwards
· 8 years ago
1a6c4a3
igb: expose mailbox unlock method
by Greg Edwards
· 8 years ago
09fc97b
igb: add argument names to mailbox op function declarations
by Greg Edwards
· 8 years ago
2643e6e
igb: Remove incorrect "unexpected SYS WRAP" log message
by Corinna Vinschen
· 8 years ago
d75372a
e1000e: add check on e1e_wphy() return value
by Gustavo A R Silva
· 8 years ago
26bd4e2
igb: protect TX timestamping from API misuse
by Cliff Spradlin
· 8 years ago
94221ae75
igb: Fix error of RX network flow classification
by Gangfeng Huang
· 8 years ago
de4784c
net: sched: get rid of struct tc_to_netdev
by Jiri Pirko
· 8 years ago
38cf042
net: sched: change return value of ndo_setup_tc for driver supporting mqprio only
by Jiri Pirko
· 8 years ago
5fd9fc4
net: sched: push cls related args into cls_common structure
by Jiri Pirko
· 8 years ago
bc32afd
ixgbe: push cls_u32 and mqprio setup_tc processing into separate functions
by Jiri Pirko
· 8 years ago
2572ac5
net: sched: make type an argument for ndo_setup_tc
by Jiri Pirko
· 8 years ago
3bcc0ce
net: sched: change names of action number helpers to be aligned with the rest
by Jiri Pirko
· 8 years ago
7c3a462
ixgbe: Initialize 64-bit stats seqcounts
by Florian Fainelli
· 8 years ago
7d6d067
i40e: Initialize 64-bit statistics TX ring seqcount
by Florian Fainelli
· 8 years ago
e27a879
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 8 years ago
2f1d86e
i40e: handle setting administratively set MAC address back to zero
by Stefan Assmann
· 8 years ago
07c357f
i40evf: remove unnecessary __packed
by Tushar Dave
· 8 years ago
c969ef4
i40evf: Use le32_to_cpu before evaluating HW desc fields
by Tushar Dave
· 8 years ago
eb23039
i40e: report BPF prog id during XDP_QUERY_PROG
by Daniel Borkmann
· 8 years ago
8d9ee66
i40evf: add some missing includes
by Jesse Brandeburg
· 8 years ago
d8b2c70
i40e: display correct UDP tunnel type name
by Jacob Keller
· 8 years ago
b85c94b
i40e/i40evf: remove mismatched type warnings
by Jesse Brandeburg
· 8 years ago
601a2e7
i40e/i40evf: make IPv6 ATR code clearer
by Jesse Brandeburg
· 8 years ago
4d43308
i40e: fix odd formatting and indent
by Jesse Brandeburg
· 8 years ago
0ac30ce
i40e: fix up 32 bit timespec references
by Jesse Brandeburg
· 8 years ago
981e25c
i40e: Handle admin Q timeout when releasing NVM
by Paul M Stillwell Jr
· 8 years ago
4d5957c
i40e: remove WQ_UNBOUND and the task limit of our workqueue
by Jacob Keller
· 8 years ago
7c9ae7f
i40e: Fix for trace found with S4 state
by Carolyn Wyborny
· 8 years ago
db1a8f8
i40e: fix incorrect variable assignment
by Gustavo A R Silva
· 8 years ago
7adbccb
ixgbe: Disable flow control for XFI
by Tony Nguyen
· 8 years ago
ae84dbf
ixgbe: Do not support flow control autonegotiation for X553
by Tony Nguyen
· 8 years ago
48301cf
ixgbe: Update NW_MNG_IF_SEL support for X553
by Tony Nguyen
· 8 years ago
72f740b
ixgbe: Enable LASI interrupts for X552 devices
by Tony Nguyen
· 8 years ago
0e1ff306
ixgbe: Ensure MAC filter was added before setting MACVLAN
by Tony Nguyen
· 8 years ago
11393cc
xdp: Add batching support to redirect map
by John Fastabend
· 8 years ago
5acaee0
xdp: add trace event for xdp redirect
by John Fastabend
· 8 years ago
6453073
ixgbe: add initial support for xdp redirect
by John Fastabend
· 8 years ago
90382dc
ixgbe: NULL xdp_tx rings on resource cleanup
by John Fastabend
· 8 years ago
f263fbb
Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 8 years ago
775755e
PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()
by Christoph Hellwig
· 8 years ago
dfc4ff6
i40e: don't hold RTNL lock for the entire reset
by Jacob Keller
· 8 years ago
7642984
i40e: Handle PE_CRITERR properly with IWARP enabled
by Catherine Sullivan
· 8 years ago
2e5c26ea
i40e: clear only cause_ena bit
by Shannon Nelson
· 8 years ago
e588723
i40e: fix disabling overflow promiscuous mode
by Alan Brady
· 8 years ago
5bbb2e2
i40e: Add support for OEM firmware version
by Filip Sadowski
· 8 years ago
4fc8c67
i40e: genericize the partition bandwidth control
by Shannon Nelson
· 8 years ago
83d14c5
i40e: Add message for unsupported MFP mode
by Carolyn Wyborny
· 8 years ago
68fb13a7
i40e: Support firmware CEE DCB UP to TC map re-definition
by Greg Bowers
· 8 years ago
1e99854
i40e: Fix potential out of bound array access
by Sudheer Mogilappagari
· 8 years ago
15d23b4
i40e: comment that udp_port must be in host byte order
by Jacob Keller
· 8 years ago
59e331e
i40e: use dev_dbg instead of dev_info when warning about missing routine
by Jacob Keller
· 8 years ago
7c32b1e
i40e/i40evf: update WOL and I40E_AQC_ADDR_VALID_MASK flags
by Alice Michael
· 8 years ago
65c7006
i40evf: assign num_active_queues inside i40evf_alloc_queues
by Jacob Keller
· 8 years ago
74608d1
i40e: add support for XDP_TX action
by Björn Töpel
· 8 years ago
0c8493d
i40e: add XDP support for pass and drop actions
by Björn Töpel
· 8 years ago
4792093
bpf: ixgbe: Report bpf_prog ID during XDP_QUERY_PROG
by Martin KaFai Lau
· 8 years ago
4df864c
networking: make skb_put & friends return void pointers
by Johannes Berg
· 8 years ago
59ae1d1
networking: introduce and use skb_put_data()
by Johannes Berg
· 8 years ago
0ddead9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
640f93c
i40e: Fix a sleep-in-atomic bug
by Jia-Ju Bai
· 8 years ago
a09c0fc
ixgbe: pci_set_drvdata must be called before register_netdev
by Jeff Mahoney
· 8 years ago
4ebdf8a
ixgbe: Resolve cppcheck format string warning
by Tony Nguyen
· 8 years ago
d28b194
ixgbe: fix writes to PFQDE
by Emil Tantilov
· 8 years ago
adc2c83
ixgbevf: Bump version number
by Tony Nguyen
· 8 years ago
01ec552
ixgbe: Bump version number
by Tony Nguyen
· 8 years ago
622a2ef
ixgbe: check for Tx timestamp timeouts during watchdog
by Jacob Keller
· 8 years ago
4cc74c0
ixgbe: add statistic indicating number of skipped Tx timestamps
by Jacob Keller
· 8 years ago
5fef124
ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESS
by Jacob Keller
· 8 years ago
aaebaf5
ixgbe: fix race condition with PTP_TX_IN_PROGRESS bits
by Jacob Keller
· 8 years ago
6964e53
i40e: fix handling of HW ATR eviction
by Jacob Keller
· 8 years ago
3948b57
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 8 years ago
a5fcf8a
net: propagate tc filter chain index down the ndo_setup_tc call
by Jiri Pirko
· 8 years ago
833521e
e1000e: Undo e1000e_pm_freeze if __e1000_shutdown fails
by Chris Wilson
· 8 years ago
b476dea
igb: make a few local functions static
by Colin Ian King
· 8 years ago
216fe8f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
2aae918
i40e/i40evf: proper update of the page_offset field
by Björn Töpel
· 8 years ago
9e6c9c0
i40e: Fix state flags for bit set and clean operations of PF
by Mauro S. M. Rodrigues
· 8 years ago
fd8e597
e1000e: use disable_hardirq() also for MSIX vectors in e1000_netpoll()
by Konstantin Khlebnikov
· 8 years ago
24ad2a9
e1000e: Don't return uninitialized stats
by Benjamin Poirier
· 8 years ago
81e3f64
igb: Remove useless argument
by Benjamin Poirier
· 8 years ago
e5f36ad
igb: check for Tx timestamp timeouts during watchdog
by Jacob Keller
· 8 years ago
c3b8f85
igb: add statistic indicating number of skipped Tx timestamps
by Jacob Keller
· 8 years ago
cff5714
e1000e: add statistic indicating number of skipped Tx timestamps
by Jacob Keller
· 8 years ago
74344e3
igb: avoid permanent lock of *_PTP_TX_IN_PROGRESS
by Jacob Keller
· 8 years ago
4ccdc01
igb: fix race condition with PTP_TX_IN_PROGRESS bits
by Jacob Keller
· 8 years ago
5012863
e1000e: fix race condition around skb_tstamp_tx()
by Jacob Keller
· 8 years ago
000ba1f
igb: mark PM functions as __maybe_unused
by Arnd Bergmann
· 8 years ago
440aeca
igb: Explicitly select page 0 at initialization
by Matwey V Kornilov
· 9 years ago
82c01a8
net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return void
by yuval.shaia@oracle.com
· 8 years ago
Next »