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.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
2017-12-06
act_mirred: get rid of tcfm_ifindex from struct tcf_mirred
Cong Wang
1
-4
/
+2
2017-12-06
net_sched: remove unused parameter from act cleanup ops
Cong Wang
1
-1
/
+1
2017-12-06
net: dsa: return per-port upstream port
Vivien Didelot
1
-3
/
+6
2017-12-05
net: sched: sch_api: fix code style issues
Alexander Aring
1
-4
/
+6
2017-12-05
net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
Cong Wang
1
-1
/
+0
2017-12-05
phylib: Add device reset GPIO support
Sergei Shtylyov
2
-0
/
+8
2017-12-05
flow_dissector: dissect tunnel info outside __skb_flow_dissect()
Simon Horman
1
-0
/
+5
2017-12-05
tun: add eBPF based queue selection method
Jason Wang
1
-0
/
+1
2017-12-05
phylink: convert to fwnode
Russell King
1
-1
/
+2
2017-12-05
sfp: convert to fwnode
Russell King
1
-3
/
+4
2017-12-05
sfp: add documentation for kernel APIs
Russell King
1
-14
/
+36
2017-12-05
phylink: add documentation for kernel APIs
Russell King
1
-48
/
+135
2017-12-05
phylink: remove phylink_init_eee()
Russell King
1
-1
/
+0
2017-12-05
phylink: get rid of separate Cisco SGMII and 802.3z modes
Russell King
1
-12
/
+7
2017-12-05
phy: add phy_interface_mode_is_8023z() helper
Russell King
1
-0
/
+14
2017-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
17
-52
/
+73
2017-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-6
/
+5
2017-12-04
rtnetlink: ipv6: convert remaining users to rtnl_register_module
Florian Westphal
1
-1
/
+1
2017-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+4
2017-12-04
rtnetlink: remove __rtnl_register
Florian Westphal
1
-2
/
+0
2017-12-04
rtnetlink: get reference on module before invoking handlers
Florian Westphal
1
-0
/
+2
2017-12-04
net: phy: core: remove now uneeded disabling of interrupts
Heiner Kallweit
1
-1
/
+0
2017-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+1
2017-12-03
tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()
David Ahern
1
-2
/
+1
2017-12-03
inet: Add a 2nd listener hashtable (port+addr)
Martin KaFai Lau
2
-6
/
+24
2017-12-03
udp: Move udp[46]_portaddr_hash() to net/ip[v6].h
Martin KaFai Lau
2
-0
/
+26
2017-12-03
inet: Add a count to struct inet_listen_hashbucket
Martin KaFai Lau
1
-0
/
+1
2017-12-03
vmbus: make hv_get_ringbuffer_availbytes local
Stephen Hemminger
1
-22
/
+0
2017-12-03
net: dsa: introduce dsa_towards_port helper
Vivien Didelot
1
-10
/
+13
2017-12-03
net: dsa: remove trans argument from mdb ops
Vivien Didelot
1
-6
/
+4
2017-12-03
net: dsa: remove trans argument from vlan ops
Vivien Didelot
1
-6
/
+4
2017-12-03
net: xdp: report flags program was installed with on query
Jakub Kicinski
1
-0
/
+2
2017-12-03
net: xdp: avoid output parameters when querying XDP prog
Jakub Kicinski
1
-1
/
+2
2017-12-02
Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm...
Linus Torvalds
1
-0
/
+0
2017-12-02
move libgcc.h to include/linux
Christoph Hellwig
1
-0
/
+0
2017-12-01
net: phy: core: use genphy version of callbacks read_status and config_aneg p...
Heiner Kallweit
1
-15
/
+18
2017-12-01
ip6_gre: Add ERSPAN native tunnel support
William Tu
1
-0
/
+1
2017-12-01
ip_gre: Refector the erpsan tunnel code.
William Tu
1
-0
/
+51
2017-12-01
net: ethtool: add support for reset of AP inside NIC interface.
Scott Branden
1
-0
/
+1
2017-12-01
sctp: abandon the whole msg if one part of a fragmented message is abandoned
Xin Long
1
-1
/
+2
2017-12-01
Merge tag 'drm-fixes-for-v4.15-rc2' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
2
-33
/
+21
2017-12-01
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2017-12-01
Merge tag 'acpi-4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2
-0
/
+2
2017-12-01
Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux in...
Dave Airlie
1
-22
/
+10
2017-12-01
Merge tag 'drm-amdkfd-fixes-2017-11-26' of git://people.freedesktop.org/~gabb...
Dave Airlie
1
-11
/
+11
2017-11-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+3
2017-11-30
act_sample: get rid of tcf_sample_cleanup_rcu()
Cong Wang
1
-1
/
+0
2017-11-30
net: Remove dst->next
David Miller
1
-4
/
+0
2017-11-30
net: Rearrange dst_entry layout to avoid useless padding.
David Miller
1
-19
/
+12
2017-11-30
xfrm: Move dst->path into struct xfrm_dst
David Miller
2
-3
/
+15
[next]