index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-09
net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_get
Eric Dumazet
1
-13
/
+11
2020-03-09
sched: act: allow user to specify type of HW stats for a filter
Jiri Pirko
2
-0
/
+43
2020-03-09
flow_offload: check for basic action hw stats type
Jiri Pirko
1
-0
/
+4
2020-03-06
net: sched: Make FIFO Qdisc offloadable
Petr Machata
1
-6
/
+91
2020-03-05
ethtool: add infrastructure for centralized checking of coalescing parameters
Jakub Kicinski
1
-0
/
+66
2020-03-05
hsr: fix refcnt leak of hsr slave interface
Taehee Yoo
1
-4
/
+1
2020-03-05
net: mscc: ocelot: eliminate confusion between CPU and NPI port
Vladimir Oltean
1
-1
/
+2
2020-03-05
pie: remove pie_vars->accu_prob_overflows
Leslie Monis
2
-16
/
+6
2020-03-05
pie: remove unnecessary type casting
Leslie Monis
1
-2
/
+2
2020-03-05
pie: use term backlog instead of qlen
Leslie Monis
1
-11
/
+11
2020-03-04
net/sched: act_ct: Use pskb_network_may_pull()
Paul Blakey
1
-8
/
+8
2020-03-04
net/sched: act_ct: Fix ipv6 lookup of offloaded connections
Paul Blakey
1
-34
/
+26
2020-03-04
net: dsa: Add bypass operations for the flower classifier-action filter
Vladimir Oltean
1
-0
/
+60
2020-03-04
net: qrtr: Fix FIXME related to qrtr_ns_init()
Bjorn Andersson
3
-11
/
+3
2020-03-04
net: qrtr: Respond to HELLO message
Bjorn Andersson
1
-24
/
+30
2020-03-04
mptcp: Only send DATA_FIN with final mapping
Mat Martineau
1
-5
/
+6
2020-03-04
mptcp: Use per-subflow storage for DATA_FIN sequence number
Mat Martineau
3
-6
/
+21
2020-03-04
mptcp: Check connection state before attempting send
Mat Martineau
1
-2
/
+10
2020-03-04
devlink: Introduce devlink port flavour virtual
Parav Pandit
1
-0
/
+2
2020-03-04
net/sched: act_ct: Software offload of established flows
Paul Blakey
1
-2
/
+158
2020-03-04
net/sched: act_ct: Offload established connections to flow table
Paul Blakey
1
-0
/
+63
2020-03-04
net/sched: act_ct: Create nf flow table per zone
Paul Blakey
2
-2
/
+134
2020-03-04
ipv6: Use math to point per net sysctls into the appropriate struct net
Cambda Zhu
1
-17
/
+4
2020-03-01
ethtool: Factored out similar ethtool link settings for virtual devices to core
Cris Forno
1
-0
/
+39
2020-03-01
hsr: use upper/lower device infrastructure
Taehee Yoo
3
-30
/
+40
2020-03-01
hsr: remove unnecessary rcu_read_lock() in hsr module
Taehee Yoo
3
-37
/
+16
2020-03-01
hsr: use netdev_err() instead of WARN_ONCE()
Taehee Yoo
1
-1
/
+2
2020-03-01
hsr: use extack error message instead of netdev_info
Taehee Yoo
5
-21
/
+35
2020-03-01
hsr: use debugfs_remove_recursive() instead of debugfs_remove()
Taehee Yoo
2
-5
/
+1
2020-03-01
net: sched: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
4
-4
/
+4
2020-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
11
-187
/
+516
2020-02-28
net: datagram: drop 'destructor' argument from several helpers
Paolo Abeni
4
-27
/
+21
2020-02-28
unix: uses an atomic type for scm files accounting
Paolo Abeni
1
-15
/
+6
2020-02-28
net: core: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
3
-3
/
+3
2020-02-28
ipv6: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-2
/
+2
2020-02-28
net: dccp: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-28
l2tp: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-28
net: mpls: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-02-28
xdp: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-02-28
bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()
Martin KaFai Lau
1
-0
/
+74
2020-02-28
bpf: INET_DIAG support in bpf_sk_storage
Martin KaFai Lau
1
-6
/
+277
2020-02-28
inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data
Martin KaFai Lau
6
-59
/
+89
2020-02-28
inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()
Martin KaFai Lau
6
-106
/
+68
2020-02-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
27
-276
/
+586
2020-02-27
vsock: fix potential deadlock in transport->release()
Stefano Garzarella
3
-13
/
+12
2020-02-27
net: dsa: propagate resolved link config via mac_link_up()
Russell King
1
-1
/
+2
2020-02-27
net: phylink: propagate resolved link config via mac_link_up()
Russell King
1
-1
/
+3
2020-02-27
unix: It's CONFIG_PROC_FS not CONFIG_PROCFS
David S. Miller
1
-1
/
+1
2020-02-27
unix: define and set show_fdinfo only if procfs is enabled
Tobias Klauser
1
-0
/
+4
2020-02-27
net: switchdev: do not propagate bridge updates across bridges
Russell King
1
-0
/
+9
[next]