summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* mptcp: reuse __mptcp_make_csum in validate_data_csumGeliang Tang2022-05-251-9/+6
* mptcp: change the parameter of __mptcp_make_csumGeliang Tang2022-05-252-4/+5
* 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
* libceph: fix potential use-after-free on linger ping and resendsIlya Dryomov2022-05-251-183/+119
* ping: fix address binding wrt vrfNicolas Dichtel2022-05-181-2/+13
* SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2022-05-182-9/+14
* SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust2022-05-182-0/+34
* 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
* 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
* rxrpc: Enable IPv6 checksums on transport socketDavid Howells2022-05-121-0/+3
* mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter()Eric Dumazet2022-05-121-4/+4
* net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet2022-05-121-3/+6
* SUNRPC release the transport of a relocated task with an assigned transportOlga Kornievskaia2022-05-121-4/+7
* 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
* can: isotp: remove re-binding of bound socketOliver Hartkopp2022-05-121-17/+5
* 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-091-14/+38
* netfilter: Update ip6_route_me_harder to consider L3 domainMartin Willi2022-05-091-2/+8