summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix usage of trace RCU in local storage.KP Singh2022-06-061-3/+3
* bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian2022-06-061-2/+2
* netfilter: nf_tables: double hook unregistration in netns pathPablo Neira Ayuso2022-06-061-13/+41
* netfilter: nf_tables: hold mutex on netns pre_exit pathPablo Neira Ayuso2022-06-061-0/+4
* netfilter: nf_tables: sanitize nft_set_desc_concat_parse()Pablo Neira Ayuso2022-06-061-4/+13
* netfilter: nft_limit: Clone packet limits' cost valuePhil Sutter2022-06-061-0/+2
* 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
* mptcp: Do TCP fallback on early DSS checksum failureMat Martineau2022-05-252-4/+20
* nl80211: fix locking in nl80211_set_tx_bitrate_mask()Johannes Berg2022-05-251-2/+7
* net: fix wrong network header lengthLina Wang2022-05-251-1/+3
* cfg80211: retrieve S1G operating channel numberKieran Frewen2022-05-251-1/+1
* nl80211: validate S1G channel widthKieran Frewen2022-05-251-0/+9
* 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
* netfilter: flowtable: move dst_check to packet pathRitaro Takenaka2022-05-252-22/+20
* netfilter: flowtable: pass flowtable to nf_flow_table_iterate()Pablo Neira Ayuso2022-05-251-10/+10
* netfilter: flowtable: fix TCP flow teardownPablo Neira Ayuso2022-05-252-27/+9
* mptcp: fix checksum byte orderPaolo Abeni2022-05-253-14/+26
* 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
* netfilter: nft_flow_offload: fix offload with pppoe + vlanFelix Fietkau2022-05-251-1/+2
* net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau2022-05-251-1/+1
* netfilter: nft_flow_offload: skip dst neigh lookup for ppp devicesFelix Fietkau2022-05-251-9/+13
* netfilter: flowtable: fix excessive hw offload attempts after failureFelix Fietkau2022-05-251-1/+3
* net/sched: act_pedit: sanitize shift argument before usagePaolo Abeni2022-05-251-0/+4
* xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger2022-05-251-5/+18
* xfrm: rework default policy structureNicolas Dichtel2022-05-252-28/+25
* mptcp: fix subflow accounting on closePaolo Abeni2022-05-253-6/+25
* libceph: fix potential use-after-free on linger ping and resendsIlya Dryomov2022-05-251-183/+119
* SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust2022-05-182-0/+34
* ping: fix address binding wrt vrfNicolas Dichtel2022-05-181-1/+11
* tcp: drop the hash_32() part from the index calculationWilly Tarreau2022-05-181-1/+1
* tcp: increase source port perturb table to 2^16Willy Tarreau2022-05-181-4/+5
* tcp: dynamically allocate the perturb table used by source portsWilly Tarreau2022-05-181-2/+10
* tcp: add small random increments to the source portWilly Tarreau2022-05-181-4/+5
* tcp: resalt the secret every 10 secondsEric Dumazet2022-05-181-3/+9
* tcp: use different parts of the port_offset for index and offsetWilly Tarreau2022-05-181-1/+1
* secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-183-8/+10
* tls: Fix context leak on tls_device_downMaxim Mikityanskiy2022-05-181-0/+3
* 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
* net: dsa: flush switchdev workqueue on bridge join error pathVladimir Oltean2022-05-181-0/+1
* 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
* net: rds: use maybe_get_net() when acquiring refcount on TCP socketsTetsuo Handa2022-05-184-6/+18
* 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
* net: rds: acquire refcount on TCP socketsTetsuo Handa2022-05-121-0/+8