summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* net: datagram: fix data-races in datagram_poll()Eric Dumazet2023-05-301-5/+10
* tcp: add annotations around sk->sk_shutdown accessesEric Dumazet2023-05-303-9/+11
* tcp: factor out __tcp_close() helperPaolo Abeni2023-05-301-2/+7
* tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh2023-05-301-2/+2
* tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet2023-05-301-1/+1
* net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet2023-05-301-1/+1
* netlink: annotate accesses to nlk->cb_runningEric Dumazet2023-05-301-4/+4
* af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima2023-05-171-1/+1
* rxrpc: Fix hard call timeout unitsDavid Howells2023-05-171-1/+1
* net/sched: act_mirred: Add carrier checkVictor Nogueira2023-05-171-1/+1
* sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang2023-05-171-3/+5
* netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso2023-05-174-3/+15
* SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2023-05-172-4/+0
* tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima2023-05-171-0/+3
* netlink: Use copy_to_user() for optval in netlink_getsockopt().Kuniyuki Iwashima2023-05-171-45/+22
* ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan2023-05-171-3/+13
* netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal2023-05-172-8/+2
* net/packet: convert po->auxdata to an atomic flagEric Dumazet2023-05-173-8/+6
* net/packet: convert po->origdev to an atomic flagEric Dumazet2023-05-173-8/+26
* vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko2023-05-171-1/+1
* bluetooth: Perform careful capability checks in hci_sock_ioctl()Ruihan Li2023-05-171-1/+8
* sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2023-04-261-8/+21
* dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2023-04-264-8/+17
* inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima2023-04-265-19/+1
* tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2023-04-266-6/+44
* udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2023-04-262-12/+14
* net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung2023-04-261-6/+7
* udp6: fix potential access to stale informationEric Dumazet2023-04-201-3/+5
* sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long2023-04-201-1/+2
* 9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang2023-04-201-0/+4
* Bluetooth: Fix race condition in hidp_session_threadMin Li2023-04-201-1/+1
* Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz2023-04-201-18/+6
* ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan2023-04-201-1/+6
* sctp: check send stream number after wait_for_sndbufXin Long2023-04-201-0/+4
* net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski2023-04-201-1/+18
* icmp: guard against too small mtuEric Dumazet2023-04-201-0/+5
* wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau2023-04-201-1/+2
* net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim2023-04-051-2/+2
* can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_writeIvan Orlov2023-04-051-6/+10
* erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2023-04-052-4/+4
* net/iucv: Fix size of interrupt dataAlexandra Winter2023-03-221-1/+1
* ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel2023-03-221-0/+3
* net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2023-03-222-8/+8
* tcp: tcp_make_synack() can be called from process contextBreno Leitao2023-03-221-1/+1
* ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()Eric Dumazet2023-03-171-0/+1
* net: caif: Fix use-after-free in cfusbl_device_notify()Shigeru Yoshida2023-03-171-0/+3
* tipc: improve function tipc_wait_for_cond()Tung Nguyen2023-03-171-1/+1
* nfc: change order inside nfc_se_io error pathFedor Pchelkin2023-03-171-1/+1
* wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"Hector Martin2023-03-131-2/+0
* tcp: Fix listen() regression in 4.19.270Kuniyuki Iwashima2023-03-111-0/+1