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
/
net
/
ipv6
/
tcp_ipv6.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-10-20
net: phy: micrel: Fix forced link mode for KSZ886X switches
Oleksij Rempel
1
-0
/
+22
2023-10-20
net: dsa: microchip: ksz8: Enable MIIM PHY Control reg access
Oleksij Rempel
2
-3
/
+87
2023-10-20
mlxsw: spectrum: Set SW LAG mode on Spectrum>1
Petr Machata
1
-0
/
+2
2023-10-20
mlxsw: spectrum: Allocate LAG table when in SW LAG mode
Petr Machata
2
-11
/
+83
2023-10-20
mlxsw: spectrum_pgt: Generalize PGT allocation
Petr Machata
3
-23
/
+7
2023-10-20
mlxsw: spectrum_fid: Allocate PGT for the whole FID family in one go
Petr Machata
1
-30
/
+33
2023-10-20
mlxsw: pci: Permit toggling LAG mode
Petr Machata
2
-4
/
+13
2023-10-20
mlxsw: core, pci: Add plumbing related to LAG mode
Petr Machata
3
-0
/
+24
2023-10-20
mlxsw: cmd: Add QUERY_FW.lag_mode_support
Petr Machata
1
-0
/
+6
2023-10-20
mlxsw: cmd: Add CONFIG_PROFILE.{set_, }lag_mode
Petr Machata
1
-0
/
+21
2023-10-20
mlxsw: cmd: Fix omissions in CONFIG_PROFILE field names in comments
Petr Machata
1
-8
/
+8
2023-10-20
mlxsw: reg: Add SGCR.lag_lookup_pgt_base
Petr Machata
1
-1
/
+10
2023-10-20
mlxsw: reg: Drop SGCR.llb
Petr Machata
1
-10
/
+1
2023-10-20
netlink: specs: add support for auto-sized scalars
Jakub Kicinski
8
-5
/
+53
[prev]
[next]