summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ip_gre: test csum_start instead of transport headerWillem de Bruijn2022-06-141-6/+5
* net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada2022-06-141-1/+0
* net: xfrm: unexport __init-annotated xfrm4_protocol_init()Masahiro Yamada2022-06-141-1/+0
* SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever2022-06-141-1/+5
* af_unix: Fix a data-race in unix_dgram_peer_wake_me().Kuniyuki Iwashima2022-06-141-1/+1
* netfilter: nf_tables: memleak flow rule from commit pathPablo Neira Ayuso2022-06-141-0/+6
* netfilter: nat: really support inet nat without l3 addressFlorian Westphal2022-06-141-1/+2
* xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee2022-06-141-0/+5
* tipc: check attribute length for bearer nameHoang Le2022-06-141-2/+1
* tcp: tcp_rtx_synack() can be called from process contextEric Dumazet2022-06-141-2/+2
* mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2022-06-142-0/+25
* netfilter: nf_tables: disallow non-stateful expression in sets earlierPablo Neira Ayuso2022-06-142-9/+10
* wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg2022-06-141-5/+2
* net/smc: postpone sk_refcnt increment in connect()liuyacan2022-06-141-1/+1
* rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells2022-06-144-16/+25
* rxrpc: Don't let ack.previousPacket regressDavid Howells2022-06-143-4/+6
* rxrpc: Fix overlapping ACK accountingDavid Howells2022-06-142-11/+12
* rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells2022-06-141-1/+2
* rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells2022-06-141-2/+2
* sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet2022-06-141-1/+3
* Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu2022-06-141-8/+13
* NFC: NULL out the dev->rfkill to prevent UAFLin Ma2022-06-141-0/+1
* nl80211: show SSID for P2P_GO interfacesJohannes Berg2022-06-141-0/+1
* rxrpc: Return an error to sendmsg if call failedDavid Howells2022-06-141-0/+6
* ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran2022-06-141-1/+2
* ipv6: fix locking issues with loops over idev->addr_listNiels Dossche2022-06-141-6/+24
* 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-4/+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
* SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Meena Shanmugam2022-05-252-7/+14
* SUNRPC: Don't call connect() more than once on a TCP socketMeena Shanmugam2022-05-251-10/+12
* SUNRPC: Prevent immediate close+reconnectMeena Shanmugam2022-05-252-2/+3
* SUNRPC: Clean up scheduling of autocloseMeena Shanmugam2022-05-251-11/+15
* 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
* mac80211: Reset MBSSID parameters upon connectionManikanta Pubbisetty2022-05-181-0/+6
* 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