index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-20
i40e: don't hold RTNL lock for the entire reset
Jacob Keller
1
-20
/
+7
2017-06-20
i40e: Handle PE_CRITERR properly with IWARP enabled
Catherine Sullivan
1
-2
/
+2
2017-06-20
i40e: clear only cause_ena bit
Shannon Nelson
1
-2
/
+12
2017-06-20
i40e: fix disabling overflow promiscuous mode
Alan Brady
1
-3
/
+2
2017-06-20
i40e: Add support for OEM firmware version
Filip Sadowski
2
-14
/
+81
2017-06-20
i40e: genericize the partition bandwidth control
Shannon Nelson
2
-28
/
+26
2017-06-20
i40e: Add message for unsupported MFP mode
Carolyn Wyborny
1
-0
/
+6
2017-06-20
i40e: Support firmware CEE DCB UP to TC map re-definition
Greg Bowers
1
-4
/
+7
2017-06-20
i40e: Fix potential out of bound array access
Sudheer Mogilappagari
1
-1
/
+3
2017-06-20
i40e: comment that udp_port must be in host byte order
Jacob Keller
1
-1
/
+5
2017-06-20
i40e: use dev_dbg instead of dev_info when warning about missing routine
Jacob Keller
1
-3
/
+3
2017-06-20
i40e/i40evf: update WOL and I40E_AQC_ADDR_VALID_MASK flags
Alice Michael
2
-4
/
+5
2017-06-20
i40evf: assign num_active_queues inside i40evf_alloc_queues
Jacob Keller
1
-7
/
+11
2017-06-20
i40e: add support for XDP_TX action
Björn Töpel
5
-87
/
+384
2017-06-20
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-14
i40e: Fix a sleep-in-atomic bug
Jia-Ju Bai
1
-0
/
+2
2017-06-13
ixgbe: pci_set_drvdata must be called before register_netdev
Jeff Mahoney
1
-1
/
+1
2017-06-13
ixgbe: Resolve cppcheck format string warning
Tony Nguyen
1
-1
/
+1
2017-06-13
ixgbe: fix writes to PFQDE
Emil Tantilov
1
-1
/
+1
2017-06-13
ixgbevf: Bump version number
Tony Nguyen
1
-1
/
+1
2017-06-13
ixgbe: Bump version number
Tony Nguyen
1
-1
/
+1
2017-06-13
ixgbe: check for Tx timestamp timeouts during watchdog
Jacob Keller
3
-0
/
+29
2017-06-13
ixgbe: add statistic indicating number of skipped Tx timestamps
Jacob Keller
3
-10
/
+17
2017-06-13
ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESS
Jacob Keller
1
-5
/
+15
2017-06-13
ixgbe: fix race condition with PTP_TX_IN_PROGRESS bits
Jacob Keller
1
-3
/
+12
2017-06-12
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-07
e1000e: Undo e1000e_pm_freeze if __e1000_shutdown fails
Chris Wilson
1
-1
/
+6
2017-06-07
igb: make a few local functions static
Colin Ian King
1
-6
/
+6
2017-06-06
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
2017-06-06
igb: mark PM functions as __maybe_unused
Arnd Bergmann
1
-13
/
+5
2017-06-06
igb: Explicitly select page 0 at initialization
Matwey V Kornilov
1
-0
/
+1
2017-06-05
net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...
yuval.shaia@oracle.com
1
-1
/
+4
2017-06-01
i40evf: Add support for Adaptive Virtual Function
Preethi Banala
4
-7
/
+12
[next]