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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2022-04-08
net/sched: act_mirred: Add extack message for offload failure
Ido Schimmel
1
-0
/
+1
2022-04-08
net/sched: act_gact: Add extack messages for offload failure
Ido Schimmel
2
-0
/
+25
2022-04-08
net/sched: act_api: Add extack to offload_act_setup() callback
Ido Schimmel
18
-27
/
+50
2022-04-08
net/sched: flower: Take verbose flag into account when logging error messages
Ido Schimmel
1
-6
/
+6
2022-04-08
net/sched: matchall: Take verbose flag into account when logging error messages
Ido Schimmel
1
-10
/
+7
2022-04-08
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nex
David S. Miller
2
-290
/
+211
2022-04-08
Merge branch 'aspeed-mdio-c45'
David S. Miller
1
-34
/
+89
2022-04-08
net: mdio: aspeed: Add c45 support
Potin Lai
1
-5
/
+32
2022-04-08
net: mdio: aspeed: Introduce read write function for c22 and c45
Potin Lai
1
-12
/
+34
2022-04-08
net: mdio: aspeed: move reg accessing part into separate functions
Potin Lai
1
-32
/
+38
2022-04-08
net: atm: remove the ambassador driver
Jakub Kicinski
6
-3076
/
+0
2022-04-08
Merge branch 'bnxt-xdp-multi-buffer'
David S. Miller
5
-113
/
+416
2022-04-08
bnxt: XDP multibuffer enablement
Andy Gospodarek
2
-4
/
+4
2022-04-08
bnxt: support transmit and free of aggregation buffers
Andy Gospodarek
5
-23
/
+126
2022-04-08
bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buff
Andy Gospodarek
3
-7
/
+85
2022-04-08
bnxt: add page_pool support for aggregation ring when using xdp
Andy Gospodarek
1
-30
/
+47
2022-04-08
bnxt: change receive ring space parameters
Andy Gospodarek
2
-15
/
+28
2022-04-08
bnxt: set xdp_buff pfmemalloc flag if needed
Andy Gospodarek
1
-5
/
+9
2022-04-08
bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdp
Andy Gospodarek
1
-0
/
+31
2022-04-08
bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skb
Andy Gospodarek
1
-11
/
+11
2022-04-08
bnxt: refactor bnxt_rx_pages operate on skb_shared_info
Andy Gospodarek
1
-17
/
+33
2022-04-08
bnxt: add flag to denote that an xdp program is currently attached
Andy Gospodarek
1
-0
/
+7
2022-04-08
bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buff
Andy Gospodarek
4
-19
/
+53
2022-04-08
Merge branch 'tls-rx-refactor-part-1'
David S. Miller
4
-81
/
+70
2022-04-08
tls: hw: rx: use return value of tls_device_decrypted() to carry status
Jakub Kicinski
2
-8
/
+4
2022-04-08
tls: rx: refactor decrypt_skb_update()
Jakub Kicinski
1
-33
/
+33
2022-04-08
tls: rx: don't issue wake ups when data is decrypted
Jakub Kicinski
1
-2
/
+0
2022-04-08
tls: rx: replace 'back' with 'offset'
Jakub Kicinski
1
-5
/
+4
2022-04-08
tls: rx: use a define for tag length
Jakub Kicinski
2
-2
/
+3
2022-04-08
tls: rx: init decrypted status in tls_read_size()
Jakub Kicinski
1
-4
/
+1
2022-04-08
tls: rx: don't store the decryption status in socket context
Jakub Kicinski
4
-6
/
+9
2022-04-08
tls: rx: don't store the record type in socket context
Jakub Kicinski
3
-28
/
+23
2022-04-08
tls: rx: drop pointless else after goto
Jakub Kicinski
1
-2
/
+1
2022-04-08
tls: rx: jump to a more appropriate label
Jakub Kicinski
1
-3
/
+4
2022-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
89
-536
/
+1041
2022-04-08
Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
65
-388
/
+712
2022-04-08
net: mpls: fix memdup.cocci warning
GONG, Ruiqi
1
-2
/
+1
2022-04-08
hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()
Andrea Parri (Microsoft)
1
-4
/
+4
2022-04-08
qed: remove an unneed NULL check on list iterator
Xiaomeng Tong
1
-2
/
+2
2022-04-08
sfc: Stop using iommu_present()
Robin Murphy
1
-1
/
+3
2022-04-08
net: ethernet: set default assignment identifier to NET_NAME_ENUM
Ian Wienand
1
-1
/
+1
2022-04-08
tcp: Add tracepoint for tcp_set_ca_state
Ping Gan
3
-9
/
+60
2022-04-08
net-core: rx_otherhost_dropped to core_stats
Jeffrey Ji
5
-0
/
+10
2022-04-08
Merge branch 'net-create-a-net-core-internal-header'
Jakub Kicinski
12
-80
/
+110
2022-04-08
net: extract a few internals from netdevice.h
Jakub Kicinski
11
-70
/
+108
2022-04-08
net: unexport a handful of dev_* functions
Jakub Kicinski
1
-6
/
+0
2022-04-08
net: hyperv: remove use of bpf_op_t
Jakub Kicinski
1
-4
/
+2
2022-04-07
Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
7
-20
/
+132
2022-04-07
Merge tag 'random-5.18-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-35
/
+39
2022-04-07
Merge tag 'ata-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...
Linus Torvalds
6
-6
/
+15
[next]