summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2022-05-011-32/+32
* bpf: Introduce MEM_RDONLY flagHao Luo2022-05-012-2/+2
* bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2022-05-012-2/+2
* netfilter: nft_ct: fix use after free when attaching zone templateFlorian Westphal2022-04-271-1/+4
* netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal2022-04-271-6/+6
* netfilter: conntrack: convert to refcount_t apiFlorian Westphal2022-04-2710-29/+23
* openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio2022-04-271-1/+1
* netlink: reset network and mac headers in netlink_dump()Eric Dumazet2022-04-271-0/+7
* net: dsa: hellcreek: Calculate checksums in taggerKurt Kanzenbach2022-04-271-0/+8
* can: isotp: stop timeout monitoring when no first frame was sentOliver Hartkopp2022-04-271-1/+9
* ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2022-04-271-5/+6
* l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_maste...David Ahern2022-04-271-1/+1
* net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet2022-04-271-4/+4
* ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye2022-04-271-3/+6
* ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye2022-04-271-2/+3
* net/packet: fix packet_sock xmit return value checkingHangbin Liu2022-04-271-4/+9
* net/smc: Fix sock leak when release after smc_shutdown()Tony Lu2022-04-271-1/+3
* rxrpc: Restore removed timer deletionDavid Howells2022-04-271-0/+2
* esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-04-272-6/+4
* net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet2022-04-271-6/+10
* ax25: Fix UAF bugs in ax25 timersDuoming Zhou2022-04-201-0/+5
* ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou2022-04-202-8/+16
* ax25: fix NPD bug in ax25_disconnectDuoming Zhou2022-04-201-1/+1
* ax25: fix UAF bug in ax25_send_control()Duoming Zhou2022-04-201-4/+4
* ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou2022-04-201-3/+11
* ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou2022-04-201-1/+4
* ax25: fix reference count leaks of ax25_devDuoming Zhou2022-04-203-16/+36
* ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou2022-04-203-2/+15
* ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel2022-04-201-1/+1
* nl80211: correctly check NL80211_ATTR_REG_ALPHA2 sizeJohannes Berg2022-04-201-1/+2
* SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever2022-04-202-1/+4
* nfc: nci: add flush_workqueue to prevent uafLin Ma2022-04-201-0/+4
* netfilter: nf_tables: nft_parse_register can return a negative valueAntoine Tenart2022-04-201-1/+1
* sctp: Initialize daddr on peeled off socketPetr Malat2022-04-201-1/+1
* net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul2022-04-201-2/+3
* netfilter: nft_socket: make cgroup match work in input tooFlorian Westphal2022-04-201-4/+3
* cfg80211: hold bss_lock while updating nontrans_listRameshkumar Sundaram2022-04-201-0/+2
* net/sched: taprio: Check if socket flags are validBenedikt Spranger2022-04-201-1/+2
* net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner2022-04-201-1/+1
* net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2022-04-202-5/+14
* SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust2022-04-131-10/+11
* bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki2022-04-132-3/+4
* net/smc: send directly on setting TCP_NODELAYDust Li2022-04-131-2/+2
* SUNRPC: Prevent immediate close+reconnectTrond Myklebust2022-04-132-2/+3
* SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust2022-04-131-1/+3
* SUNRPC: Handle low memory situations in call_status()Trond Myklebust2022-04-131-0/+5
* SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust2022-04-131-0/+2
* bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy2022-04-131-4/+13
* rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet2022-04-131-1/+1
* net: openvswitch: fix leak of nested actionsIlya Maximets2022-04-131-5/+90