summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* l2tp: remove unneeded null check in l2tp_v2_session_get_nextJames Chapman2024-09-051-1/+1
* mptcp: MIB counters for sent MP_JOINMatthieu Baerts (NGI0)2024-09-043-3/+26
* mptcp: pm: reduce entries iterations on connectMatthieu Baerts (NGI0)2024-09-045-100/+62
* mptcp: pm: rename helpers linked to 'flush'Matthieu Baerts (NGI0)2024-09-041-6/+6
* ethtool: RX software timestamp for allGal Pressman2024-09-041-7/+8
* ioam6: improve checks on user dataJustin Iurman2024-09-031-2/+10
* netdev_features: remove NETIF_F_ALL_FCOEAlexander Lobakin2024-09-031-2/+3
* netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin2024-09-032-1/+1
* netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2024-09-0315-29/+29
* netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-0316-22/+27
* netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin2024-09-034-10/+9
* Merge tag 'linux-can-next-for-6.12-20240830' of git://git.kernel.org/pub/scm/...Jakub Kicinski2024-09-031-4/+4
|\
| * can: j1939: use correct function name in commentZhang Changzhong2024-08-301-4/+4
* | netdev-genl: Set extack and fix error on napi-getJoe Damato2024-09-031-3/+5
* | bpf: Unmask upper DSCP bits in __bpf_redirect_neigh_v4()Ido Schimmel2024-08-311-1/+1
* | ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_xmit()Ido Schimmel2024-08-311-2/+3
* | ipv4: Unmask upper DSCP bits in ip_send_unicast_reply()Ido Schimmel2024-08-311-1/+2
* | xfrm: Unmask upper DSCP bits in xfrm_get_tos()Ido Schimmel2024-08-311-1/+2
* | ipv4: Unmask upper DSCP bits when building flow keyIdo Schimmel2024-08-311-2/+2
* | ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()Ido Schimmel2024-08-311-1/+2
* | ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()Ido Schimmel2024-08-311-1/+1
* | ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookupIdo Schimmel2024-08-311-1/+1
|/
* ethtool: pse-pd: move pse validation into setDiogo Jahchan Koike2024-08-301-9/+6
* icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet2024-08-302-21/+20
* icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet2024-08-302-17/+13
* icmp: change the order of rate limitsEric Dumazet2024-08-302-57/+74
* net: openvswitch: Use ERR_CAST() to returnYan Zhen2024-08-301-1/+1
* tcp: add SO_PEEK_OFF socket option tor TCPv6Jon Maloy2024-08-291-0/+1
* net/ipv4: net: prefer strscpy over strcpyHongbo Li2024-08-293-3/+3
* net/tipc: replace deprecated strcpy with strscpyHongbo Li2024-08-291-1/+1
* net/netrom: prefer strscpy over strcpyHongbo Li2024-08-291-2/+2
* net/ipv6: replace deprecated strcpy with strscpyHongbo Li2024-08-291-1/+1
* net: prefer strscpy over strcpyHongbo Li2024-08-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-2919-158/+248
|\
| * Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-2918-156/+244
| |\
| | * mptcp: pm: ADD_ADDR 0 is not a new addressMatthieu Baerts (NGI0)2024-08-293-1/+14
| | * mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)2024-08-292-1/+8
| | * mptcp: pm: fix ID 0 endp usage after multiple re-creationsMatthieu Baerts (NGI0)2024-08-291-2/+5
| | * mptcp: pm: do not remove already closed subflowsMatthieu Baerts (NGI0)2024-08-291-0/+2
| | * mptcp: pm: reset MPC endp ID when re-addedMatthieu Baerts (NGI0)2024-08-291-2/+11
| | * mptcp: pm: skip connecting to already established sfMatthieu Baerts (NGI0)2024-08-291-3/+6
| | * mptcp: pm: send ACK on an active subflowMatthieu Baerts (NGI0)2024-08-291-3/+6
| | * mptcp: pm: fix RM_ADDR ID for the initial subflowMatthieu Baerts (NGI0)2024-08-291-13/+15
| | * mptcp: pm: reuse ID 0 after delete and re-addMatthieu Baerts (NGI0)2024-08-291-0/+10
| | * Merge tag 'wireless-2024-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-08-292-2/+4
| | |\
| | | * wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()Dmitry Antipov2024-08-261-1/+3
| | | * wifi: mac80211: fix beacon SSID mismatch handlingDaniel Gabay2024-08-261-1/+1
| | * | sctp: fix association labeling in the duplicate COOKIE-ECHO caseOndrej Mosnacek2024-08-281-6/+16
| | * | mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)2024-08-279-107/+107
| | * | mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)2024-08-271-1/+1