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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-05
Merge tag 'rxrpc-rewrite-20160304' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
1
-3
/
+12
2016-03-05
ethtool.h: define INT_MAX for userland
Nicolas Dichtel
1
-0
/
+4
2016-03-05
uapi: define DIV_ROUND_UP for userland
Nicolas Dichtel
4
-9
/
+6
2016-03-04
rxrpc: Be more selective about the types of received packets we accept
David Howells
1
-0
/
+11
2016-03-04
rxrpc: Keep the skb private record of the Rx header in host byte order
David Howells
1
-3
/
+1
2016-03-04
net: sched: use pfifo_fast for non real queues
Eric Dumazet
1
-0
/
+6
2016-03-04
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
3
-2
/
+38
2016-03-02
stmmac: rework DMA bus setting and introduce new platform AXI structure
Giuseppe Cavallaro
1
-1
/
+16
2016-03-02
qed: Semantic refactoring of interrupt code
Yuval Mintz
1
-0
/
+6
2016-03-02
net: remove skb_sender_cpu_clear()
WANG Cong
1
-4
/
+0
2016-03-02
net/mlx5: Fix global UAR mapping
Moshe Lazer
1
-3
/
+2
2016-03-02
net/mlx5: Make command timeout way shorter
Or Gerlitz
1
-1
/
+1
2016-03-02
net: ipv4: Convert IP network timestamps to be y2038 safe
Deepa Dinamani
1
-0
/
+2
2016-03-02
introduce IFE action
Jamal Hadi Salim
2
-0
/
+99
2016-03-02
Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...
David S. Miller
7
-84
/
+219
2016-03-02
bridge: mcast: add support for more router port information dumping
Nikolay Aleksandrov
1
-1
/
+13
2016-03-02
bridge: mcast: add support for temporary port router
Nikolay Aleksandrov
1
-0
/
+1
2016-03-02
bridge: mcast: use names for the different multicast_router types
Nikolay Aleksandrov
1
-0
/
+7
2016-03-02
net: dsa: support VLAN filtering switchdev attr
Vivien Didelot
1
-0
/
+2
2016-03-02
mlx4: Implement devlink interface
Jiri Pirko
1
-0
/
+3
2016-03-02
Introduce devlink infrastructure
Jiri Pirko
2
-0
/
+212
2016-03-02
net: sched: cls_u32 add bit to specify software only rules
John Fastabend
2
-2
/
+12
2016-03-02
net: cls_u32: move TC offload feature bit into cls_u32 offload logic
John Fastabend
1
-0
/
+3
2016-03-02
net: sched: consolidate offload decision in cls_u32
John Fastabend
1
-0
/
+5
2016-03-01
netdev: introduce ndo_set_rx_headroom
Paolo Abeni
1
-0
/
+31
2016-03-01
net_sched: update hierarchical backlog too
WANG Cong
2
-2
/
+7
2016-03-01
net_sched: introduce qdisc_replace() helper
WANG Cong
1
-0
/
+17
2016-02-26
net: l3mdev: address selection should only consider devices in L3 domain
David Ahern
1
-2
/
+2
2016-02-26
net: ethtool: remove unused __ethtool_get_settings
David Decotigny
1
-4
/
+0
2016-02-26
net: rdma: use __ethtool_get_ksettings
David Decotigny
1
-8
/
+6
2016-02-26
net: ethtool: add new ETHTOOL_xLINKSETTINGS API
David Decotigny
2
-74
/
+339
2016-02-26
net: Facility to report route quality of connected sockets
Tom Herbert
1
-0
/
+2
2016-02-26
net: ipv6: Make address flushing on ifdown optional
David Ahern
2
-0
/
+2
2016-02-25
net: dsa: drop vlan_getnext
Vivien Didelot
1
-3
/
+0
2016-02-25
net: dsa: add port_vlan_dump routine
Vivien Didelot
1
-0
/
+3
2016-02-25
net_sched: add network namespace support for tc actions
WANG Cong
1
-11
/
+47
2016-02-25
net_sched: prepare tcf_hashinfo_destroy() for netns support
WANG Cong
1
-5
/
+0
2016-02-24
net/mlx5e: Wake On LAN support
Tariq Toukan
3
-1
/
+74
2016-02-24
net/mlx5e: Implement DCBNL IEEE max rate
Tariq Toukan
2
-0
/
+12
2016-02-24
net/mlx5: Introduce physical port TC/prio access functions
Saeed Mahameed
3
-1
/
+56
2016-02-24
net/mlx5: Introduce physical port PFC access functions
Achiad Shochat
1
-0
/
+4
2016-02-24
net/mlx5: Introduce a new header file for physical port functions
Achiad Shochat
2
-31
/
+69
2016-02-24
net: rfkill: gpio: remove rfkill_gpio_platform_data
Heikki Krogerus
1
-37
/
+0
2016-02-24
net: rfkill: add rfkill_find_type function
Heikki Krogerus
1
-0
/
+15
2016-02-24
cfg80211: Add global RRM capability
Beni Lev
1
-0
/
+8
2016-02-24
mac80211: move MU_MIMO_OWNER flag to ieee80211_vif
Sara Sharon
1
-0
/
+2
2016-02-24
mac80211: provide interface to driver to set VHT MU-MIMO data
Sara Sharon
1
-0
/
+15
2016-02-24
mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seq
Eliad Peller
1
-34
/
+0
2016-02-24
mac80211: move TKIP TX IVs to public part of key struct
Eliad Peller
1
-3
/
+20
2016-02-24
cfg80211: basic support for PBSS network type
Lior David
2
-0
/
+14
[next]