aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-08-22net: ipv6: ioam6: code alignmentJustin Iurman1-4/+5
2024-08-21ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet1-0/+4
2024-08-21ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet1-0/+4
2024-08-21ipv6: prevent UAF in ip6_send_skb()Eric Dumazet1-0/+2
2024-08-21netpoll: do not export netpoll_poll_[disable|enable]()Eric Dumazet1-2/+0
2024-08-21ipv6: remove redundant checkXi Huang1-6/+3
2024-08-21udp: fix receiving fraglist GSO packetsFelix Fietkau1-1/+2
2024-08-20mptcp: pm: avoid possible UaF when selecting endpMatthieu Baerts (NGI0)1-30/+34
2024-08-20mptcp: pm: fullmesh: select the right ID laterMatthieu Baerts (NGI0)1-1/+10
2024-08-20mptcp: pm: only in-kernel cannot have entries with ID 0Matthieu Baerts (NGI0)2-3/+4
2024-08-20mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDRMatthieu Baerts (NGI0)1-2/+2
2024-08-20mptcp: pm: only decrement add_addr_accepted for MPJ reqMatthieu Baerts (NGI0)1-2/+6
2024-08-20mptcp: pm: only mark 'subflow' endp as availableMatthieu Baerts (NGI0)1-9/+17
2024-08-20mptcp: pm: remove mptcp_pm_remove_subflow()Matthieu Baerts (NGI0)3-22/+7
2024-08-20mptcp: pm: re-using ID of unused flushed subflowsMatthieu Baerts (NGI0)1-0/+7
2024-08-20mptcp: pm: re-using ID of unused removed subflowsMatthieu Baerts (NGI0)1-1/+10
2024-08-20mptcp: pm: re-using ID of unused removed ADD_ADDRMatthieu Baerts (NGI0)1-1/+4
2024-08-20netem: fix return value if duplicate enqueue failsStephen Hemminger1-18/+29
2024-08-20l2tp: use skb_queue_purge in l2tp_ip_destroy_sockJames Chapman2-4/+1
2024-08-20af_unix: Don't call skb_get() for OOB skb.Kuniyuki Iwashima2-36/+7
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos1-2/+2
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: nf_tables: don't initialize registers in nft_do_chain()Florian Westphal1-1/+1
2024-08-20netfilter: nf_tables: allow loads only when register is initializedFlorian Westphal1-4/+34
2024-08-20netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal23-37/+38
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-20net: add copy from skb_seq_state to buffer functionChristian Hopps1-0/+35
2024-08-19kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima1-0/+4
2024-08-19net: remove redundant check in skb_shift()Zhang Changzhong1-2/+1
2024-08-19mptcp: Remove unused declaration mptcp_sockopt_sync()Yue Haibing1-1/+0
2024-08-19net: mctp: test: Use correct skb for route input checkJeremy Kerr1-1/+1
2024-08-19tcp_metrics: use netlink policy for IPv6 addr len validationJakub Kicinski1-4/+6
2024-08-19netfilter: move nf_ct_netns_get out of nf_conncount_initXin Long3-17/+18
2024-08-19netfilter: nf_tables: do not remove elements if set backend implements .abortPablo Neira Ayuso1-1/+4
2024-08-19netfilter: nf_tables: store new sets in dedicated listFlorian Westphal1-9/+20
2024-08-19netfilter: nfnetlink: convert kfree_skb to consume_skbDonald Hunter1-7/+7
2024-08-19netfilter: nfnetlink_queue: unbreak SCTP trafficAntonio Ojea2-2/+11
2024-08-19rpcrdma: Trace connection registration and unregistrationChuck Lever1-0/+2
2024-08-19rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1Chuck Lever1-1/+1
2024-08-19rpcrdma: Device kref is over-incremented on error from xa_allocChuck Lever1-1/+1
2024-08-19tcp: prevent concurrent execution of tcp_sk_exit_batchFlorian Westphal1-0/+14
2024-08-16Merge tag 'for-net-2024-08-15' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski4-85/+84
2024-08-16mpls: Reduce skb re-allocations due to skb_cow()Christoph Paasch1-1/+1
2024-08-16net: dsa: microchip: fix tag_ksz egress mask for KSZ8795 familyPieter Van Trappen1-2/+4