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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-08
net: qualcomm: rmnet: Set pacing shift
Subash Abhinov Kasiviswanathan
1
-0
/
+3
2018-01-08
net: qualcomm: rmnet: Rename ingress data format to data format
Subash Abhinov Kasiviswanathan
3
-9
/
+8
2018-01-08
net: qualcomm: rmnet: Remove unused function declaration
Subash Abhinov Kasiviswanathan
1
-1
/
+0
2018-01-08
net: qualcomm: rmnet: Remove invalid condition while stamping mux id
Subash Abhinov Kasiviswanathan
1
-4
/
+1
2018-01-08
net: qualcomm: rmnet: Remove redundant check when stamping map header
Subash Abhinov Kasiviswanathan
1
-3
/
+0
2018-01-08
Merge branch 'ipv6-ipv4-nexthop-align'
David S. Miller
7
-42
/
+618
2018-01-08
selftests: fib_tests: Add test cases for netdev carrier change
Ido Schimmel
1
-0
/
+142
2018-01-08
selftests: fib_tests: Add test cases for netdev down
Ido Schimmel
1
-0
/
+141
2018-01-08
selftests: fib_tests: Add test cases for IPv4/IPv6 FIB
Ido Schimmel
2
-0
/
+147
2018-01-08
ipv6: Flush multipath routes when all siblings are dead
Ido Schimmel
1
-8
/
+75
2018-01-08
ipv6: Take table lock outside of sernum update function
Ido Schimmel
2
-4
/
+3
2018-01-08
ipv6: Export sernum update function
Ido Schimmel
2
-3
/
+9
2018-01-08
ipv6: Teach tree walker to skip multipath routes
Ido Schimmel
1
-2
/
+9
2018-01-08
ipv6: Add explicit flush indication to routes
Ido Schimmel
1
-1
/
+2
2018-01-08
ipv6: Report dead flag during route dump
Ido Schimmel
1
-0
/
+3
2018-01-08
ipv6: Ignore dead routes during lookup
Ido Schimmel
1
-4
/
+14
2018-01-08
ipv6: Check nexthop flags in route dump instead of carrier
Ido Schimmel
1
-1
/
+1
2018-01-08
ipv6: Check nexthop flags during route lookup instead of carrier
Ido Schimmel
1
-4
/
+3
2018-01-08
ipv6: Set nexthop flags during route creation
Ido Schimmel
1
-0
/
+3
2018-01-08
ipv6: Set nexthop flags upon carrier change
Ido Schimmel
3
-6
/
+20
2018-01-08
ipv6: Prepare to handle multiple netdev events
Ido Schimmel
3
-19
/
+24
2018-01-08
ipv6: Clear nexthop flags upon netdev up
Ido Schimmel
3
-0
/
+33
2018-01-08
ipv6: Mark dead nexthops with appropriate flags
Ido Schimmel
1
-1
/
+3
2018-01-08
ipv6: Remove redundant route flushing during namespace dismantle
Ido Schimmel
2
-6
/
+3
2018-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
72
-178
/
+1687
2018-01-07
Merge branch 'bpf-stacktrace-map-next-key-support'
Daniel Borkmann
4
-3
/
+216
2018-01-07
tools/bpf: add a bpf selftest for stacktrace
Yonghong Song
3
-1
/
+190
2018-01-07
bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace map
Yonghong Song
1
-2
/
+26
2018-01-06
Merge branch 'xdp_rxq_info'
Alexei Starovoitov
36
-28
/
+990
2018-01-06
samples/bpf: program demonstrating access to xdp_rxq_info
Jesper Dangaard Brouer
3
-0
/
+631
2018-01-06
bpf: finally expose xdp_rxq_info to XDP bpf-programs
Jesper Dangaard Brouer
2
-0
/
+22
2018-01-06
xdp: generic XDP handling of xdp_rxq_info
Jesper Dangaard Brouer
2
-10
/
+61
2018-01-06
virtio_net: setup xdp_rxq_info
Jesper Dangaard Brouer
1
-1
/
+13
2018-01-06
tun: setup xdp_rxq_info
Jesper Dangaard Brouer
1
-1
/
+23
2018-01-06
thunderx: setup xdp_rxq_info
Jesper Dangaard Brouer
3
-4
/
+13
2018-01-06
nfp: setup xdp_rxq_info
Jesper Dangaard Brouer
2
-3
/
+12
2018-01-06
bnxt_en: setup xdp_rxq_info
Jesper Dangaard Brouer
3
-0
/
+13
2018-01-06
mlx4: setup xdp_rxq_info
Jesper Dangaard Brouer
3
-5
/
+15
2018-01-06
xdp/qede: setup xdp_rxq_info and intro xdp_rxq_info_is_reg
Jesper Dangaard Brouer
5
-0
/
+20
2018-01-06
ixgbe: setup xdp_rxq_info
Jesper Dangaard Brouer
3
-1
/
+15
2018-01-06
i40e: setup xdp_rxq_info
Jesper Dangaard Brouer
3
-2
/
+21
2018-01-06
xdp/mlx5: setup xdp_rxq_info
Jesper Dangaard Brouer
3
-0
/
+14
2018-01-06
xdp: base API for new XDP rx-queue info concept
Jesper Dangaard Brouer
4
-1
/
+117
2018-01-05
nfp: add basic multicast filtering
Jakub Kicinski
1
-2
/
+5
2018-01-05
Merge branch 'rds-use-RCU-between-work-enqueue-and-connection-teardown'
David S. Miller
8
-24
/
+86
2018-01-05
rds: use RCU to synchronize work-enqueue with connection teardown
Sowmini Varadhan
6
-20
/
+81
2018-01-05
rds: Use atomic flag to track connections being destroyed
Sowmini Varadhan
3
-6
/
+7
2018-01-05
Merge branch 'tipc-two-small-cleanups'
David S. Miller
1
-29
/
+24
2018-01-05
tipc: simplify small window members' sorting algorithm
Jon Maloy
1
-9
/
+4
2018-01-05
tipc: some clarifying name changes
Jon Maloy
1
-23
/
+23
[next]