summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-05-30secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau3-8/+10
2022-05-30tcp: change source port randomizarion at connect() timeEric Dumazet1-3/+17
2022-05-25nl80211: fix locking in nl80211_set_tx_bitrate_mask()Johannes Berg1-2/+7
2022-05-25nl80211: validate S1G channel widthKieran Frewen1-0/+9
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-25xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger1-5/+18
2022-05-25xfrm: rework default policy structureNicolas Dichtel2-28/+25
2022-05-25xfrm: notify default policy on updateNicolas Dichtel1-0/+31
2022-05-25xfrm: make user policy API completeNicolas Dichtel1-12/+19
2022-05-25net: xfrm: fix shift-out-of-bouncePavel Skripkin1-1/+6
2022-05-25xfrm: Add possibility to set the default to block if we have no policySteffen Klassert2-0/+68
2022-05-25net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrmVincent Bernat1-6/+6
2022-05-25libceph: fix potential use-after-free on linger ping and resendsIlya Dryomov1-183/+119
2022-05-18SUNRPC: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2022-05-18ping: fix address binding wrt vrfNicolas Dichtel1-2/+13
2022-05-18SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2-9/+14
2022-05-18SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust1-10/+12
2022-05-18SUNRPC: Prevent immediate close+reconnectTrond Myklebust2-2/+3
2022-05-18SUNRPC: Clean up scheduling of autocloseTrond Myklebust1-12/+16
2022-05-18tcp: resalt the secret every 10 secondsEric Dumazet1-3/+9
2022-05-18tls: Fix context leak on tls_device_downMaxim Mikityanskiy1-0/+3
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-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-12can: isotp: remove re-binding of bound socketOliver Hartkopp1-17/+5
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-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: make sure treq->af_specific is initializedEric Dumazet2-2/+9
2022-05-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2-1/+12
2022-05-09ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2-6/+7
2022-05-09ip6_gre: Make o_seqno start from 0 in native modePeilin Ye1-6/+5
2022-05-09ip_gre: Make o_seqno start from 0 in native modePeilin Ye1-5/+3
2022-05-09net/smc: sync err code when tcp connection was refusedliuyacan1-0/+2
2022-05-09sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long1-0/+4
2022-05-09tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang1-3/+8
2022-05-09tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri1-1/+1
2022-05-09bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hookEyal Birger1-4/+3