summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: ipv6: fix skb hash for some RST packetsAntoine Tenart2023-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
* tcp: fix skb_copy_ubufs() vs BIG TCPEric Dumazet2023-05-171-6/+14
* 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
* netfilter: conntrack: fix wrong ct->timeout valueTzung-Bi Shih2023-05-111-4/+9
* netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_in...Pablo Neira Ayuso2023-05-113-1/+4
* 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
* netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja2023-05-115-11/+13
* 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
* mptcp: fix accept vs worker racePaolo Abeni2023-05-013-33/+58
* mptcp: stops worker on unaccepted sockets at listener closePaolo Abeni2023-05-013-0/+79
* 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
* net: bridge: switchdev: don't notify FDB entries with "master dynamic"Vladimir Oltean2023-04-261-0/+11
* 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: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNTChen Aotian2023-04-261-1/+1
* 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
* sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long2023-04-201-1/+2
* net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()Ziyang Xuan2023-04-201-3/+5
* Bluetooth: Set ISO Data Path on broadcast sinkClaudia Draghicescu2023-04-201-1/+1
* Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockoptLuiz Augusto von Dentz2023-04-201-7/+9
* Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz2023-04-203-15/+21
* Bluetooth: hci_conn: Fix not cleaning up on LE Connection failureLuiz Augusto von Dentz2023-04-201-28/+24
* net: openvswitch: fix race on port outputFelix Huettner2023-04-202-1/+2