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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-02
ixgbe: Initialize 64-bit stats seqcounts
Florian Fainelli
1
-0
/
+4
2017-08-02
i40e: Initialize 64-bit statistics TX ring seqcount
Florian Fainelli
1
-0
/
+2
2017-07-09
Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-23
/
+13
2017-07-03
PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()
Christoph Hellwig
1
-23
/
+13
2017-06-21
i40e: don't hold RTNL lock for the entire reset
Jacob Keller
1
-20
/
+7
2017-06-21
i40e: Handle PE_CRITERR properly with IWARP enabled
Catherine Sullivan
1
-2
/
+2
2017-06-21
i40e: clear only cause_ena bit
Shannon Nelson
1
-2
/
+12
2017-06-21
i40e: fix disabling overflow promiscuous mode
Alan Brady
1
-3
/
+2
2017-06-21
i40e: Add support for OEM firmware version
Filip Sadowski
2
-14
/
+81
2017-06-21
i40e: genericize the partition bandwidth control
Shannon Nelson
2
-28
/
+26
2017-06-21
i40e: Add message for unsupported MFP mode
Carolyn Wyborny
1
-0
/
+6
2017-06-21
i40e: Support firmware CEE DCB UP to TC map re-definition
Greg Bowers
1
-4
/
+7
2017-06-21
i40e: Fix potential out of bound array access
Sudheer Mogilappagari
1
-1
/
+3
2017-06-21
i40e: comment that udp_port must be in host byte order
Jacob Keller
1
-1
/
+5
2017-06-21
i40e: use dev_dbg instead of dev_info when warning about missing routine
Jacob Keller
1
-3
/
+3
2017-06-21
i40e/i40evf: update WOL and I40E_AQC_ADDR_VALID_MASK flags
Alice Michael
2
-4
/
+5
2017-06-21
i40evf: assign num_active_queues inside i40evf_alloc_queues
Jacob Keller
1
-7
/
+11
2017-06-21
i40e: add support for XDP_TX action
Björn Töpel
5
-87
/
+384
2017-06-21
i40e: add XDP support for pass and drop actions
Björn Töpel
4
-31
/
+194
2017-06-16
bpf: ixgbe: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-0
/
+2
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
2
-2
/
+2
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-1
/
+1
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-7
/
+11
2017-06-15
i40e: Fix a sleep-in-atomic bug
Jia-Ju Bai
1
-0
/
+2
2017-06-14
ixgbe: pci_set_drvdata must be called before register_netdev
Jeff Mahoney
1
-1
/
+1
2017-06-14
ixgbe: Resolve cppcheck format string warning
Tony Nguyen
1
-1
/
+1
2017-06-14
ixgbe: fix writes to PFQDE
Emil Tantilov
1
-1
/
+1
2017-06-14
ixgbevf: Bump version number
Tony Nguyen
1
-1
/
+1
2017-06-14
ixgbe: Bump version number
Tony Nguyen
1
-1
/
+1
2017-06-14
ixgbe: check for Tx timestamp timeouts during watchdog
Jacob Keller
3
-0
/
+29
2017-06-14
ixgbe: add statistic indicating number of skipped Tx timestamps
Jacob Keller
3
-10
/
+17
2017-06-14
ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESS
Jacob Keller
1
-5
/
+15
2017-06-14
ixgbe: fix race condition with PTP_TX_IN_PROGRESS bits
Jacob Keller
1
-3
/
+12
2017-06-13
i40e: fix handling of HW ATR eviction
Jacob Keller
4
-7
/
+9
2017-06-08
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
2
-7
/
+12
2017-06-08
net: propagate tc filter chain index down the ndo_setup_tc call
Jiri Pirko
3
-5
/
+9
2017-06-08
e1000e: Undo e1000e_pm_freeze if __e1000_shutdown fails
Chris Wilson
1
-1
/
+6
2017-06-08
igb: make a few local functions static
Colin Ian King
1
-6
/
+6
2017-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-20
/
+22
2017-06-06
i40e/i40evf: proper update of the page_offset field
Björn Töpel
2
-2
/
+4
2017-06-06
i40e: Fix state flags for bit set and clean operations of PF
Mauro S. M. Rodrigues
1
-18
/
+18
2017-06-06
e1000e: use disable_hardirq() also for MSIX vectors in e1000_netpoll()
Konstantin Khlebnikov
1
-6
/
+6
2017-06-06
e1000e: Don't return uninitialized stats
Benjamin Poirier
1
-1
/
+1
2017-06-06
igb: Remove useless argument
Benjamin Poirier
3
-7
/
+7
2017-06-06
igb: check for Tx timestamp timeouts during watchdog
Jacob Keller
3
-0
/
+31
2017-06-06
igb: add statistic indicating number of skipped Tx timestamps
Jacob Keller
3
-0
/
+4
2017-06-06
e1000e: add statistic indicating number of skipped Tx timestamps
Jacob Keller
3
-7
/
+12
2017-06-06
igb: avoid permanent lock of *_PTP_TX_IN_PROGRESS
Jacob Keller
1
-5
/
+18
2017-06-06
igb: fix race condition with PTP_TX_IN_PROGRESS bits
Jacob Keller
1
-2
/
+10
2017-06-06
e1000e: fix race condition around skb_tstamp_tx()
Jacob Keller
1
-2
/
+8
[next]