summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-08-23net: ethtool: Introduce a command to list PHYs on an interfaceMaxime Chevallier4-1/+324
2024-08-23net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier2-2/+83
2024-08-23net: phy: Introduce ethernet link topology representationMaxime Chevallier1-0/+15
2024-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski23-247/+372
2024-08-23ipv4: Unmask upper DSCP bits when using hintsIdo Schimmel1-1/+1
2024-08-23ipv4: udp: Unmask upper DSCP bits during early demuxIdo Schimmel1-1/+2
2024-08-23ipv4: icmp: Pass full DS field to ip_route_input()Ido Schimmel1-1/+1
2024-08-23ipv4: Unmask upper DSCP bits in RTM_GETROUTE input route lookupIdo Schimmel1-1/+1
2024-08-23ipv4: Unmask upper DSCP bits in input route lookupIdo Schimmel1-1/+1
2024-08-23ipv4: Unmask upper DSCP bits in fib_compute_spec_dst()Ido Schimmel1-1/+1
2024-08-23ipv4: ipmr: Unmask upper DSCP bits in ipmr_rt_fib_lookup()Ido Schimmel1-1/+2
2024-08-23netfilter: nft_fib: Unmask upper DSCP bitsIdo Schimmel1-1/+2
2024-08-23netfilter: rpfilter: Unmask upper DSCP bitsIdo Schimmel1-1/+2
2024-08-23ipv4: Unmask upper DSCP bits when constructing the Record Route optionIdo Schimmel1-1/+1
2024-08-23ipv4: Unmask upper DSCP bits in NETLINK_FIB_LOOKUP familyIdo Schimmel1-1/+1
2024-08-23bpf: Unmask upper DSCP bits in bpf_fib_lookup() helperIdo Schimmel1-1/+2
2024-08-22s390/iucv: Fix vargs handling in iucv_alloc_device()Alexandra Winter1-1/+3
2024-08-22net: ovs: fix ovs_drop_reasons errorMenglong Dong1-1/+1
2024-08-22Merge tag 'nf-24-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski3-2/+13
2024-08-22netfilter: flowtable: validate vlan headerPablo Neira Ayuso2-0/+6
2024-08-22net: ipv6: ioam6: new feature tunsrcJustin Iurman1-8/+57
2024-08-22net: ipv6: ioam6: code alignmentJustin Iurman1-4/+5
2024-08-22ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet1-0/+4
2024-08-22ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet1-0/+4
2024-08-22ipv6: prevent UAF in ip6_send_skb()Eric Dumazet1-0/+2
2024-08-22netpoll: do not export netpoll_poll_[disable|enable]()Eric Dumazet1-2/+0
2024-08-22ipv6: remove redundant checkXi Huang1-6/+3
2024-08-22udp: fix receiving fraglist GSO packetsFelix Fietkau1-1/+2
2024-08-21mptcp: pm: avoid possible UaF when selecting endpMatthieu Baerts (NGI0)1-30/+34
2024-08-21mptcp: pm: fullmesh: select the right ID laterMatthieu Baerts (NGI0)1-1/+10
2024-08-21mptcp: pm: only in-kernel cannot have entries with ID 0Matthieu Baerts (NGI0)2-3/+4
2024-08-21mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDRMatthieu Baerts (NGI0)1-2/+2
2024-08-21mptcp: pm: only decrement add_addr_accepted for MPJ reqMatthieu Baerts (NGI0)1-2/+6
2024-08-21mptcp: pm: only mark 'subflow' endp as availableMatthieu Baerts (NGI0)1-9/+17
2024-08-21mptcp: pm: remove mptcp_pm_remove_subflow()Matthieu Baerts (NGI0)3-22/+7
2024-08-21mptcp: pm: re-using ID of unused flushed subflowsMatthieu Baerts (NGI0)1-0/+7
2024-08-21mptcp: pm: re-using ID of unused removed subflowsMatthieu Baerts (NGI0)1-1/+10
2024-08-21mptcp: pm: re-using ID of unused removed ADD_ADDRMatthieu Baerts (NGI0)1-1/+4
2024-08-21netem: fix return value if duplicate enqueue failsStephen Hemminger1-18/+29
2024-08-21l2tp: use skb_queue_purge in l2tp_ip_destroy_sockJames Chapman2-4/+1
2024-08-21af_unix: Don't call skb_get() for OOB skb.Kuniyuki Iwashima2-36/+7
2024-08-20ipv4: Centralize TOS matchingIdo Schimmel3-5/+3
2024-08-20netfilter: nft_fib: Mask upper DSCP bits before FIB lookupIdo Schimmel1-3/+1
2024-08-20ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP familyIdo Schimmel1-1/+1
2024-08-20ip6_tunnel: Fix broken GROThomas Bogendoerfer1-5/+7
2024-08-20netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior1-0/+5
2024-08-20netfilter: nft_counter: Disable BH in nft_counter_offload_stats().Sebastian Andrzej Siewior1-2/+2
2024-08-20net/smc: introduce statistics for ringbufs usage of net namespaceWen Gu3-16/+40
2024-08-20net/smc: introduce statistics for allocated ringbufs of link groupWen Gu2-4/+44
2024-08-20kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima1-0/+4