summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados
2024-05-03net: sunrpc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03net: rds: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-02net_sched: sch_sfq: annotate data-races around q->perturb_periodEric Dumazet
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-05-02net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti
2024-05-02net: gro: add flush check in udp_gro_receive_segmentRichard Gobert
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert
2024-05-02ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida
2024-05-01net: dsa: Remove adjust_link pathsFlorian Fainelli
2024-05-01tipc: fix a possible memleak in tipc_buf_appendXin Long
2024-05-01tipc: fix UAF in error pathPaolo Abeni
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-01rxrpc: Clients must accept conn from any addressJeffrey Altman
2024-05-01ipv6: anycast: use call_rcu_hurry() in aca_put()Eric Dumazet
2024-05-01net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau
2024-05-01net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau
2024-04-30netpoll: Fix race condition in netpoll_owner_activeBreno Leitao
2024-04-30mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni
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-30rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()Yunsheng Lin
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