index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
net_sched: sch_fq: fix off-by-one error in fq_dequeue()
Eric Dumazet
1
-1
/
+1
2023-10-23
net: mdio: xgene: Fix unused xgene_mdio_of_match warning for !CONFIG_OF
Rob Herring
1
-1
/
+1
2023-10-23
tools: ynl-gen: change spacing around __attribute__
Jakub Kicinski
7
-64
/
+64
2023-10-23
tls: don't reset prot->aad_size and prot->tail_size for TLS_HW
Sabrina Dubroca
3
-11
/
+4
2023-10-23
net: lan966x: remove useless code in lan966x_xtr_irq_handler
Su Hui
1
-1
/
+0
2023-10-23
tcp: add TCPI_OPT_USEC_TS
Eric Dumazet
2
-0
/
+3
2023-10-23
tcp: add support for usec resolution in TCP TS values
Eric Dumazet
11
-33
/
+82
2023-10-23
tcp: introduce TCP_PAWS_WRAP
Eric Dumazet
1
-2
/
+7
2023-10-23
tcp: add RTAX_FEATURE_TCP_USEC_TS
Eric Dumazet
2
-7
/
+16
2023-10-23
tcp: add tcp_rtt_tsopt_us()
Eric Dumazet
1
-20
/
+23
2023-10-23
tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()
Eric Dumazet
5
-15
/
+14
2023-10-23
tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.c
Eric Dumazet
2
-7
/
+9
2023-10-23
tcp: rename tcp_skb_timestamp()
Eric Dumazet
4
-12
/
+16
2023-10-23
tcp: replace tcp_time_stamp_raw()
Eric Dumazet
4
-12
/
+25
2023-10-23
tcp: introduce tcp_clock_ms()
Eric Dumazet
5
-9
/
+12
2023-10-23
tcp: add tcp_time_stamp_ms() helper
Eric Dumazet
3
-2
/
+7
2023-10-23
tcp: fix cookie_init_timestamp() overflows
Eric Dumazet
2
-14
/
+8
2023-10-23
chtls: fix tp->rcv_tstamp initialization
Eric Dumazet
1
-1
/
+1
2023-10-23
vxlan: use generic function for tunnel IPv6 route lookup
Beniamino Galvani
1
-106
/
+30
2023-10-23
geneve: use generic function for tunnel IPv6 route lookup
Beniamino Galvani
1
-65
/
+31
2023-10-23
ipv6: add new arguments to udp_tunnel6_dst_lookup()
Beniamino Galvani
3
-21
/
+29
2023-10-23
ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()
Beniamino Galvani
3
-7
/
+4
2023-10-23
ipv6: rename and move ip6_dst_lookup_tunnel()
Beniamino Galvani
5
-79
/
+81
2023-10-23
net: atm: Remove redundant check.
Gavrilov Ilia
1
-2
/
+0
2023-10-22
bnxt_en: extend media types to supported and autoneg modes
Edwin Peer
1
-120
/
+153
2023-10-22
bnxt_en: convert to linkmode_set_bit() API
Edwin Peer
1
-24
/
+24
2023-10-22
bnxt_en: Refactor NRZ/PAM4 link speed related logic
Michael Chan
1
-31
/
+67
2023-10-22
bnxt_en: refactor speed independent ethtool modes
Edwin Peer
1
-38
/
+40
2023-10-22
bnxt_en: support lane configuration via ethtool
Edwin Peer
1
-7
/
+25
2023-10-22
bnxt_en: add infrastructure to lookup ethtool link mode
Edwin Peer
2
-20
/
+258
2023-10-22
bnxt_en: Fix invoking hwmon_notify_event
Kalesh AP
1
-5
/
+11
2023-10-22
bnxt_en: Do not call sleeping hwmon_notify_event() from NAPI
Kalesh AP
4
-9
/
+18
2023-10-21
octeon_ep: assert hardware structure sizes
Shinas Rasheed
2
-0
/
+7
2023-10-21
net: dsa: mv88e6xxx: add an error code check in mv88e6352_tai_event_work
Su Hui
1
-0
/
+4
2023-10-21
selftests: tc-testing: add test for 'rt' upgrade on hfsc
Pedro Tammela
1
-6
/
+26
2023-10-20
net: wwan: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-20
pds_core: add an error code check in pdsc_dl_info_get
Su Hui
1
-0
/
+2
2023-10-20
ixgbe: fix end of loop test in ixgbe_set_vf_macvlan()
Dan Carpenter
1
-9
/
+10
2023-10-20
igb: Fix an end of loop test
Dan Carpenter
1
-3
/
+6
2023-10-20
ice: cleanup ice_find_netlist_node
Jacob Keller
1
-15
/
+15
2023-10-20
ice: make ice_get_pf_c827_idx static
Jacob Keller
2
-2
/
+1
2023-10-20
ice: manage VFs MSI-X using resource tracking
Michal Swiatkowski
1
-19
/
+151
2023-10-20
ice: set MSI-X vector count on VF
Michal Swiatkowski
3
-0
/
+84
2023-10-20
ice: add bitmap to track VF MSI-X usage
Michal Swiatkowski
2
-0
/
+11
2023-10-20
ice: implement num_msix field per VF
Michal Swiatkowski
4
-7
/
+14
2023-10-20
ice: store VF's pci_dev ptr in ice_vf
Przemek Kitszel
5
-28
/
+32
2023-10-20
ice: add drop rule matching on not active lport
Michal Swiatkowski
3
-20
/
+75
2023-10-20
ice: remove unused ice_flow_entry fields
Przemek Kitszel
2
-7
/
+1
2023-10-20
ethtool: untangle the linkmode and ethtool headers
Jakub Kicinski
3
-35
/
+37
2023-10-20
net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.
Heng Guo
8
-10
/
+16
[next]