index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
devtmpfs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-20
s390/qeth: don't verify device when setting MAC address
Julian Wiedmann
1
-23
/
+0
2017-10-20
s390/qeth: clean up initial MTU determination
Julian Wiedmann
1
-10
/
+4
2017-10-20
s390/qeth: fix early exit from error path
Julian Wiedmann
1
-2
/
+4
2017-10-20
s390/qeth: use kstrtobool() in qeth_bridgeport_hostnotification_store()
Andy Shevchenko
1
-8
/
+5
2017-10-20
s390/qeth: remove duplicated device matching
Julian Wiedmann
4
-50
/
+9
2017-10-20
s390/drivers: use setup_timer
Allen Pais
1
-6
/
+2
2017-10-20
s390/qeth: rely on kernel for feature recovery
Julian Wiedmann
2
-23
/
+19
2017-10-20
net/sched: Set the net-device for egress device instance
Or Gerlitz
1
-0
/
+1
2017-10-20
cxgb4: add tc flower support for L3/L4 rewrite
Kumar Sanghvi
3
-37
/
+244
2017-10-20
cxgb4: introduce fw_filter2_wr to prepare for L3/L4 rewrite support
Kumar Sanghvi
4
-3
/
+111
2017-10-20
cxgb4: add tc flower support for ETH-SMAC rewrite
Kumar Sanghvi
2
-0
/
+13
2017-10-20
cxgb4: introduce SMT ops to prepare for SMAC rewrite support
Kumar Sanghvi
8
-19
/
+519
2017-10-20
cxgb4: add tc flower support for ETH-DMAC rewrite
Kumar Sanghvi
2
-1
/
+126
2017-10-20
cxgb4: add tc flower support for action PASS
Kumar Sanghvi
1
-2
/
+6
2017-10-20
cxgb4: add tc flower match support for vlan
Kumar Sanghvi
1
-0
/
+35
2017-10-20
cxgb4: add tc flower match support for TOS
Kumar Sanghvi
1
-1
/
+50
2017-10-20
tcp: Remove use of inet6_sk and add IPv6 checks to tracepoint
David Ahern
1
-3
/
+5
2017-10-20
doc: Update VRF documentation metric
Donald Sharp
1
-4
/
+9
2017-10-20
net: sched: cls_u32: use hash_ptr() for tc_u_hash
Arnd Bergmann
1
-1
/
+1
2017-10-20
tipc: checking for NULL instead of IS_ERR()
Dan Carpenter
1
-1
/
+1
2017-10-20
net: sh_eth: implement R-Car Gen[12] fallback compatibility strings
Simon Horman
1
-0
/
+2
2017-10-20
net: sh_eth: rename name structures as rcar_gen[12]_*
Simon Horman
1
-15
/
+15
2017-10-20
dt-bindings: net: sh_eth: add R-Car Gen[12] fallback compatibility strings
Simon Horman
1
-2
/
+12
2017-10-19
dql: make dql_init return void
Stephen Hemminger
2
-3
/
+2
2017-10-19
net: l2tp: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2017-10-19
liquidio: mark expected switch fall-through in octeon_destroy_resources
Gustavo A. R. Silva
1
-1
/
+1
2017-10-19
liquidio: remove unnecessary NULL check before kfree in delete_glists
Gustavo A. R. Silva
1
-2
/
+1
2017-10-19
ibmvnic: Let users change net device features
Thomas Falcon
1
-0
/
+2
2017-10-19
ibmvnic: Enable TSO support
Thomas Falcon
2
-8
/
+53
2017-10-19
ibmvnic: Enable scatter-gather support
Thomas Falcon
1
-2
/
+21
2017-10-19
tun: relax check on eth_get_headlen() return value
Eric Dumazet
1
-1
/
+1
2017-10-19
mqprio: fix potential null pointer dereference on opt
Colin Ian King
1
-1
/
+2
2017-10-19
thunderbolt: Right shifting to zero bug in tbnet_handle_packet()
Dan Carpenter
1
-1
/
+1
2017-10-19
thunderbolt: Fix a couple right shifting to zero bugs
Dan Carpenter
1
-2
/
+2
2017-10-19
net: ena: increase ena driver version to 1.3.0
Netanel Belgazal
1
-2
/
+2
2017-10-19
net: ena: add new admin define for future support of IPv6 RSS
Netanel Belgazal
1
-0
/
+6
2017-10-19
net: ena: add statistics for missed tx packets
Netanel Belgazal
3
-13
/
+19
2017-10-19
net: ena: add power management ops to the ENA driver
Netanel Belgazal
3
-27
/
+95
2017-10-19
net: ena: remove legacy suspend suspend/resume support
Netanel Belgazal
3
-56
/
+0
2017-10-19
net: ena: improve ENA driver boot time.
Netanel Belgazal
1
-4
/
+8
2017-10-19
MAINTAINERS: change ENA driver maintainers email domain
Netanel Belgazal
1
-3
/
+3
2017-10-19
qed: Fix iWARP out of order flow
Michal Kalderon
7
-6
/
+27
2017-10-19
net: hns3: Add mqprio hardware offload support in hns3 driver
Yunsheng Lin
4
-19
/
+86
2017-10-19
macvlan/macvtap: Add support for L2 forwarding offloads with macvtap
Alexander Duyck
1
-4
/
+1
2017-10-18
tcp: fix tcp_xmit_retransmit_queue() after rbtree introduction
Eric Dumazet
1
-6
/
+3
2017-10-18
bpf: allow access to skb->len from offloads
Jakub Kicinski
1
-0
/
+2
2017-10-18
bpf: move knowledge about post-translation offsets out of verifier
Jakub Kicinski
3
-39
/
+59
2017-10-18
bpf: remove the verifier ops from program structure
Jakub Kicinski
4
-17
/
+18
2017-10-18
bpf: split verifier and program ops
Jakub Kicinski
6
-40
/
+91
2017-10-18
tcp: Check daddr_cache before use in tracepoint
David Ahern
1
-4
/
+4
[next]