summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-05-02net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti
2024-05-01net: dsa: Remove adjust_link pathsFlorian Fainelli
2024-05-01arp: Convert ioctl(SIOCGARP) to RCU.Kuniyuki Iwashima
2024-05-01net: Protect dev->name by seqlock.Kuniyuki Iwashima
2024-05-01arp: Get dev after calling arp_req_(delete|set|get)().Kuniyuki Iwashima
2024-05-01arp: Remove a nest in arp_req_get().Kuniyuki Iwashima
2024-05-01arp: Factorise ip_route_output() call in arp_req_set() and arp_req_delete().Kuniyuki Iwashima
2024-05-01arp: Validate netmask earlier for SIOCDARP and SIOCSARP in arp_ioctl().Kuniyuki Iwashima
2024-05-01arp: Move ATF_COM setting in arp_req_set().Kuniyuki Iwashima
2024-05-01ipv6: anycast: use call_rcu_hurry() in aca_put()Eric Dumazet
2024-04-30netpoll: Fix race condition in netpoll_owner_activeBreno Leitao
2024-04-30net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet
2024-04-30net: add <net/proto_memory.h>Eric Dumazet
2024-04-30tcp: move tcp_out_of_memory() to net/ipv4/tcp.cEric Dumazet
2024-04-30net: move sysctl_skb_defer_max to net_hotdataEric Dumazet
2024-04-30net: move sysctl_max_skb_frags to net_hotdataEric Dumazet
2024-04-30inet: introduce dst_rtable() helperEric Dumazet
2024-04-30net: page_pool: support error injectionJakub Kicinski
2024-04-30net/smc: implement DMB-merged operations of loopback-ismWen Gu
2024-04-30net/smc: adapt cursor update when sndbuf and peer DMB are mergedWen Gu
2024-04-30net/smc: {at|de}tach sndbuf to peer DMB if supportedWen Gu
2024-04-30net/smc: add operations to merge sndbuf with peer DMBWen Gu
2024-04-30net/smc: register loopback-ism into SMC-D device listWen Gu
2024-04-30net/smc: ignore loopback-ism when dumping SMC-D devicesWen Gu
2024-04-30net/smc: mark optional smcd_ops and check for support when calledWen Gu
2024-04-30net/smc: implement DMB-related operations of loopback-ismWen Gu
2024-04-30net/smc: implement ID-related operations of loopback-ismWen Gu
2024-04-30net/smc: introduce loopback-ism for SMC intra-OS shortcutWen Gu
2024-04-30net/smc: decouple ism_client from SMC-D DMB registrationWen Gu
2024-04-30sctp: prefer struct_size over open coded arithmeticErick Archer
2024-04-30netdev: add queue statsXuan Zhuo
2024-04-29net: hsr: init prune_proxy_timer soonerEric Dumazet
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-04-29inet: use call_rcu_hurry() in inet_free_ifa()Eric Dumazet
2024-04-29net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet
2024-04-26tcp: fix tcp_grow_skb() vs tstampsEric Dumazet
2024-04-26rstreason: make it work in trace worldJason Xing
2024-04-26mptcp: introducing a helper into active reset logicJason Xing
2024-04-26mptcp: support rstreason for passive resetJason Xing
2024-04-26tcp: support rstreason for passive resetJason Xing
2024-04-26rstreason: prepare for active resetJason Xing
2024-04-26rstreason: prepare for passive resetJason Xing
2024-04-26net: hsr: Provide RedBox support (HSR-SAN)Lukasz Majewski
2024-04-26net/sched: fix false lockdep warning on qdisc root lockDavide Caratti
2024-04-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2024-04-25net: add two more call_rcu_hurry()Eric Dumazet
2024-04-25bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu
2024-04-25bpf: check bpf_dummy_struct_ops program params for test runsEduard Zingerman
2024-04-25bpf: mark bpf_dummy_struct_ops.test_1 parameter as nullableEduard Zingerman