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
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-06
ethtool: add ethtool_rx_flow_spec to flow_rule structure translator
Pablo Neira Ayuso
1
-0
/
+241
2019-02-06
flow_offload: add flow action infrastructure
Pablo Neira Ayuso
1
-2
/
+12
2019-02-06
flow_offload: add flow_rule and flow_match structures and use them
Pablo Neira Ayuso
2
-1
/
+144
2019-02-04
net: Fix fall through warning in y2038 tstamp changes.
David S. Miller
1
-0
/
+1
2019-02-03
net: devlink: report cell size of shared buffers
Jakub Kicinski
1
-0
/
+3
2019-02-03
sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW
Deepa Dinamani
1
-14
/
+39
2019-02-03
socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
Deepa Dinamani
1
-2
/
+2
2019-02-03
socket: Add SO_TIMESTAMPING_NEW
Deepa Dinamani
2
-1
/
+34
2019-02-03
socket: Add SO_TIMESTAMP[NS]_NEW
Deepa Dinamani
1
-2
/
+19
2019-02-03
sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
Deepa Dinamani
1
-8
/
+8
2019-02-03
socket: move compat timeout handling into sock.c
Arnd Bergmann
1
-22
/
+43
2019-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-6
/
+22
2019-02-02
ethtool: add compat for devlink info
Jakub Kicinski
2
-0
/
+70
2019-02-02
devlink: add version reporting to devlink info API
Jakub Kicinski
1
-0
/
+57
2019-02-02
devlink: add device information API
Jakub Kicinski
1
-0
/
+112
2019-02-02
xdp: Provide extack messages when prog attachment failed
Maciej Fijalkowski
1
-3
/
+9
2019-02-01
bpf: introduce bpf_spin_lock
Alexei Starovoitov
1
-3
/
+13
2019-02-01
ethtool: remove unnecessary check in ethtool_get_regs()
Dan Carpenter
1
-6
/
+3
2019-01-30
devlink: Add a generic wake_on_lan port parameter
Vasundhara Volam
1
-0
/
+5
2019-01-30
devlink: Add devlink notifications support for port params
Vasundhara Volam
1
-27
/
+84
2019-01-30
devlink: Add support for driverinit set value for devlink_port
Vasundhara Volam
1
-18
/
+52
2019-01-30
devlink: Add support for driverinit get value for devlink_port
Vasundhara Volam
1
-17
/
+50
2019-01-30
devlink: Add port param set command
Vasundhara Volam
1
-5
/
+32
2019-01-30
devlink: Add port param get command
Vasundhara Volam
1
-7
/
+95
2019-01-30
devlink: Add devlink_param for port register and unregister
Vasundhara Volam
1
-38
/
+95
2019-01-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2019-01-29
net: set default network namespace in init_dummy_netdev()
Josh Elsasser
1
-0
/
+3
2019-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-38
/
+76
2019-01-29
bpf: add BPF_PROG_TEST_RUN support for flow dissector
Stanislav Fomichev
1
-0
/
+1
2019-01-29
net/flow_dissector: move bpf case into __skb_flow_bpf_dissect
Stanislav Fomichev
1
-38
/
+54
2019-01-25
net: Revert devlink health changes.
David S. Miller
1
-1058
/
+0
2019-01-24
bpf: allow BPF programs access skb_shared_info->gso_segs field
Eric Dumazet
1
-0
/
+21
2019-01-23
devlink: Use DIV_ROUND_UP_ULL in DEVLINK_HEALTH_SIZE_TO_BUFFERS
Nathan Chancellor
1
-1
/
+1
2019-01-23
devlink: Add missing check of nlmsg_put
YueHaibing
1
-0
/
+3
2019-01-22
net: introduce a knob to control whether to inherit devconf config
Cong Wang
1
-0
/
+18
2019-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-14
/
+23
2019-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-12
/
+21
2019-01-20
bpf: in __bpf_redirect_no_mac pull mac only if present
Willem de Bruijn
2
-10
/
+12
2019-01-19
net: sock: do not set sk_cookie in sk_clone_lock()
Yafang Shao
1
-1
/
+0
2019-01-19
net: namespace: perform strict checks also for doit handlers
Jakub Kicinski
1
-2
/
+36
2019-01-19
rtnetlink: ifinfo: perform strict checks also for doit handler
Jakub Kicinski
1
-1
/
+48
2019-01-19
rtnetlink: stats: reject requests for unknown stats
Jakub Kicinski
1
-0
/
+4
2019-01-19
rtnetlink: stats: validate attributes in get as well as dumps
Jakub Kicinski
1
-21
/
+37
2019-01-19
devlink: Add health dump {get,clear} commands
Eran Ben Elisha
1
-0
/
+75
2019-01-19
devlink: Add health diagnose command
Eran Ben Elisha
1
-0
/
+51
2019-01-19
devlink: Add health recover command
Eran Ben Elisha
1
-0
/
+20
2019-01-19
devlink: Add health set command
Eran Ben Elisha
1
-0
/
+36
2019-01-19
devlink: Add health get command
Eran Ben Elisha
1
-0
/
+152
2019-01-19
devlink: Add health report functionality
Eran Ben Elisha
1
-0
/
+93
2019-01-19
devlink: Add health reporter create/destroy functionality
Eran Ben Elisha
1
-0
/
+127
[next]