summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-02-20bpf: Add networking timestamping support to bpf_get/setsockopt()Jason Xing-0/+23
2025-02-20net: Add options as a flexible array to struct ip_tunnel_infoGal Pressman-2/+4
2025-02-20ip_tunnel: Use ip_tunnel_info() helper instead of 'info + 1'Gal Pressman-4/+4
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-170/+187
2025-02-20Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP responseLuiz Augusto von Dentz-2/+7
2025-02-20Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni-99/+22
2025-02-20net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni-6/+7
2025-02-20tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca-7/+7
2025-02-19mptcp: micro-optimize __mptcp_move_skb()Paolo Abeni-61/+52
2025-02-19mptcp: dismiss __mptcp_rmem()Paolo Abeni-13/+6
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni-4/+4
2025-02-19mptcp: cleanup mem accountingPaolo Abeni-111/+10
2025-02-19mptcp: move the whole rx path under msk socket lock protectionPaolo Abeni-66/+60
2025-02-19mptcp: drop __mptcp_fastopen_gen_msk_ackseq()Paolo Abeni-29/+7
2025-02-19mptcp: consolidate subflow cleanupPaolo Abeni-15/+18
2025-02-19nfc: hci: Remove unused nfc_llc_unregisterDr. David Alan Gilbert-12/+0
2025-02-19arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao-1/+1
2025-02-19net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao-3/+34
2025-02-19sctp: Fix undefined behavior in left shift operationYu-Chun Lin-1/+1
2025-02-19flow_dissector: Fix port range key handling in BPF conversionCong Wang-8/+10
2025-02-19flow_dissector: Fix handling of mixed port and port-range keysCong Wang-12/+19
2025-02-19net: fib_rules: Enable port mask usageIdo Schimmel-2/+2
2025-02-19ipv6: fib_rules: Add port mask matchingIdo Schimmel-4/+4
2025-02-19ipv4: fib_rules: Add port mask matchingIdo Schimmel-4/+4
2025-02-19net: fib_rules: Add port mask supportIdo Schimmel-1/+66
2025-02-19net: fib_rules: Add port mask attributesIdo Schimmel-0/+2
2025-02-19SUNRPC: Handle -ETIMEDOUT return from tlshdBenjamin Coddington-1/+9
2025-02-19SUNRPC: Prevent looping due to rpc_signal_task() racesTrond Myklebust-2/+0
2025-02-19bpf: Support TCP_RTO_MAX_MS for bpf_setsockoptJason Xing-0/+1
2025-02-18dev: Use rtnl_net_dev_lock() in unregister_netdev().Kuniyuki Iwashima-4/+2
2025-02-18net: Fix dev_net(dev) race in unregister_netdevice_notifier_dev_net().Kuniyuki Iwashima-4/+44
2025-02-18net: Add net_passive_inc() and net_passive_dec().Kuniyuki Iwashima-4/+4
2025-02-18ipv6: initialize inet socket cookies with sockcm_initWillem de Bruijn-12/+3
2025-02-18ipv6: replace ipcm6_init calls with ipcm6_init_skWillem de Bruijn-20/+3
2025-02-18icmp: reflect tos through ip cookie rather than updating inet_skWillem de Bruijn-4/+2
2025-02-18ipv4: remove get_rttosWillem de Bruijn-9/+9
2025-02-18net: initialize mark in sockcm_initWillem de Bruijn-6/+5
2025-02-18tcp: only initialize sockcm tsflags fieldWillem de Bruijn-1/+1
2025-02-18net: Remove redundant variable declaration in __dev_change_flags()Breno Leitao-1/+1
2025-02-18netlink: Unset cb_running when terminating dump on releaseSiddh Raman Pant-0/+1
2025-02-18tcp: adjust rcvq_space after updating scaling ratioJakub Kicinski-3/+9
2025-02-18trace: tcp: Add tracepoint for tcp_cwnd_reduction()Breno Leitao-0/+2
2025-02-18page_pool: avoid infinite loop to schedule delayed workerJason Xing-1/+7
2025-02-18vsock/bpf: Warn on socket without transportMichal Luczaj-1/+4
2025-02-18sockmap, vsock: For connectible sockets allow only connectedMichal Luczaj-0/+3
2025-02-18xfrm: Switch to use hrtimer_setup()Nam Cao-6/+4
2025-02-18can: Switch to use hrtimer_setup()Nam Cao-26/+16
2025-02-18tcp: Switch to use hrtimer_setup()Nam Cao-6/+4
2025-02-18mac802154: Switch to use hrtimer_setup()Nam Cao-2/+2
2025-02-18net/sched: Switch to use hrtimer_setup()Nam Cao-8/+4