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
2017-10-05
net: Add extack to upper device linking
David Ahern
19
-32
/
+44
2017-10-05
net: Add extack to ndo_add_slave
David Ahern
9
-13
/
+22
2017-10-05
net: Add extack to netdev_notifier_info
David Ahern
2
-33
/
+56
2017-10-05
dev: advertise the new nsid when the netns iface changes
Nicolas Dichtel
4
-13
/
+34
2017-10-05
Merge branch 'bpf-cgroup-multi-prog'
David S. Miller
15
-182
/
+1086
2017-10-05
samples/bpf: use bpf_prog_query() interface
Alexei Starovoitov
1
-0
/
+36
2017-10-05
libbpf: add support for BPF_PROG_QUERY
Alexei Starovoitov
2
-1
/
+22
2017-10-05
libbpf: sync bpf.h
Alexei Starovoitov
1
-3
/
+52
2017-10-05
samples/bpf: add multi-prog cgroup test case
Alexei Starovoitov
2
-7
/
+185
2017-10-05
libbpf: introduce bpf_prog_detach2()
Alexei Starovoitov
2
-0
/
+13
2017-10-05
bpf: enforce return code for cgroup-bpf programs
Alexei Starovoitov
2
-0
/
+112
2017-10-05
bpf: introduce BPF_PROG_QUERY command
Alexei Starovoitov
7
-0
/
+148
2017-10-05
bpf: multi program support for cgroup+bpf
Alexei Starovoitov
8
-169
/
+516
2017-10-04
net: cache skb_shinfo() in skb_try_coalesce()
Eric Dumazet
1
-13
/
+16
2017-10-04
selftests: rtnetlink: try concurrent change of ifalias
Florian Westphal
1
-0
/
+6
2017-10-04
rtnetlink: remove __rtnl_af_unregister
Florian Westphal
3
-17
/
+3
2017-10-04
rtnetlink: remove slave_validate callback
Florian Westphal
2
-9
/
+0
2017-10-04
cxgb4vf: make a couple of functions static
Colin Ian King
1
-3
/
+3
2017-10-04
net: core: fix kerneldoc comment
Florian Westphal
1
-1
/
+1
2017-10-04
ravb: RX checksum offload
Simon Horman
1
-1
/
+54
2017-10-04
cxgb4: add new T6 pci device id's
Ganesh Goudar
1
-0
/
+1
2017-10-04
Merge branch 'sctp-stream-schedulers'
David S. Miller
12
-77
/
+1347
2017-10-04
sctp: introduce round robin stream scheduler
Marcelo Ricardo Leitner
5
-2
/
+218
2017-10-04
sctp: introduce priority based stream scheduler
Marcelo Ricardo Leitner
5
-2
/
+377
2017-10-04
sctp: add sockopt to get/set stream scheduler parameters
Marcelo Ricardo Leitner
2
-0
/
+84
2017-10-04
sctp: add sockopt to get/set stream scheduler
Marcelo Ricardo Leitner
2
-0
/
+76
2017-10-04
sctp: introduce stream scheduler foundations
Marcelo Ricardo Leitner
8
-38
/
+477
2017-10-04
sctp: introduce sctp_chunk_stream_no
Marcelo Ricardo Leitner
1
-0
/
+5
2017-10-04
sctp: introduce struct sctp_stream_out_ext
Marcelo Ricardo Leitner
5
-13
/
+50
2017-10-04
sctp: factor out stream->in allocation
Marcelo Ricardo Leitner
1
-8
/
+28
2017-10-04
sctp: factor out stream->out allocation
Marcelo Ricardo Leitner
1
-20
/
+32
2017-10-04
sctp: silence warns on sctp_stream_init allocations
Marcelo Ricardo Leitner
1
-1
/
+7
2017-10-04
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
7
-137
/
+665
2017-10-04
net: core: decouple ifalias get/set from rtnl lock
Florian Westphal
4
-25
/
+65
2017-10-04
bonding: speed/duplex update at NETDEV_UP event
Mahesh Bandewar
1
-1
/
+10
2017-10-03
mlxsw: spectrum: Add missing error code on allocation failure
Dan Carpenter
1
-1
/
+3
2017-10-03
mlxsw: spectrum: Fix check for IS_ERR() instead of NULL
Dan Carpenter
1
-2
/
+2
2017-10-03
net: dsa: mt7530: make functions mt7530_phy_write static
Colin Ian King
1
-1
/
+2
2017-10-03
net: dsa: lan9303: make functions lan9303_mdio_phy_{read|write} static
Colin Ian King
1
-2
/
+3
2017-10-03
Merge branch 'mlxsw-mc-route-offload'
David S. Miller
10
-14
/
+96
2017-10-03
mlxsw: spectrum: mr: Support trap-and-forward routes
Yotam Gigi
1
-9
/
+8
2017-10-03
mlxsw: spectrum: mr_tcam: Add trap-and-forward multicast route
Yotam Gigi
2
-0
/
+9
2017-10-03
mlxsw: spectrum: Add trap for multicast trap-and-forward routes
Yotam Gigi
2
-0
/
+15
2017-10-03
mlxsw: acl: Introduce ACL trap and forward action
Yotam Gigi
2
-0
/
+19
2017-10-03
ipv4: ipmr: Don't forward packets already forwarded by hardware
Yotam Gigi
1
-5
/
+32
2017-10-03
ipv4: ipmr: Add the parent ID field to VIF struct
Yotam Gigi
2
-0
/
+12
2017-10-03
skbuff: Add the offload_mr_fwd_mark field
Yotam Gigi
1
-0
/
+1
2017-10-03
cxgb4: Update comment for min_mtu
Arjun Vynipadath
1
-1
/
+1
2017-10-03
fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bw
Jacob Keller
2
-6
/
+7
2017-10-03
fm10k: prefer %s and __func__ for diagnostic prints
Jacob Keller
1
-2
/
+16
[next]