summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-05-15net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov
2024-05-13ax25: Fix reference count leak issue of net_deviceDuoming Zhou
2024-05-13ax25: Fix reference count leak issues of ax25_devDuoming Zhou
2024-05-13ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou
2024-05-13netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti
2024-05-13inet: fix inet_fill_ifaddr() flags truncationEric Dumazet
2024-05-10ipv6: sr: fix invalid unregister error pathHangbin Liu
2024-05-10ipv6: sr: fix incorrect unregister orderHangbin Liu
2024-05-10ipv6: sr: add missing seg6_local_exitHangbin Liu
2024-05-10net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets
2024-05-10af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao
2024-05-09net/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu
2024-05-08ipv6: prevent NULL dereference in ip6_output()Eric Dumazet
2024-05-08hsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski
2024-05-08ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet
2024-05-08rxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells
2024-05-08rxrpc: Fix congestion control algorithmDavid Howells
2024-05-08ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida
2024-05-08appletalk: Improve handling of broadcast packetsVincent Duvert
2024-05-08net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau
2024-05-07mptcp: only allow set existing scheduler for net.mptcp.schedulerGregory Detal
2024-05-07nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa
2024-05-06phonet: fix rtm_phonet_notify() skb allocationEric Dumazet
2024-05-06net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo
2024-05-03rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats
2024-05-03Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-05-03Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou
2024-05-03Bluetooth: HCI: Fix potential null-ptr-derefSungwoo Kim
2024-05-03Bluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim
2024-05-03Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim
2024-05-03Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou
2024-05-02tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima
2024-05-02tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
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-01tipc: fix a possible memleak in tipc_buf_appendXin Long
2024-05-01tipc: fix UAF in error pathPaolo Abeni
2024-05-01rxrpc: Clients must accept conn from any addressJeffrey Altman
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-30mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni
2024-04-30rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()Yunsheng Lin
2024-04-29Merge tag 'nfs-for-6.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-04-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-26net l2tp: drop flow hash on forwardDavid Bauer
2024-04-26nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segm...Kuniyuki Iwashima
2024-04-26xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-04-25Merge tag 'net-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds