index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-07
net: write once on dev->allmulti and dev->promiscuity
Eric Dumazet
1
-16
/
+20
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_TXQLEN output
Eric Dumazet
4
-5
/
+5
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_IFNAME output
Eric Dumazet
1
-2
/
+6
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_QDISC output
Eric Dumazet
1
-3
/
+3
2024-05-07
Merge branch 'net-qede-don-t-restrict-error-codes'
Paolo Abeni
1
-9
/
+18
2024-05-07
net: qede: use return from qede_flow_parse_ports()
Asbjørn Sloth Tønnesen
1
-4
/
+9
2024-05-07
net: qede: use return from qede_flow_spec_validate_unused()
Asbjørn Sloth Tønnesen
1
-3
/
+4
2024-05-07
net: qede: use return from qede_parse_actions() for flow_spec
Asbjørn Sloth Tønnesen
1
-2
/
+5
2024-05-06
Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
18
-62
/
+219
2024-05-06
mptcp: fix typos in comments
Shi-Sheng Yang
1
-2
/
+2
2024-05-06
octeontx2-pf: Treat truncation of IRQ name as an error
Simon Horman
1
-2
/
+10
2024-05-06
atm/fore200e: Delete unused 'fore200e_boards'
Dr. David Alan Gilbert
2
-4
/
+0
2024-05-06
gve: Implement queue api
Shailend Chand
5
-24
/
+189
2024-05-06
Merge branch 'add-tcp-fraglist-gro-support'
Paolo Abeni
6
-69
/
+325
2024-05-06
net: add heuristic for enabling TCP fraglist GRO
Felix Fietkau
2
-0
/
+67
2024-05-06
net: create tcp_gro_header_pull helper function
Felix Fietkau
3
-27
/
+50
2024-05-06
net: create tcp_gro_lookup helper function
Felix Fietkau
2
-16
/
+26
2024-05-06
net: add code for TCP fraglist GRO
Felix Fietkau
2
-0
/
+30
2024-05-06
net: add support for segmenting TCP fraglist GSO packets
Felix Fietkau
2
-0
/
+125
2024-05-06
net: move skb_gro_receive_list from udp to core
Felix Fietkau
3
-27
/
+28
2024-05-06
net: microchip: lan743x: Reduce PTP timeout on HW failure
Rengarajan S
2
-1
/
+2
2024-05-05
Merge branch 'gve-queue-api'
David S. Miller
11
-406
/
+489
2024-05-05
gve: Alloc and free QPLs with the rings
Shailend Chand
7
-331
/
+171
2024-05-05
gve: Account for stopped queues when reading NIC stats
Shailend Chand
1
-6
/
+35
2024-05-05
gve: Reset Rx ring state in the ring-stop funcs
Shailend Chand
2
-30
/
+120
2024-05-05
gve: Avoid rescheduling napi if on wrong cpu
Shailend Chand
2
-2
/
+32
2024-05-05
gve: Make gve_turnup work for nonempty queues
Shailend Chand
1
-0
/
+14
2024-05-05
gve: Make gve_turn(up|down) ignore stopped queues
Shailend Chand
1
-0
/
+10
2024-05-05
gve: Add adminq funcs to add/remove a single Rx queue
Shailend Chand
2
-27
/
+54
2024-05-05
gve: Make the GQ RX free queue funcs idempotent
Shailend Chand
1
-10
/
+19
2024-05-05
queue_api: define queue api
Mina Almasry
2
-0
/
+34
2024-05-03
Revert "net: mirror skb frag ref/unref helpers"
Mina Almasry
6
-44
/
+51
2024-05-03
bnxt: fix bnxt_get_avail_msix() returning negative values
David Wei
2
-13
/
+5
2024-05-03
net: no longer acquire RTNL in threaded_show()
Eric Dumazet
3
-7
/
+7
2024-05-03
tools: ynl: add --list-ops and --list-msgs to CLI
Jakub Kicinski
2
-0
/
+11
2024-05-03
Merge branch 'rtnetlink-rtnl_stats_dump-changes'
Jakub Kicinski
1
-38
/
+23
2024-05-03
rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()
Eric Dumazet
1
-37
/
+22
2024-05-03
rtnetlink: change rtnl_stats_dump() return value
Eric Dumazet
1
-1
/
+1
2024-05-03
Merge branch 'net-sysctl-sentinel'
David S. Miller
47
-119
/
+48
2024-05-03
ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
5
-3
/
+7
2024-05-03
appletalk: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-05-03
netfilter: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
7
-21
/
+5
2024-05-03
net: Remove ctl_table sentinel elements from several networking subsystems
Joel Granados
10
-26
/
+9
2024-05-03
net: sunrpc: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
4
-4
/
+0
2024-05-03
net: rds: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
3
-3
/
+0
2024-05-03
net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
11
-35
/
+13
2024-05-03
net: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
6
-26
/
+14
2024-05-02
net_sched: sch_sfq: annotate data-races around q->perturb_period
Eric Dumazet
1
-4
/
+9
2024-05-02
net: dsa: mv88e6xxx: Correct check for empty list
Simon Horman
1
-2
/
+2
2024-05-02
selftests/net: skip partial checksum packets in csum test
Willem de Bruijn
1
-3
/
+15
[next]