index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dax
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-11-22
mlxsw: core: Implement thermal zone
Ivan Vecera
5
-0
/
+484
2016-11-22
mlxsw: reg: Add Management Fan Speed Limit register
Jiri Pirko
1
-0
/
+49
2016-11-22
net: dsa: mv88e6xxx: Move g1 stats code in global1.[ch]
Andrew Lunn
3
-52
/
+36
2016-11-22
net: dsa: mv88e6xxx: Implement mv88e6390 get_stats
Andrew Lunn
2
-10
/
+32
2016-11-22
net: dsa: mv88e6xxx: Add stats_get_stats to ops structure
Andrew Lunn
2
-28
/
+57
2016-11-22
net: dsa: mv88e6xxx: Add stats_get_sset_count|string to ops structure
Andrew Lunn
2
-80
/
+177
2016-11-22
net: dsa: mv88e6xxx: Add mv88e6390 statistics unit init
Andrew Lunn
4
-0
/
+46
2016-11-22
net: dsa: mv88e6xxx: Add mv88e6390 stats snapshot operation
Andrew Lunn
4
-1
/
+27
2016-11-22
net: dsa: mv88e6xxx: Add comment about family a device belongs to
Andrew Lunn
1
-0
/
+24
2016-11-22
net: dsa: mv88e6xxx: Abstract stats_snapshot into ops structure
Andrew Lunn
4
-15
/
+56
2016-11-22
net: dsa: mv88e6xxx: Add the mv88e6390 family
Andrew Lunn
3
-1
/
+182
2016-11-22
net: dsa: mv88e6xxx: Fix unused variable warning by using variable
Andrew Lunn
1
-0
/
+3
2016-11-22
net: dsa: mv88e6xxx: Take switch out of reset before probe
Andrew Lunn
1
-4
/
+4
2016-11-21
net: ieee802154: constify ieee802154_ops structures
Bhumika Goyal
2
-2
/
+2
2016-11-21
geneve: Optimize geneve device lookup.
pravin shelar
1
-4
/
+13
2016-11-21
geneve: Remove redundant socket checks.
pravin shelar
1
-8
/
+2
2016-11-21
geneve: Merge ipv4 and ipv6 geneve_build_skb()
pravin shelar
1
-74
/
+26
2016-11-21
geneve: Unify LWT and netdev handling.
pravin shelar
1
-349
/
+263
2016-11-21
tcp: make undo_cwnd mandatory for congestion modules
Florian Westphal
8
-6
/
+19
2016-11-21
tcp: add cwnd_undo functions to various tcp cc algorithms
Florian Westphal
5
-1
/
+55
2016-11-21
bridge: mcast: add MLDv2 querier support
Nikolay Aleksandrov
5
-22
/
+113
2016-11-21
bridge: mcast: add IGMPv3 query support
Nikolay Aleksandrov
5
-18
/
+98
2016-11-21
driver: macvlan: Remove duplicated IFF_UP condition check in macvlan_forward_...
Gao Feng
1
-2
/
+1
2016-11-21
mlx4: avoid unnecessary dirtying of critical fields
Eric Dumazet
1
-17
/
+30
2016-11-21
bnx2: use READ_ONCE() instead of barrier()
Eric Dumazet
1
-12
/
+5
2016-11-21
udp: avoid one cache line miss in recvmsg()
Eric Dumazet
2
-2
/
+4
2016-11-21
bpf: add __must_check attributes to refcount manipulating helpers
Daniel Borkmann
1
-5
/
+7
2016-11-21
bpf, mlx5: drop priv->xdp_prog reference on netdev cleanup
Daniel Borkmann
1
-0
/
+3
2016-11-21
bpf, mlx5: fix various refcount issues in mlx5e_xdp_set
Daniel Borkmann
1
-4
/
+13
2016-11-21
bpf, mlx5: fix mlx5e_create_rq taking reference on prog
Daniel Borkmann
2
-4
/
+10
2016-11-21
net: dsa: mv88e6xxx: Hold the mutex while freeing g1 interrupts
Andrew Lunn
1
-1
/
+4
2016-11-21
net: dsa: mv88e6xxx: Fix releasing for the global2 interrupts
Andrew Lunn
2
-10
/
+19
2016-11-21
net: dsa: mv88e6xxx: Fix cleanup on error for g1 interrupt setup
Andrew Lunn
1
-11
/
+20
2016-11-21
net: dsa: mv88e6xxx: Mask g1 interrupts and free interrupt
Andrew Lunn
1
-0
/
+7
2016-11-21
net: dsa: mv88e6xxx: Fix unconditional irq freeing
Andrew Lunn
1
-5
/
+8
2016-11-21
net: dsa: mv88e6xxx: Fix typos when removing g1 interrupts
Andrew Lunn
1
-2
/
+2
2016-11-20
net: fix bogus cast in skb_pagelen() and use unsigned variables
Alexey Dobriyan
3
-5
/
+5
2016-11-20
netlink: smaller nla_attr_minlen table
Alexey Dobriyan
1
-1
/
+1
2016-11-20
netlink: use "unsigned int" in nla_next()
Alexey Dobriyan
1
-1
/
+1
2016-11-20
net: make struct napi_alloc_cache::skb_count unsigned int
Alexey Dobriyan
1
-1
/
+1
2016-11-19
af_packet: Use virtio_net_hdr_from_skb() directly.
Jarno Rajahalme
1
-12
/
+4
2016-11-19
af_packet: Use virtio_net_hdr_to_skb().
Jarno Rajahalme
1
-48
/
+3
2016-11-19
virtio_net: Do not clear memory for struct virtio_net_hdr twice.
Jarno Rajahalme
3
-5
/
+2
2016-11-19
virtio_net.h: Fix comment.
Jarno Rajahalme
1
-1
/
+1
2016-11-19
virtio_net: Simplify call sites for virtio_net_hdr_{from, to}_skb().
Jarno Rajahalme
2
-8
/
+5
2016-11-18
cxgb4: Allocate Tx queues dynamically
Hariprasad Shenai
11
-82
/
+287
2016-11-18
liquidio CN23XX: bitwise vs logical AND typo
Dan Carpenter
1
-1
/
+1
2016-11-18
lan78xx: relocate mdix setting to phy driver
Woojung Huh
2
-71
/
+38
2016-11-18
net: dsa: mv88e6xxx: Select IRQ_DOMAIN
Florian Fainelli
1
-0
/
+1
2016-11-18
net: marvell: Allow drivers to be built with COMPILE_TEST
Florian Fainelli
1
-4
/
+7
[next]