index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
l2tp: remove unneeded null check in l2tp_v2_session_get_next
James Chapman
2024-09-05
1
-1
/
+1
*
mptcp: MIB counters for sent MP_JOIN
Matthieu Baerts (NGI0)
2024-09-04
3
-3
/
+26
*
mptcp: pm: reduce entries iterations on connect
Matthieu Baerts (NGI0)
2024-09-04
5
-100
/
+62
*
mptcp: pm: rename helpers linked to 'flush'
Matthieu Baerts (NGI0)
2024-09-04
1
-6
/
+6
*
ethtool: RX software timestamp for all
Gal Pressman
2024-09-04
1
-7
/
+8
*
ioam6: improve checks on user data
Justin Iurman
2024-09-03
1
-2
/
+10
*
netdev_features: remove NETIF_F_ALL_FCOE
Alexander Lobakin
2024-09-03
1
-2
/
+3
*
netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu
Alexander Lobakin
2024-09-03
2
-1
/
+1
*
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
2024-09-03
15
-29
/
+29
*
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2024-09-03
16
-22
/
+27
*
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
2024-09-03
4
-10
/
+9
*
Merge tag 'linux-can-next-for-6.12-20240830' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
2024-09-03
1
-4
/
+4
|
\
|
*
can: j1939: use correct function name in comment
Zhang Changzhong
2024-08-30
1
-4
/
+4
*
|
netdev-genl: Set extack and fix error on napi-get
Joe Damato
2024-09-03
1
-3
/
+5
*
|
bpf: Unmask upper DSCP bits in __bpf_redirect_neigh_v4()
Ido Schimmel
2024-08-31
1
-1
/
+1
*
|
ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_xmit()
Ido Schimmel
2024-08-31
1
-2
/
+3
*
|
ipv4: Unmask upper DSCP bits in ip_send_unicast_reply()
Ido Schimmel
2024-08-31
1
-1
/
+2
*
|
xfrm: Unmask upper DSCP bits in xfrm_get_tos()
Ido Schimmel
2024-08-31
1
-1
/
+2
*
|
ipv4: Unmask upper DSCP bits when building flow key
Ido Schimmel
2024-08-31
1
-2
/
+2
*
|
ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()
Ido Schimmel
2024-08-31
1
-1
/
+2
*
|
ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()
Ido Schimmel
2024-08-31
1
-1
/
+1
*
|
ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookup
Ido Schimmel
2024-08-31
1
-1
/
+1
|
/
*
ethtool: pse-pd: move pse validation into set
Diogo Jahchan Koike
2024-08-30
1
-9
/
+6
*
icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netns
Eric Dumazet
2024-08-30
2
-21
/
+20
*
icmp: move icmp_global.credit and icmp_global.stamp to per netns storage
Eric Dumazet
2024-08-30
2
-17
/
+13
*
icmp: change the order of rate limits
Eric Dumazet
2024-08-30
2
-57
/
+74
*
net: openvswitch: Use ERR_CAST() to return
Yan Zhen
2024-08-30
1
-1
/
+1
*
tcp: add SO_PEEK_OFF socket option tor TCPv6
Jon Maloy
2024-08-29
1
-0
/
+1
*
net/ipv4: net: prefer strscpy over strcpy
Hongbo Li
2024-08-29
3
-3
/
+3
*
net/tipc: replace deprecated strcpy with strscpy
Hongbo Li
2024-08-29
1
-1
/
+1
*
net/netrom: prefer strscpy over strcpy
Hongbo Li
2024-08-29
1
-2
/
+2
*
net/ipv6: replace deprecated strcpy with strscpy
Hongbo Li
2024-08-29
1
-1
/
+1
*
net: prefer strscpy over strcpy
Hongbo Li
2024-08-29
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-08-29
19
-158
/
+248
|
\
|
*
Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-08-29
18
-156
/
+244
|
|
\
|
|
*
mptcp: pm: ADD_ADDR 0 is not a new address
Matthieu Baerts (NGI0)
2024-08-29
3
-1
/
+14
|
|
*
mptcp: avoid duplicated SUB_CLOSED events
Matthieu Baerts (NGI0)
2024-08-29
2
-1
/
+8
|
|
*
mptcp: pm: fix ID 0 endp usage after multiple re-creations
Matthieu Baerts (NGI0)
2024-08-29
1
-2
/
+5
|
|
*
mptcp: pm: do not remove already closed subflows
Matthieu Baerts (NGI0)
2024-08-29
1
-0
/
+2
|
|
*
mptcp: pm: reset MPC endp ID when re-added
Matthieu Baerts (NGI0)
2024-08-29
1
-2
/
+11
|
|
*
mptcp: pm: skip connecting to already established sf
Matthieu Baerts (NGI0)
2024-08-29
1
-3
/
+6
|
|
*
mptcp: pm: send ACK on an active subflow
Matthieu Baerts (NGI0)
2024-08-29
1
-3
/
+6
|
|
*
mptcp: pm: fix RM_ADDR ID for the initial subflow
Matthieu Baerts (NGI0)
2024-08-29
1
-13
/
+15
|
|
*
mptcp: pm: reuse ID 0 after delete and re-add
Matthieu Baerts (NGI0)
2024-08-29
1
-0
/
+10
|
|
*
Merge tag 'wireless-2024-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
2024-08-29
2
-2
/
+4
|
|
|
\
|
|
|
*
wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()
Dmitry Antipov
2024-08-26
1
-1
/
+3
|
|
|
*
wifi: mac80211: fix beacon SSID mismatch handling
Daniel Gabay
2024-08-26
1
-1
/
+1
|
|
*
|
sctp: fix association labeling in the duplicate COOKIE-ECHO case
Ondrej Mosnacek
2024-08-28
1
-6
/
+16
|
|
*
|
mptcp: pr_debug: add missing \n at the end
Matthieu Baerts (NGI0)
2024-08-27
9
-107
/
+107
|
|
*
|
mptcp: sched: check both backup in retrans
Matthieu Baerts (NGI0)
2024-08-27
1
-1
/
+1
[next]