summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian2022-06-061-2/+2
* cfg80211: set custom regdomain after wiphy registrationMiri Korenblit2022-06-062-3/+5
* net: af_key: check encryption module availability consistencyThomas Bartschies2022-06-061-3/+3
* secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-06-063-8/+10
* tcp: change source port randomizarion at connect() timeEric Dumazet2022-06-061-3/+17
* mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau2022-05-251-2/+1
* net: bridge: Clear offload_fwd_mark when passing frame up bridge interface.Andrew Lunn2022-05-251-0/+7
* net: af_key: add check for pfkey_broadcast in function pfkey_processJiasheng Jiang2022-05-251-2/+4
* NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou2022-05-252-3/+3
* net/sched: act_pedit: sanitize shift argument before usagePaolo Abeni2022-05-251-0/+4
* ping: fix address binding wrt vrfNicolas Dichtel2022-05-181-1/+11
* tcp: resalt the secret every 10 secondsEric Dumazet2022-05-181-3/+9
* net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang2022-05-181-2/+2
* net/sched: act_pedit: really ensure the skb is writablePaolo Abeni2022-05-181-4/+22
* netlink: do not reset transport header in netlink_recvmsg()Eric Dumazet2022-05-181-1/+0
* ipv4: drop dst in multicast routing pathLokesh Dhoundiyal2022-05-181-0/+1
* batman-adv: Don't skb_split skbuffs with frag_listSven Eckelmann2022-05-181-0/+11
* Bluetooth: Fix the creation of hdev->nameItay Iellin2022-05-151-3/+3
* tcp: make sure treq->af_specific is initializedEric Dumazet2022-05-124-2/+4
* net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet2022-05-121-3/+6
* NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou2022-05-121-2/+2
* nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou2022-05-121-15/+14
* Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust2022-05-121-3/+0
* netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal2022-05-121-14/+38
* ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye2022-05-121-2/+3
* tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-05-122-1/+12
* ip_gre: Make o_seqno start from 0 in native modePeilin Ye2022-05-121-5/+3
* sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long2022-05-121-0/+4
* tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri2022-05-121-1/+1
* ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang2022-05-121-1/+1
* net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet2022-05-011-7/+11
* ax25: Fix UAF bugs in ax25 timersDuoming Zhou2022-04-271-0/+5
* ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou2022-04-272-8/+16
* ax25: fix NPD bug in ax25_disconnectDuoming Zhou2022-04-271-1/+1
* ax25: fix UAF bug in ax25_send_control()Duoming Zhou2022-04-271-4/+4
* ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou2022-04-271-3/+11
* ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou2022-04-271-1/+4
* ax25: fix reference count leaks of ax25_devDuoming Zhou2022-04-273-16/+36
* ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou2022-04-273-2/+15
* 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/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet2022-04-271-4/+4
* net/packet: fix packet_sock xmit return value checkingHangbin Liu2022-04-271-4/+9
* rxrpc: Restore removed timer deletionDavid Howells2022-04-271-0/+2
* tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima2022-04-271-2/+2
* tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2022-04-276-14/+88
* ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel2022-04-201-1/+1
* nfc: nci: add flush_workqueue to prevent uafLin Ma2022-04-201-0/+4
* sctp: Initialize daddr on peeled off socketPetr Malat2022-04-201-1/+1
* net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2022-04-202-5/+14