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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-07
page_pool: add a lockdep check for recycling in hardirq
Jakub Kicinski
1
-0
/
+7
2023-08-07
page_pool: place frag_* fields in one cacheline
Alexander Lobakin
1
-5
/
+5
2023-08-07
net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>
Alexander Lobakin
2
-4
/
+3
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
4
-239
/
+245
2023-08-07
net: stmmac: correct MAC propagation delay
Johannes Zink
1
-0
/
+1
2023-08-07
udp/udplite: Remove unused function declarations udp{,lite}_get_port()
Yue Haibing
2
-5
/
+0
2023-08-07
ndisc: Remove unused ndisc_ifinfo_sysctl_strategy() declaration
Yue Haibing
1
-3
/
+0
2023-08-07
net: pkt_cls: Remove unused inline helpers
Yue Haibing
1
-13
/
+0
2023-08-07
neighbour: Remove unused function declaration pneigh_for_each()
Yue Haibing
1
-2
/
+0
2023-08-06
net: mana: Add page pool for RX buffers
Haiyang Zhang
1
-0
/
+3
2023-08-06
tcp: set TCP_USER_TIMEOUT locklessly
Eric Dumazet
1
-1
/
+1
2023-08-05
af_vsock: Remove unused declaration vsock_release_pending()/vsock_init_tap()
Yue Haibing
1
-2
/
+0
2023-08-05
net: 802: Remove unused function declarations
Yue Haibing
1
-3
/
+0
2023-08-05
net: llc: Remove unused function declarations
Yue Haibing
2
-2
/
+0
2023-08-04
net: vlan: update wrong comments
Eric Dumazet
1
-3
/
+3
2023-08-04
tcp/dccp: cache line align inet_hashinfo
Eric Dumazet
1
-1
/
+1
2023-08-04
net: mana: Configure hwc timeout from hardware
Souradeep Chakrabarti
2
-1
/
+24
2023-08-04
net: Space.h: Remove unused function declarations
Yue Haibing
1
-7
/
+0
2023-08-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
13
-92
/
+293
2023-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
21
-49
/
+154
2023-08-04
Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
6
-9
/
+55
2023-08-03
docs: net: page_pool: use kdoc to avoid duplicating the information
Jakub Kicinski
1
-30
/
+104
2023-08-03
net: invert the netdevice.h vs xdp.h dependency
Jakub Kicinski
5
-28
/
+31
2023-08-03
net: move struct netdev_rx_queue out of netdevice.h
Jakub Kicinski
2
-44
/
+53
2023-08-03
eth: add missing xdp.h includes in drivers
Jakub Kicinski
1
-0
/
+2
2023-08-03
bonding: support balance-alb with openvswitch
Mateusz Kowalski
1
-0
/
+5
2023-08-03
net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...
Vladimir Oltean
2
-0
/
+20
2023-08-03
net: phy: provide phylib stubs for hardware timestamping operations
Vladimir Oltean
2
-0
/
+75
2023-08-03
net: add hwtstamping helpers for stackable net devices
Maxim Georgiev
2
-0
/
+11
2023-08-03
net: add NDOs for configuring hardware timestamping
Maxim Georgiev
2
-0
/
+24
2023-08-03
sctp: Remove unused function declarations
Yue Haibing
2
-5
/
+0
2023-08-03
net/mlx5e: Make TC and IPsec offloads mutually exclusive on a netdev
Jianbo Liu
1
-0
/
+2
2023-08-03
net/mlx5e: Support IPsec packet offload for TX in switchdev mode
Jianbo Liu
1
-0
/
+1
2023-08-03
net/mlx5e: Handle IPsec offload for RX datapath in switchdev mode
Jianbo Liu
1
-0
/
+3
2023-08-03
net/mlx5e: Support IPsec packet offload for RX in switchdev mode
Jianbo Liu
1
-0
/
+1
2023-08-03
Merge tag 'soc-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-0
/
+5
2023-08-03
Merge tag 'bitmap-6.5-rc5' of https://github.com:/norov/linux
Linus Torvalds
1
-2
/
+6
2023-08-03
bpf, xdp: Add tracepoint to xdp attaching failure
Leon Hwang
1
-0
/
+17
2023-08-03
bpf: fix bpf_probe_read_kernel prototype mismatch
Arnd Bergmann
1
-0
/
+12
2023-08-02
net: switchdev: Remove unused typedef switchdev_obj_dump_cb_t()
Yue Haibing
1
-2
/
+0
2023-08-02
ila: Remove unnecessary file net/ila.h
Yue Haibing
1
-16
/
+0
2023-08-02
udp: Remove unused function declaration udp_bpf_get_proto()
Yue Haibing
1
-1
/
+0
2023-08-02
word-at-a-time: use the same return type for has_zero regardless of endianness
ndesaulniers@google.com
1
-1
/
+1
2023-08-02
vxlan: Fix nexthop hash size
Benjamin Poirier
1
-2
/
+2
2023-08-02
tc: flower: Enable offload support IPSEC SPI field.
Ratheesh Kannoth
1
-0
/
+6
2023-08-02
tc: flower: support for SPI
Ratheesh Kannoth
1
-0
/
+3
2023-08-02
net: flow_dissector: Add IPSEC dissector
Ratheesh Kannoth
1
-0
/
+9
2023-08-02
virtio_net: support per queue interrupt coalesce command
Gavin Li
1
-0
/
+14
2023-08-02
inet6: Remove unused function declaration udpv6_connect()
Yue Haibing
1
-2
/
+0
2023-08-01
net/sched: wrap open coded Qdics class filter counter
Pedro Tammela
1
-0
/
+26
[next]