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.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
2018-11-11
bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
Quentin Monnet
6
-9
/
+13
2018-11-11
nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.c
Quentin Monnet
3
-8
/
+12
2018-11-09
bpf: Extend the sk_lookup() helper to XDP hookpoint.
Nitin Hande
2
-19
/
+90
2018-11-09
bpftool: Improve handling of ENOENT on map dumps
David Ahern
1
-4
/
+14
2018-11-09
selftests/bpf: add a test case for sock_ops perf-event notification
Sowmini Varadhan
4
-1
/
+303
2018-11-09
bpf: add perf event notificaton support for sock_ops
Sowmini Varadhan
1
-0
/
+22
2018-11-09
Merge branch 'bpf-max-pkt-offset'
Daniel Borkmann
3
-4
/
+18
2018-11-09
nfp: bpf: relax prog rejection through max_pkt_offset
Jiong Wang
1
-4
/
+5
2018-11-09
bpf: let verifier to calculate and record max_pkt_offset
Jiong Wang
2
-0
/
+13
2018-11-08
bpf_load: add map name to load_maps error message
Shannon Nelson
1
-2
/
+2
2018-11-08
tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, maps
Quentin Monnet
4
-0
/
+14
2018-11-08
selftests/bpf: enable (uncomment) all tests in test_libbpf.sh
Quentin Monnet
2
-10
/
+14
2018-11-07
net: hns3: Remove set but not used variable 'reset_level'
YueHaibing
1
-10
/
+3
2018-11-07
Merge branch 'nfp-more-set-actions-and-notifier-refactor'
David S. Miller
8
-104
/
+252
2018-11-07
nfp: flower: use the common netdev notifier
Jakub Kicinski
4
-55
/
+30
2018-11-07
nfp: register a notifier handler in a central location for the device
Jakub Kicinski
2
-15
/
+57
2018-11-07
nfp: flower: make nfp_fl_lag_changels_event() void
Jakub Kicinski
1
-8
/
+5
2018-11-07
nfp: flower: don't try to nack device unregister events
Jakub Kicinski
1
-9
/
+12
2018-11-07
nfp: flower: remove unnecessary iteration over devices
Jakub Kicinski
1
-7
/
+0
2018-11-07
nfp: flower: add ipv6 set flow label and hop limit offload
Pieter Jansen van Vuuren
2
-4
/
+75
2018-11-07
nfp: flower: add ipv4 set ttl and tos offload
Pieter Jansen van Vuuren
2
-6
/
+73
2018-11-07
Merge branch 'hns3-next'
David S. Miller
12
-180
/
+544
2018-11-07
net: hns3: fix for cmd queue memory not freed problem during reset
Huazhong Tan
3
-65
/
+91
2018-11-07
net: hns3: add error handler for hclge_reset()
Huazhong Tan
2
-22
/
+120
2018-11-07
net: hns3: call roce's reset notify callback when resetting
Huazhong Tan
1
-0
/
+33
2018-11-07
net: hns3: adjust the process of PF reset
Huazhong Tan
1
-2
/
+36
2018-11-07
net: hns3: move some reset information from hnae3_handle into hclge_dev/hclge...
Huazhong Tan
7
-34
/
+28
2018-11-07
net: hns3: ignore new coming low-level reset while doing high-level reset
Huazhong Tan
1
-11
/
+16
2018-11-07
net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resetting
Huazhong Tan
4
-0
/
+48
2018-11-07
net: hns3: enable/disable ring in the enet while doing UP/DOWN
Huazhong Tan
4
-44
/
+41
2018-11-07
net: hns3: adjust the location of clearing the table when doing reset
Huazhong Tan
1
-10
/
+10
2018-11-07
net: hns3: provide some interface & information for the client
Huazhong Tan
5
-0
/
+68
2018-11-07
net: hns3: add set_default_reset_request in the hnae3_ae_ops
Huazhong Tan
5
-1
/
+45
2018-11-07
net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of ...
Huazhong Tan
2
-1
/
+18
2018-11-07
Merge branch 'net-systemport-Unmap-queues-upon-DSA-unregister-event'
David S. Miller
3
-14
/
+62
2018-11-07
net: systemport: Unmap queues upon DSA unregister event
Florian Fainelli
1
-6
/
+50
2018-11-07
net: systemport: Simplify queue mapping logic
Florian Fainelli
2
-9
/
+9
2018-11-07
net: dsa: bcm_sf2: Turn on PHY to allow successful registration
Florian Fainelli
1
-0
/
+4
2018-11-07
Merge branch 'net-dsa-bcm_sf2-Store-rules-in-lists'
David S. Miller
5
-315
/
+204
2018-11-07
net: systemport: Restore Broadcom tag match filters upon resume
Florian Fainelli
2
-0
/
+13
2018-11-07
net: dsa: bcm_sf2: Get rid of unmarshalling functions
Florian Fainelli
1
-310
/
+0
2018-11-07
net: dsa: bcm_sf2: Restore CFP rules during system resume
Florian Fainelli
3
-0
/
+41
2018-11-07
net: dsa: bcm_sf2: Split rule handling from HW operation
Florian Fainelli
1
-35
/
+54
2018-11-07
net: dsa: bcm_sf2: Keep copy of inserted rules
Florian Fainelli
3
-11
/
+137
2018-11-07
Merge branch 'net-More-extack-messages'
David S. Miller
11
-25
/
+48
2018-11-07
rtnetlink: Add more extack messages to rtnl_newlink
David Ahern
1
-2
/
+4
2018-11-07
net: Add extack argument to ip_fib_metrics_init
David Ahern
4
-11
/
+25
2018-11-07
net: Add extack argument to rtnl_create_link
David Ahern
7
-12
/
+19
2018-11-07
ipv6: gro: do not use slow memcmp() in ipv6_gro_receive()
Eric Dumazet
1
-3
/
+10
2018-11-06
net: skbuff.h: remove unnecessary unlikely()
Yangtao Li
1
-3
/
+1
[next]