index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-11
udp: fix incorrect parameter validation in the udp_lib_getsockopt() function
Gavrilov Ilia
1
-2
/
+2
2024-03-11
l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() function
Gavrilov Ilia
1
-2
/
+2
2024-03-11
ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() function
Gavrilov Ilia
1
-1
/
+3
2024-03-11
tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function
Gavrilov Ilia
1
-2
/
+2
2024-03-11
net: wan: fsl_qmc_hdlc: Add framer support
Herve Codina
1
-5
/
+234
2024-03-11
net: wan: fsl_qmc_hdlc: Add runtime timeslots changes support
Herve Codina
1
-1
/
+150
2024-03-11
lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpers
Andy Shevchenko
2
-0
/
+143
2024-03-11
MAINTAINERS: Add the Freescale QMC HDLC driver entry
Herve Codina
1
-0
/
+7
2024-03-11
net: wan: Add support for QMC HDLC
Herve Codina
3
-0
/
+432
2024-03-09
tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"
Colin Ian King
1
-1
/
+1
2024-03-08
ipv4: raw: check sk->sk_rcvbuf earlier
Eric Dumazet
1
-0
/
+7
2024-03-08
ipv6: raw: check sk->sk_rcvbuf earlier
Eric Dumazet
1
-0
/
+7
2024-03-08
nexthop: Simplify dump error handling
Ido Schimmel
1
-9
/
+0
2024-03-08
net: add skb_data_unref() helper
Eric Dumazet
2
-3
/
+19
2024-03-08
Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync
Luiz Augusto von Dentz
1
-0
/
+3
2024-03-08
Bluetooth: Fix eir name length
Frédéric Danis
2
-23
/
+8
2024-03-08
net: hns3: add checking for vf id of mailbox
Jian Shen
1
-3
/
+4
2024-03-08
net: hns3: fix port duplex configure error in IMP reset
Jie Wang
1
-1
/
+4
2024-03-08
net: hns3: fix reset timeout under full functions and queues
Peiyang Wang
2
-2
/
+2
2024-03-08
net: hns3: fix delete tc fail issue
Jijie Shao
5
-0
/
+22
2024-03-08
net: hns3: fix kernel crash when 1588 is received on HIP08 devices
Yonglong Liu
1
-1
/
+1
2024-03-08
net: hns3: Disable SerDes serial loopback for HiLink H60
Hao Lan
5
-3
/
+18
2024-03-08
net: hns3: add new 200G link modes for hisilicon device
Hao Lan
2
-11
/
+22
2024-03-08
net: hns3: fix wrong judgment condition issue
Jijie Shao
1
-1
/
+1
2024-03-08
ionic: keep stats struct local to error handling
Shannon Nelson
1
-22
/
+8
2024-03-08
ionic: better dma-map error handling
Shannon Nelson
1
-18
/
+14
2024-03-08
ionic: remove unnecessary NULL test
Shannon Nelson
1
-6
/
+0
2024-03-08
ionic: rearrange ionic_queue for better layout
Shannon Nelson
1
-2
/
+2
2024-03-08
ionic: rearrange ionic_qcq
Shannon Nelson
1
-4
/
+4
2024-03-08
ionic: carry idev in ionic_cq struct
Shannon Nelson
3
-19
/
+6
2024-03-08
ionic: refactor skb building
Shannon Nelson
1
-53
/
+65
2024-03-08
ionic: fold adminq clean into service routine
Shannon Nelson
1
-21
/
+11
2024-03-08
ionic: use specialized desc info structs
Shannon Nelson
5
-86
/
+111
2024-03-08
ionic: remove the cq_info to save more memory
Shannon Nelson
7
-89
/
+38
2024-03-08
ionic: remove callback pointer from desc_info
Shannon Nelson
5
-91
/
+57
2024-03-08
ionic: move adminq-notifyq handling to main file
Shannon Nelson
3
-65
/
+67
2024-03-08
ionic: drop q mapping
Shannon Nelson
3
-35
/
+10
2024-03-08
ionic: remove desc, sg_desc and cmb_desc from desc_info
Shannon Nelson
4
-60
/
+45
2024-03-08
Add Jeff Kirsher to .get_maintainer.ignore
Jakub Kicinski
1
-0
/
+1
2024-03-08
ipv6: remove RTNL protection from inet6_dump_addr()
Eric Dumazet
1
-3
/
+6
2024-03-08
ipv6: use xa_array iterator to implement inet6_dump_addr()
Eric Dumazet
1
-49
/
+30
2024-03-08
ipv6: make in6_dump_addrs() lockless
Eric Dumazet
1
-9
/
+5
2024-03-08
ipv6: make inet6_fill_ifaddr() lockless
Eric Dumazet
1
-29
/
+37
2024-03-08
net: nexthop: Expose nexthop group HW stats to user space
Ido Schimmel
3
-8
/
+149
2024-03-08
net: nexthop: Add ability to enable / disable hardware statistics
Ido Schimmel
3
-1
/
+19
2024-03-08
net: nexthop: Add hardware statistics notifications
Ido Schimmel
2
-0
/
+5
2024-03-08
net: nexthop: Expose nexthop group stats to user space
Ido Schimmel
2
-8
/
+117
2024-03-08
net: nexthop: Add nexthop group entry stats
Ido Schimmel
2
-4
/
+37
2024-03-08
net: nexthop: Add NHA_OP_FLAGS
Petr Machata
2
-4
/
+23
2024-03-08
net: nexthop: Adjust netlink policy parsing for a new attribute
Petr Machata
1
-30
/
+28
[next]