summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* xfrm: don't check the default policy if the policy allows the packetSabrina Dubroca2023-05-241-6/+0
* Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rspMin Li2023-05-241-1/+0
* ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman2023-05-241-1/+1
* net: Catch invalid index in XPS mappingNick Child2023-05-241-0/+2
* af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima2023-05-241-8/+12
* af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima2023-05-241-1/+1
* net: datagram: fix data-races in datagram_poll()Eric Dumazet2023-05-241-5/+10
* tcp: add annotations around sk->sk_shutdown accessesEric Dumazet2023-05-243-9/+11
* net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-243-6/+4
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-248-19/+22
* net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet2023-05-241-1/+1
* netlink: annotate accesses to nlk->cb_runningEric Dumazet2023-05-241-4/+4
* netfilter: conntrack: fix possible bug_on with enable_hooks=1Florian Westphal2023-05-242-3/+6
* netfilter: nf_tables: always release netdev hooks from notifierFlorian Westphal2023-05-241-3/+6
* af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima2023-05-171-1/+1
* ethtool: Fix uninitialized number of lanesIdo Schimmel2023-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
* net/sched: cls_api: remove block_cb from driver_list before freeingVlad Buslov2023-05-171-0/+1
* net/ncsi: clear Tx enable mode when handling a Config required AENCosmo Chou2023-05-171-0/+1
* netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso2023-05-114-3/+15
* SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2023-05-112-4/+0
* tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima2023-05-111-0/+3
* netlink: Use copy_to_user() for optval in netlink_getsockopt().Kuniyuki Iwashima2023-05-111-52/+23
* ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan2023-05-111-3/+13
* net/sched: sch_fq: fix integer overflow of "credit"Davide Caratti2023-05-111-1/+5
* netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal2023-05-112-8/+2
* bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmapDaniel Borkmann2023-05-111-6/+4
* bpf, sockmap: fix deadlocks in the sockhash and sockmapXin Liu2023-05-111-4/+6
* xsk: Fix unaligned descriptor validationKal Conley2023-05-111-0/+1
* net/packet: convert po->auxdata to an atomic flagEric Dumazet2023-05-113-8/+6
* net/packet: convert po->origdev to an atomic flagEric Dumazet2023-05-113-8/+26
* net/packet: annotate accesses to po->xmitEric Dumazet2023-05-111-4/+8
* vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko2023-05-111-1/+1
* bluetooth: Perform careful capability checks in hci_sock_ioctl()Ruihan Li2023-05-011-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-266-26/+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: rpl: fix rpl header size calculationAlexander Aring2023-04-261-1/+2
* netfilter: nf_tables: tighten netlink attribute requirements for catch-all el...Pablo Neira Ayuso2023-04-261-1/+2
* netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso2023-04-262-38/+62
* net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung2023-04-261-6/+7
* netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal2023-04-261-6/+11
* mptcp: stricter state check in mptcp_workerPaolo Abeni2023-04-201-1/+1
* mptcp: use mptcp_schedule_work instead of open-coding itPaolo Abeni2023-04-202-15/+8
* skbuff: Fix a race between coalescing and releasing SKBsLiang Chen2023-04-201-8/+8
* udp6: fix potential access to stale informationEric Dumazet2023-04-201-3/+5