summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-06-14mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2-0/+25
2022-06-14netfilter: nf_tables: disallow non-stateful expression in sets earlierPablo Neira Ayuso2-9/+10
2022-06-14wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg1-5/+2
2022-06-14net/smc: postpone sk_refcnt increment in connect()liuyacan1-1/+1
2022-06-14rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells4-16/+25
2022-06-14rxrpc: Don't let ack.previousPacket regressDavid Howells3-4/+6
2022-06-14rxrpc: Fix overlapping ACK accountingDavid Howells2-11/+12
2022-06-14rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells1-1/+2
2022-06-14rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells1-2/+2
2022-06-14sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet1-1/+3
2022-06-14Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu1-8/+13
2022-06-14NFC: NULL out the dev->rfkill to prevent UAFLin Ma1-0/+1
2022-06-14nl80211: show SSID for P2P_GO interfacesJohannes Berg1-0/+1
2022-06-14rxrpc: Return an error to sendmsg if call failedDavid Howells1-0/+6
2022-06-14ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran1-1/+2
2022-06-14ipv6: fix locking issues with loops over idev->addr_listNiels Dossche1-6/+24
2022-06-06bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian1-2/+2
2022-06-06cfg80211: set custom regdomain after wiphy registrationMiri Korenblit2-4/+5
2022-06-06net: af_key: check encryption module availability consistencyThomas Bartschies1-3/+3
2022-06-06secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau3-8/+10
2022-06-06tcp: change source port randomizarion at connect() timeEric Dumazet1-3/+17
2022-05-25mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau1-2/+1
2022-05-25net: bridge: Clear offload_fwd_mark when passing frame up bridge interface.Andrew Lunn1-0/+7
2022-05-25net: af_key: add check for pfkey_broadcast in function pfkey_processJiasheng Jiang1-2/+4
2022-05-25NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou2-3/+3
2022-05-25net/sched: act_pedit: sanitize shift argument before usagePaolo Abeni1-0/+4
2022-05-25SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Meena Shanmugam2-7/+14
2022-05-25SUNRPC: Don't call connect() more than once on a TCP socketMeena Shanmugam1-10/+12
2022-05-25SUNRPC: Prevent immediate close+reconnectMeena Shanmugam2-2/+3
2022-05-25SUNRPC: Clean up scheduling of autocloseMeena Shanmugam1-11/+15
2022-05-18ping: fix address binding wrt vrfNicolas Dichtel1-1/+11
2022-05-18tcp: resalt the secret every 10 secondsEric Dumazet1-3/+9
2022-05-18net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang1-2/+2
2022-05-18net/sched: act_pedit: really ensure the skb is writablePaolo Abeni1-4/+22
2022-05-18netlink: do not reset transport header in netlink_recvmsg()Eric Dumazet1-1/+0
2022-05-18ipv4: drop dst in multicast routing pathLokesh Dhoundiyal1-0/+1
2022-05-18mac80211: Reset MBSSID parameters upon connectionManikanta Pubbisetty1-0/+6
2022-05-18batman-adv: Don't skb_split skbuffs with frag_listSven Eckelmann1-0/+11
2022-05-15Bluetooth: Fix the creation of hdev->nameItay Iellin1-3/+3
2022-05-12tcp: make sure treq->af_specific is initializedEric Dumazet4-2/+4
2022-05-12net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de1-2/+6
2022-05-12net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet1-3/+6
2022-05-12NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou1-2/+2
2022-05-12nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou1-15/+14
2022-05-12Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust1-3/+0
2022-05-09netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal1-14/+38
2022-05-09ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye1-2/+3
2022-05-09tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang1-1/+2
2022-05-09tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy1-5/+7
2022-05-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2-1/+12