index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Add extack to ndo_add_slave
David Ahern
2017-10-05
9
-13
/
+22
*
net: Add extack to netdev_notifier_info
David Ahern
2017-10-05
2
-33
/
+56
*
dev: advertise the new nsid when the netns iface changes
Nicolas Dichtel
2017-10-05
4
-13
/
+34
*
Merge branch 'bpf-cgroup-multi-prog'
David S. Miller
2017-10-05
15
-182
/
+1086
|
\
|
*
samples/bpf: use bpf_prog_query() interface
Alexei Starovoitov
2017-10-05
1
-0
/
+36
|
*
libbpf: add support for BPF_PROG_QUERY
Alexei Starovoitov
2017-10-05
2
-1
/
+22
|
*
libbpf: sync bpf.h
Alexei Starovoitov
2017-10-05
1
-3
/
+52
|
*
samples/bpf: add multi-prog cgroup test case
Alexei Starovoitov
2017-10-05
2
-7
/
+185
|
*
libbpf: introduce bpf_prog_detach2()
Alexei Starovoitov
2017-10-05
2
-0
/
+13
|
*
bpf: enforce return code for cgroup-bpf programs
Alexei Starovoitov
2017-10-05
2
-0
/
+112
|
*
bpf: introduce BPF_PROG_QUERY command
Alexei Starovoitov
2017-10-05
7
-0
/
+148
|
*
bpf: multi program support for cgroup+bpf
Alexei Starovoitov
2017-10-05
8
-169
/
+516
|
/
*
net: cache skb_shinfo() in skb_try_coalesce()
Eric Dumazet
2017-10-04
1
-13
/
+16
*
selftests: rtnetlink: try concurrent change of ifalias
Florian Westphal
2017-10-04
1
-0
/
+6
*
rtnetlink: remove __rtnl_af_unregister
Florian Westphal
2017-10-04
3
-17
/
+3
*
rtnetlink: remove slave_validate callback
Florian Westphal
2017-10-04
2
-9
/
+0
*
cxgb4vf: make a couple of functions static
Colin Ian King
2017-10-04
1
-3
/
+3
*
net: core: fix kerneldoc comment
Florian Westphal
2017-10-04
1
-1
/
+1
*
ravb: RX checksum offload
Simon Horman
2017-10-04
1
-1
/
+54
*
cxgb4: add new T6 pci device id's
Ganesh Goudar
2017-10-04
1
-0
/
+1
*
Merge branch 'sctp-stream-schedulers'
David S. Miller
2017-10-04
12
-77
/
+1347
|
\
|
*
sctp: introduce round robin stream scheduler
Marcelo Ricardo Leitner
2017-10-04
5
-2
/
+218
|
*
sctp: introduce priority based stream scheduler
Marcelo Ricardo Leitner
2017-10-04
5
-2
/
+377
|
*
sctp: add sockopt to get/set stream scheduler parameters
Marcelo Ricardo Leitner
2017-10-04
2
-0
/
+84
|
*
sctp: add sockopt to get/set stream scheduler
Marcelo Ricardo Leitner
2017-10-04
2
-0
/
+76
|
*
sctp: introduce stream scheduler foundations
Marcelo Ricardo Leitner
2017-10-04
8
-38
/
+477
|
*
sctp: introduce sctp_chunk_stream_no
Marcelo Ricardo Leitner
2017-10-04
1
-0
/
+5
|
*
sctp: introduce struct sctp_stream_out_ext
Marcelo Ricardo Leitner
2017-10-04
5
-13
/
+50
|
*
sctp: factor out stream->in allocation
Marcelo Ricardo Leitner
2017-10-04
1
-8
/
+28
|
*
sctp: factor out stream->out allocation
Marcelo Ricardo Leitner
2017-10-04
1
-20
/
+32
|
*
sctp: silence warns on sctp_stream_init allocations
Marcelo Ricardo Leitner
2017-10-04
1
-1
/
+7
|
/
*
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2017-10-04
7
-137
/
+665
|
\
|
*
fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bw
Jacob Keller
2017-10-03
2
-6
/
+7
|
*
fm10k: prefer %s and __func__ for diagnostic prints
Jacob Keller
2017-10-03
1
-2
/
+16
|
*
fm10k: Fix misuse of net_ratelimit()
Joe Perches
2017-10-03
1
-1
/
+2
|
*
fm10k: bump version number
Jacob Keller
2017-10-03
1
-1
/
+1
|
*
fm10k: use the MAC/VLAN queue for VF<->PF MAC/VLAN requests
Jacob Keller
2017-10-03
3
-4
/
+133
|
*
fm10k: introduce a message queue for MAC/VLAN messages
Jacob Keller
2017-10-03
3
-42
/
+397
|
*
fm10k: use generic PM hooks instead of legacy PCIe power hooks
Jacob Keller
2017-10-03
1
-45
/
+22
|
*
fm10k: use spinlock to implement mailbox lock
Jacob Keller
2017-10-03
2
-10
/
+8
|
*
fm10k: prepare_for_reset() when we lose PCIe Link
Jacob Keller
2017-10-03
2
-26
/
+79
*
|
net: core: decouple ifalias get/set from rtnl lock
Florian Westphal
2017-10-04
4
-25
/
+65
*
|
bonding: speed/duplex update at NETDEV_UP event
Mahesh Bandewar
2017-10-03
1
-1
/
+10
*
|
mlxsw: spectrum: Add missing error code on allocation failure
Dan Carpenter
2017-10-03
1
-1
/
+3
*
|
mlxsw: spectrum: Fix check for IS_ERR() instead of NULL
Dan Carpenter
2017-10-03
1
-2
/
+2
*
|
net: dsa: mt7530: make functions mt7530_phy_write static
Colin Ian King
2017-10-03
1
-1
/
+2
*
|
net: dsa: lan9303: make functions lan9303_mdio_phy_{read|write} static
Colin Ian King
2017-10-03
1
-2
/
+3
*
|
Merge branch 'mlxsw-mc-route-offload'
David S. Miller
2017-10-03
10
-14
/
+96
|
\
\
|
*
|
mlxsw: spectrum: mr: Support trap-and-forward routes
Yotam Gigi
2017-10-03
1
-9
/
+8
|
*
|
mlxsw: spectrum: mr_tcam: Add trap-and-forward multicast route
Yotam Gigi
2017-10-03
2
-0
/
+9
[next]