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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-15
Merge tag 'linux-can-next-for-5.4-20190814' of git://git.kernel.org/pub/scm/l...
David S. Miller
5
-362
/
+436
2019-08-15
page_pool: fix logic in __page_pool_get_cached
Jonathan Lemon
1
-23
/
+16
2019-08-15
rds: check for excessive looping in rds_send_xmit
Andy Grover
3
-1
/
+14
2019-08-15
net/rds: Add a few missing rds_stat_names entries
Gerd Rausch
1
-0
/
+2
2019-08-15
RDS: don't use GFP_ATOMIC for sk_alloc in rds_create
Chris Mason
1
-1
/
+1
2019-08-15
RDS: limit the number of times we loop in rds_send_xmit
Chris Mason
1
-1
/
+11
2019-08-15
page_pool: remove unnecessary variable init
Yunsheng Lin
1
-1
/
+1
2019-08-15
net/rds: Add RDS6_INFO_SOCKETS and RDS6_INFO_RECV_MESSAGES options
Ka-Cheong Poon
1
-3
/
+90
2019-08-15
netfilter: nft_bitwise: Adjust parentheses to fix memcmp size argument
Nathan Chancellor
1
-2
/
+2
2019-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
24
-91
/
+117
2019-08-14
net: devlink: remove redundant rtnl lock assert
Vlad Buslov
1
-3
/
+2
2019-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
7
-14
/
+257
2019-08-14
devlink: send notifications for deleted snapshots on region destroy
Jiri Pirko
1
-11
/
+12
2019-08-13
can: gw: add support for CAN FD frames
Oliver Hartkopp
1
-27
/
+187
2019-08-13
can: gw: use struct canfd_frame as internal data structure
Oliver Hartkopp
1
-105
/
+117
2019-08-13
can: gw: cgw_parse_attr(): remove unnecessary braces for single statement block
Marc Kleine-Budde
1
-2
/
+1
2019-08-13
can: gw: cgw_dump_jobs(): avoid long lines
Marc Kleine-Budde
1
-2
/
+3
2019-08-13
can: gw: can_can_gw_rcv(): remove return at end of void function
Marc Kleine-Budde
1
-1
/
+0
2019-08-13
can: gw: add missing spaces around operators
Marc Kleine-Budde
1
-18
/
+18
2019-08-13
can: gw: remove unnecessary blank lines, add suggested blank lines
Marc Kleine-Budde
1
-14
/
+1
2019-08-13
can: gw: convert block comments to network style comments
Marc Kleine-Budde
1
-16
/
+8
2019-08-13
can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_tasklet
Thomas Gleixner
1
-104
/
+52
2019-08-13
can: bcm: bcm_sock_no_ioctlcmd(): mark function as static
Marc Kleine-Budde
1
-2
/
+2
2019-08-13
can: raw: raw_sock_no_ioctlcmd(): mark function as static
Marc Kleine-Budde
1
-2
/
+2
2019-08-13
can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...)
Marc Kleine-Budde
1
-1
/
+1
2019-08-13
can: raw: balance braces around else statements
Marc Kleine-Budde
1
-4
/
+8
2019-08-13
can: raw: remove unnecessary blank lines, add suggested blank lines
Marc Kleine-Budde
1
-3
/
+1
2019-08-13
can: raw: convert block comments to network style comments
Marc Kleine-Budde
1
-8
/
+4
2019-08-13
can: af_can: add missing identifiers to struct receiver::func
Marc Kleine-Budde
1
-1
/
+1
2019-08-13
can: af_can: can_pernet_init(): Use preferred style kzalloc(sizeof()) usage
Marc Kleine-Budde
1
-3
/
+3
2019-08-13
can: af_can: avoid splitting quoted string across lines
Marc Kleine-Budde
1
-10
/
+7
2019-08-13
can: af_can: fix alignment
Marc Kleine-Budde
1
-2
/
+2
2019-08-13
can: af_can: balance braces around else statements
Marc Kleine-Budde
1
-5
/
+8
2019-08-13
can: af_can: convert block comments to network style comments
Marc Kleine-Budde
2
-37
/
+15
2019-08-13
netfilter: connlabels: prefer static lock initialiser
Florian Westphal
1
-2
/
+1
2019-08-13
netfilter: nf_nat_proto: make tables static
Valdis Klētnieks
1
-2
/
+2
2019-08-13
netfilter: nf_tables: add missing prototypes.
Valdis Klētnieks
3
-3
/
+3
2019-08-13
netfilter: inline four headers files into another one.
Jeremy Sowden
2
-2
/
+1
2019-08-13
netfilter: nf_tables: store data in offload context registers
Pablo Neira Ayuso
1
-7
/
+17
2019-08-13
netfilter: nft_bitwise: add offload support
Pablo Neira Ayuso
1
-0
/
+19
2019-08-13
netfilter: remove unnecessary spaces
yangxingwu
10
-13
/
+13
2019-08-11
drop_monitor: Expose tail drop counter
Ido Schimmel
1
-0
/
+101
2019-08-11
drop_monitor: Make drop queue length configurable
Ido Schimmel
1
-3
/
+16
2019-08-11
drop_monitor: Add a command to query current configuration
Ido Schimmel
1
-0
/
+48
2019-08-11
drop_monitor: Allow truncation of dropped packets
Ido Schimmel
1
-0
/
+19
2019-08-11
drop_monitor: Add packet alert mode
Ido Schimmel
1
-2
/
+278
2019-08-11
drop_monitor: Add alert mode operations
Ido Schimmel
1
-6
/
+32
2019-08-11
drop_monitor: Require CAP_NET_ADMIN for drop monitor configuration
Ido Schimmel
1
-0
/
+1
2019-08-11
drop_monitor: Reset per-CPU data before starting to trace
Ido Schimmel
1
-3
/
+7
2019-08-11
drop_monitor: Initialize timer and work item upon tracing enable
Ido Schimmel
1
-5
/
+19
[next]