index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
Merge branch 'geneve-lwt-efficiency'
David S. Miller
1
-405
/
+274
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
Merge branch 'tcp-cong-undo_cwnd-mandatory'
David S. Miller
13
-7
/
+74
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
Merge branch 'bridge-igmpv3-mldv2-support'
David S. Miller
5
-39
/
+210
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
Merge branch 'mlx5-bpf-refcnt-fixes'
David S. Miller
3
-13
/
+33
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
Merge branch 'mV88e6xxx-interrupt-fixes'
David S. Miller
3
-28
/
+59
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
Merge tag 'batadv-next-for-davem-20161119' of git://git.open-mesh.org/linux-m...
David S. Miller
9
-115
/
+445
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
Merge branch 'net-marvell-freescale-compile-test'
David S. Miller
5
-7
/
+21
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
2016-11-18
bus: mvebu-bus: Provide inline stub for mvebu_mbus_get_dram_win_info
Florian Fainelli
1
-0
/
+8
2016-11-18
net: fsl: Allow most drivers to be built with COMPILE_TEST
Florian Fainelli
1
-1
/
+3
[next]