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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-11
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Quentin Monnet
2
-4
/
+3
2018-11-11
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
2
-8
/
+3
2018-11-11
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
2
-13
/
+12
2018-11-11
bpf: call verifier_prep from its callback in struct bpf_offload_dev
Quentin Monnet
2
-21
/
+22
2018-11-11
bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
Quentin Monnet
4
-7
/
+7
2018-11-11
nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.c
Quentin Monnet
3
-8
/
+12
2018-11-09
nfp: bpf: relax prog rejection through max_pkt_offset
Jiong Wang
1
-4
/
+5
2018-11-07
net: hns3: Remove set but not used variable 'reset_level'
YueHaibing
1
-10
/
+3
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
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
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
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
net: Add extack argument to rtnl_create_link
David Ahern
4
-4
/
+4
2018-11-06
ISDN: eicon: Remove driver
Olof Johansson
84
-41748
/
+0
2018-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
17
-277
/
+250
2018-11-06
net: alx: make alx_drv_name static
Rasmus Villemoes
2
-2
/
+1
2018-11-05
bonding/802.3ad: fix link_failure_count tracking
Jarod Wilson
1
-2
/
+2
2018-11-05
net: phy: realtek: fix RTL8201F sysfs name
Holger Hoffstätte
1
-1
/
+1
2018-11-05
Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2
-0
/
+3
2018-11-04
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-0
/
+347
2018-11-04
Merge tag 'ntb-4.20' of git://github.com/jonmason/ntb
Linus Torvalds
6
-110
/
+429
2018-11-04
mlxsw: spectrum: Fix IP2ME CPU policer configuration
Shalom Toledo
1
-1
/
+0
2018-11-04
qed: fix link config error handling
Arnd Bergmann
1
-2
/
+5
2018-11-04
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-12
/
+4
2018-11-04
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2018-11-04
Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
Ingo Molnar
2394
-52991
/
+197761
2018-11-04
net: hns3: Fix for out-of-bounds access when setting pfc back pressure
Yunsheng Lin
1
-6
/
+4
[next]