index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2024-12-09
rxrpc: Show stats counter for received reason-0 ACKs
David Howells
-2
/
+3
2024-12-09
rxrpc: Don't set the MORE-PACKETS rxrpc wire header flag
David Howells
-3
/
+0
2024-12-09
rxrpc: Clean up Tx header flags generation handling
David Howells
-10
/
+14
2024-12-09
rxrpc: Use umin() and umax() rather than min_t()/max_t() where possible
David Howells
-25
/
+21
2024-12-09
rxrpc: Fix handling of received connection abort
David Howells
-4
/
+33
2024-12-09
ktime: Add us_to_ktime()
David Howells
-0
/
+5
2024-12-09
Merge branch 'cn10k-ipswec-outbound-inline-support'
David S. Miller
-54
/
+1581
2024-12-09
cn10k-ipsec: Enable outbound ipsec crypto offload
Bharat Bhushan
-3
/
+3
2024-12-09
cn10k-ipsec: Allow ipsec crypto offload for skb with SA
Bharat Bhushan
-0
/
+15
2024-12-09
cn10k-ipsec: Process outbound ipsec crypto offload
Bharat Bhushan
-3
/
+321
2024-12-09
cn10k-ipsec: Add SA add/del support for outb ipsec crypto offload
Bharat Bhushan
-0
/
+523
2024-12-09
cn10k-ipsec: Init hardware for outbound ipsec crypto offload
Bharat Bhushan
-2
/
+566
2024-12-09
octeontx2-af: Disable backpressure between CPT and NIX
Bharat Bhushan
-17
/
+106
2024-12-09
octeontx2-pf: Move skb fragment map/unmap to common code
Bharat Bhushan
-46
/
+50
2024-12-09
octeontx2-pf: map skb data as device writeable
Bharat Bhushan
-2
/
+16
2024-12-07
rtase: Refine the if statement
Justin Lai
-6
/
+6
2024-12-07
Merge branch 'net-net-add-negotiation-of-in-band-capabilities-remainder'
Jakub Kicinski
-0
/
+66
2024-12-07
net: pcs: xpcs: implement pcs_inband_caps() method
Russell King (Oracle)
-0
/
+28
2024-12-07
net: pcs: pcs-mtk-lynxi: implement pcs_inband_caps() method
Russell King (Oracle)
-0
/
+16
2024-12-07
net: pcs: pcs-lynx: implement pcs_inband_caps() method
Russell King (Oracle)
-0
/
+22
2024-12-07
tun: fix group permission check
Stas Sergeev
-5
/
+9
2024-12-07
tools: ynl-gen-c: don't require -o argument
Johannes Berg
-1
/
+4
2024-12-07
tools: ynl-gen-c: annotate valid choices for --mode
Johannes Berg
-1
/
+2
2024-12-06
Merge branch 'net-convert-some-udp-tunnel-drivers-to-netdev_pcpu_stat_dstats'
Jakub Kicinski
-63
/
+82
2024-12-06
bareudp: Handle stats using NETDEV_PCPU_STAT_DSTATS.
Guillaume Nault
-8
/
+8
2024-12-06
geneve: Handle stats using NETDEV_PCPU_STAT_DSTATS.
Guillaume Nault
-6
/
+6
2024-12-06
vxlan: Handle stats using NETDEV_PCPU_STAT_DSTATS.
Guillaume Nault
-14
/
+14
2024-12-06
vrf: Make pcpu_dstats update functions available to other modules.
Guillaume Nault
-35
/
+54
2024-12-06
Merge branch 'lan78xx-preparations-for-phylink'
Jakub Kicinski
-352
/
+433
2024-12-06
net: usb: lan78xx: Improve error handling in dataport and multicast writes
Oleksij Rempel
-22
/
+45
2024-12-06
net: usb: lan78xx: Add error handling to lan78xx_irq_bus_sync_unlock
Oleksij Rempel
-2
/
+11
2024-12-06
net: usb: lan78xx: Add error handling to set_rx_max_frame_length and set_mtu
Oleksij Rempel
-6
/
+18
2024-12-06
net: usb: lan78xx: Add error handling to lan78xx_init_ltm
Oleksij Rempel
-11
/
+39
2024-12-06
net: usb: lan78xx: Improve error handling in EEPROM and OTP operations
Oleksij Rempel
-88
/
+152
2024-12-06
net: usb: lan78xx: Fix error handling in MII read/write functions
Oleksij Rempel
-1
/
+9
2024-12-06
net: usb: lan78xx: Improve error reporting with %pe specifier
Oleksij Rempel
-4
/
+4
2024-12-06
net: usb: lan78xx: move functions to avoid forward definitions
Oleksij Rempel
-150
/
+150
2024-12-06
net: usb: lan78xx: Remove KSZ9031 PHY fixup
Oleksij Rempel
-33
/
+5
2024-12-06
net: usb: lan78xx: Remove LAN8835 PHY fixup
Oleksij Rempel
-35
/
+0
2024-12-06
Merge branch 'net-phylib-eee-cleanups'
Jakub Kicinski
-19
/
+10
2024-12-06
net: phy: update phy_ethtool_get_eee() documentation
Russell King (Oracle)
-2
/
+2
2024-12-06
net: phy: remove genphy_c45_eee_is_active()'s is_enabled arg
Russell King (Oracle)
-12
/
+7
2024-12-06
net: phy: avoid genphy_c45_ethtool_get_eee() setting eee_enabled
Russell King (Oracle)
-3
/
+1
2024-12-06
net: phy: marvell: use phydev->eee_cfg.eee_enabled
Russell King (Oracle)
-3
/
+1
2024-12-06
selftests: net: cleanup busy_poller.c
Joe Damato
-38
/
+50
2024-12-06
net: tipc: remove one synchronize_net() from tipc_nametbl_stop()
Eric Dumazet
-2
/
+4
2024-12-06
net: simplify resource acquisition + ioremap
Rosen Penev
-83
/
+17
2024-12-06
Merge branch 'ucc_geth-phylink-conversion'
David S. Miller
-435
/
+266
2024-12-06
net: freescale: ucc_geth: phylink conversion
Maxime Chevallier
-325
/
+209
2024-12-06
net: freescale: ucc_geth: Introduce a helper to check Reduced modes
Maxime Chevallier
-9
/
+9
[next]