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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-114
/
+125
2018-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+10
2018-04-25
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
4
-15
/
+439
2018-04-25
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
6
-180
/
+219
2018-04-25
mkiss: remove redundant check for len > 0
Colin Ian King
1
-1
/
+1
2018-04-25
net: amd8111e: remove redundant duplicated if statement
Colin Ian King
1
-10
/
+6
2018-04-25
igb: Add support for adding offloaded clsflower filters
Vinicius Costa Gomes
2
-2
/
+188
2018-04-25
nfp: flower: ignore duplicate cb requests for same rule
John Hurley
2
-3
/
+21
2018-04-25
nfp: flower: support offloading multiple rules with same cookie
John Hurley
3
-17
/
+38
2018-04-25
nfp: print PCIe link bandwidth on probe
Jakub Kicinski
1
-0
/
+1
2018-04-25
nfp: reset local locks on init
Jakub Kicinski
5
-0
/
+113
2018-04-25
igb: Add the skeletons for tc-flower offloading
Vinicius Costa Gomes
1
-0
/
+66
2018-04-25
igb: Add MAC address support for ethtool nftuple filters
Vinicius Costa Gomes
1
-4
/
+39
2018-04-25
igb: Enable nfc filters to specify MAC addresses
Vinicius Costa Gomes
2
-0
/
+32
2018-04-25
igb: Allow filters to be added for the local MAC address
Vinicius Costa Gomes
1
-4
/
+36
2018-04-25
igb: Add support for enabling queue steering in filters
Vinicius Costa Gomes
3
-0
/
+33
2018-04-25
igb: Add support for MAC address filters specifying source addresses
Vinicius Costa Gomes
3
-5
/
+37
2018-04-25
igb: Enable the hardware traffic class feature bit for igb models
Vinicius Costa Gomes
1
-0
/
+3
2018-04-25
igb: Fix queue selection on MAC filters on i210
Vinicius Costa Gomes
1
-2
/
+7
2018-04-25
net: phy: allow scanning busses with missing phys
Alexandre Belloni
1
-1
/
+10
2018-04-25
igb: Fix not adding filter elements to the list
Vinicius Costa Gomes
1
-1
/
+1
2018-04-25
ixgbe: Avoid performing unnecessary resets for macvlan offload
Alexander Duyck
2
-62
/
+135
2018-04-25
ixgbe: Drop real_adapter from l2 fwd acceleration structure
Alexander Duyck
2
-13
/
+16
2018-04-25
ixgbe/fm10k: Only support macvlan offload for types that support destination ...
Alexander Duyck
2
-0
/
+15
2018-04-25
ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicast
Alexander Duyck
2
-8
/
+6
2018-04-25
macvlan: Use software path for offloaded local, broadcast, and multicast traffic
Alexander Duyck
3
-57
/
+33
2018-04-25
macvlan: Rename fwd_priv to accel_priv and add accessor function
Alexander Duyck
2
-18
/
+23
2018-04-25
ixgbe: Drop support for macvlan specific unicast lists
Alexander Duyck
1
-31
/
+0
2018-04-25
nfp: bpf: optimize comparisons to negative constants
Jakub Kicinski
2
-13
/
+35
2018-04-25
nfp: bpf: tabularize generations of compare operations
Jakub Kicinski
1
-107
/
+61
2018-04-25
nfp: bpf: optimize add/sub of a negative constant
Jakub Kicinski
1
-0
/
+35
2018-04-25
nfp: bpf: remove double space
Jakub Kicinski
1
-1
/
+1
2018-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
63
-407
/
+1082
2018-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
30
-212
/
+752
2018-04-24
liquidio: Swap VF representor Tx and Rx statistics
Srinivas Jampala
1
-7
/
+8
2018-04-24
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
7
-16
/
+37
2018-04-24
fsl/fman_port: remove redundant check on port->rev_info.major
Colin Ian King
1
-5
/
+3
2018-04-24
ice: Fix insufficient memory issue in ice_aq_manage_mac_read
Md Fahad Iqbal Polash
1
-5
/
+17
2018-04-24
qed: Fix copying 2 strings
Denis Bolotin
1
-2
/
+3
2018-04-24
sfc: ARFS filter IDs
Edward Cree
6
-46
/
+337
2018-04-24
ice: Do not check INTEVENT bit for OICR interrupts
Ben Shelton
2
-6
/
+0
2018-04-24
ice: Fix incorrect comment for action type
Anirudh Venkataramanan
1
-1
/
+1
2018-04-24
ice: Fix initialization for num_nodes_added
Anirudh Venkataramanan
1
-2
/
+2
2018-04-24
igb: Fix the transmission mode of queue 0 for Qav mode
Vinicius Costa Gomes
1
-1
/
+16
2018-04-24
ixgbevf: ensure xdp_ring resources are free'd on error exit
Colin Ian King
1
-1
/
+1
2018-04-24
net/mlx5e: Enable adaptive-TX moderation
Tal Gilboa
5
-56
/
+125
2018-04-24
net/dim: Rename *_get_profile() functions to *_get_rx_moderation()
Tal Gilboa
5
-15
/
+17
2018-04-24
vhost_net: use packet weight for rx handler, too
Paolo Abeni
1
-4
/
+8
2018-04-24
team: fix netconsole setup over team
Xin Long
1
-7
/
+12
2018-04-23
amd-xgbe: Only use the SFP supported transceiver signals
Tom Lendacky
1
-17
/
+54
[next]