summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet2022-06-141-4/+7
* Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process"Michal Kubecek2022-06-141-4/+6
* 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: bail out early if hardware offload is not supportedPablo Neira Ayuso2022-06-143-2/+29
* netfilter: nf_tables: memleak flow rule from commit pathPablo Neira Ayuso2022-06-141-0/+6
* netfilter: nf_tables: release new hooks on unsupported flowtable flagsPablo Neira Ayuso2022-06-141-4/+8
* netfilter: nf_tables: always initialize flowtable hook list in transactionPablo Neira Ayuso2022-06-141-0/+1
* netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso2022-06-141-25/+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
* net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...Guangguan Wang2022-06-141-1/+1
* mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2022-06-092-0/+25
* cfg80211: declare MODULE_FIRMWARE for regulatory.dbDimitri John Ledkov2022-06-091-0/+4
* wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg2022-06-091-5/+2
* net/smc: postpone sk_refcnt increment in connect()liuyacan2022-06-091-1/+1
* rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells2022-06-094-16/+25
* rxrpc: Don't let ack.previousPacket regressDavid Howells2022-06-093-4/+6
* rxrpc: Fix overlapping ACK accountingDavid Howells2022-06-092-11/+12
* rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells2022-06-091-1/+2
* rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells2022-06-091-2/+2
* sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet2022-06-091-1/+3
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2022-06-0922-31/+33
* Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche2022-06-091-6/+9
* Bluetooth: use inclusive language when filtering devicesArchie Pusaka2022-06-097-110/+111
* Bluetooth: use inclusive language in HCI role commentsArchie Pusaka2022-06-094-11/+11
* Bluetooth: LL privacy allow RPASathish Narasimman2022-06-091-0/+4
* Bluetooth: L2CAP: Rudimentary typo fixesBhaskar Chowdhury2022-06-091-2/+2
* Bluetooth: Interleave with allowlist scanHoward Chung2022-06-093-7/+134
* Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu2022-06-091-8/+13
* NFC: NULL out the dev->rfkill to prevent UAFLin Ma2022-06-091-0/+1
* nl80211: show SSID for P2P_GO interfacesJohannes Berg2022-06-091-0/+1
* rxrpc, afs: Fix selection of abort codesDavid Howells2022-06-092-3/+3
* rxrpc: Return an error to sendmsg if call failedDavid Howells2022-06-091-0/+6
* net: remove two BUG() from skb_checksum_help()Eric Dumazet2022-06-091-2/+6
* ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran2022-06-091-1/+2
* ipv6: fix locking issues with loops over idev->addr_listNiels Dossche2022-06-091-6/+24
* bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian2022-06-061-2/+2
* netfilter: nf_tables: sanitize nft_set_desc_concat_parse()Pablo Neira Ayuso2022-06-061-4/+13
* cfg80211: set custom regdomain after wiphy registrationMiri Korenblit2022-06-062-4/+5
* netfilter: nf_tables: disallow non-stateful expression in sets earlierPablo Neira Ayuso2022-06-061-9/+10
* 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-05-303-8/+10
* tcp: change source port randomizarion at connect() timeEric Dumazet2022-05-301-3/+17
* nl80211: fix locking in nl80211_set_tx_bitrate_mask()Johannes Berg2022-05-251-2/+7