index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
power
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-17
NFC: nci: Allow to create multiple virtual nci devices
Dmitry Vyukov
1
-76
/
+71
2022-11-17
sundance: remove unused variable cnt
Colin Ian King
1
-2
/
+0
2022-11-17
sctp: sm_statefuns: Remove pointer casts of the same type
Li zeming
1
-1
/
+1
2022-11-17
net: use struct_group to copy ip/ipv6 header addresses
Hangbin Liu
4
-6
/
+10
2022-11-17
net: usb: smsc95xx: fix external PHY reset
Alexandru Tachici
1
-4
/
+42
2022-11-17
net: usb: qmi_wwan: add Telit 0x103a composition
Enrico Sau
1
-0
/
+1
2022-11-16
netdevsim: Fix memory leak of nsim_dev->fa_cookie
Wang Yufen
1
-0
/
+1
2022-11-16
mlxsw: update adjfine to use adjust_by_scaled_ppm
Jacob Keller
1
-15
/
+3
2022-11-16
tcp: annotate data-race around queue->synflood_warned
Eric Dumazet
1
-1
/
+1
2022-11-16
ax25: af_ax25: Remove unnecessary (void*) conversions
Li zeming
1
-2
/
+2
2022-11-16
tcp: configurable source port perturb table size
Gleb Mazovetskiy
2
-5
/
+15
2022-11-16
l2tp: Serialize access to sk_user_data with sk_callback_lock
Jakub Sitnicki
2
-7
/
+14
2022-11-16
ipv4: tunnels: use DEV_STATS_INC()
Eric Dumazet
5
-38
/
+38
2022-11-16
ipv6: tunnels: use DEV_STATS_INC()
Eric Dumazet
4
-35
/
+28
2022-11-16
ipv6/sit: use DEV_STATS_INC() to avoid data-races
Eric Dumazet
1
-11
/
+11
2022-11-16
net: add atomic_long_t to net_device_stats fields
Eric Dumazet
3
-37
/
+40
2022-11-16
net: __sock_gen_cookie() cleanup
Eric Dumazet
1
-6
/
+6
2022-11-16
net: adopt try_cmpxchg() in napi_{enable|disable}()
Eric Dumazet
1
-9
/
+5
2022-11-16
net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()
Eric Dumazet
1
-6
/
+4
2022-11-16
net: net_{enable|disable}_timestamp() optimizations
Eric Dumazet
1
-12
/
+6
2022-11-16
ipv6: fib6_new_sernum() optimization
Eric Dumazet
1
-4
/
+3
2022-11-16
net: mm_account_pinned_pages() optimization
Eric Dumazet
1
-3
/
+2
2022-11-16
net: linkwatch: only report IF_OPER_LOWERLAYERDOWN if iflink is actually down
Vladimir Oltean
1
-3
/
+17
2022-11-16
udp: Introduce optional per-netns hash table.
Kuniyuki Iwashima
5
-6
/
+166
2022-11-16
udp: Access &udp_table via net.
Kuniyuki Iwashima
6
-27
/
+35
2022-11-16
udp: Set NULL to udp_seq_afinfo.udp_table.
Kuniyuki Iwashima
2
-9
/
+25
2022-11-16
udp: Set NULL to sk->sk_prot->h.udp_table.
Kuniyuki Iwashima
3
-5
/
+13
2022-11-16
udp: Clean up some functions.
Kuniyuki Iwashima
2
-20
/
+31
2022-11-16
net: thunderbolt: Fix error handling in tbnet_init()
Yuan Can
1
-5
/
+14
2022-11-16
net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() an...
Shang XiaoJing
2
-0
/
+6
2022-11-16
net: lan966x: Fix potential null-ptr-deref in lan966x_stats_init()
Shang XiaoJing
1
-0
/
+3
2022-11-16
sfc: implement counters readout to TC stats
Edward Cree
3
-0
/
+52
2022-11-16
sfc: validate MAE action order
Edward Cree
1
-0
/
+50
2022-11-16
sfc: attach an MAE counter to TC actions that need it
Edward Cree
3
-2
/
+32
2022-11-16
sfc: accumulate MAE counter values from update packets
Edward Cree
2
-1
/
+57
2022-11-16
sfc: add functions to allocate/free MAE counters
Edward Cree
4
-0
/
+170
2022-11-16
sfc: add hashtables for MAE counters and counter ID mappings
Edward Cree
4
-0
/
+90
2022-11-16
sfc: add extra RX channel to receive MAE counter updates on ef100
Edward Cree
7
-10
/
+373
2022-11-16
sfc: add ef100 MAE counter support functions
Edward Cree
5
-0
/
+139
2022-11-16
sfc: add ability for extra channels to receive raw RX buffers
Edward Cree
2
-0
/
+9
2022-11-16
sfc: add start and stop methods to channels
Edward Cree
2
-1
/
+12
2022-11-16
sfc: add ability for an RXQ to grant credits on refill
Edward Cree
3
-3
/
+22
2022-11-16
sfc: fix ef100 RX prefix macro
Edward Cree
1
-1
/
+1
2022-11-16
platform/x86: ideapad-laptop: Add module parameters to match DMI quirk tables
Hans de Goede
1
-3
/
+19
2022-11-16
platform/x86: ideapad-laptop: Fix interrupt storm on fn-lock toggle on some Y...
Arnav Rawat
1
-0
/
+17
2022-11-16
platform/x86: hp-wmi: Ignore Smart Experience App event
Kai-Heng Feng
1
-0
/
+3
2022-11-16
platform/surface: aggregator_registry: Add support for Surface Laptop 5
Maximilian Luz
1
-0
/
+16
2022-11-16
net: dsa: don't leak tagger-owned storage on switch driver unbind
Vladimir Oltean
1
-0
/
+10
2022-11-16
net: dsa: remove phylink_validate() method
Vladimir Oltean
2
-13
/
+8
2022-11-16
net: mscc: ocelot: drop workaround for forcing RX flow control
Vladimir Oltean
1
-4
/
+2
[next]