aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-07ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet2-3/+7
2022-02-07caif: cleanup double word in commentTom Rix1-1/+1
2022-02-07net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()Eric Dumazet1-1/+1
2022-02-07net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong1-3/+7
2022-02-07net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()Menglong Dong1-3/+9
2022-02-07net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()Menglong Dong1-2/+3
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong1-4/+10
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong1-2/+10
2022-02-07net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong1-1/+2
2022-02-06net/smc: fix ref_tracker issue in smc_pnet_add()Eric Dumazet1-3/+5
2022-02-06net: initialize init_net earlierEric Dumazet2-14/+6
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang7-107/+171
2022-02-05skmsg: convert struct sk_msg_sg::copy to a bitmapEric Dumazet1-2/+2
2022-02-05net: refine dev_put()/dev_hold() debuggingEric Dumazet2-4/+4
2022-02-05ip6mr: ip6mr_sk_done() can exit early in common casesEric Dumazet1-0/+3
2022-02-05ipv6: make mc_forwarding atomicEric Dumazet4-8/+8
2022-02-05net: gro: minor optimization for dev_gro_receive()Paolo Abeni1-11/+4
2022-02-05net: gro: avoid re-computing truesize twice on recyclePaolo Abeni1-1/+0
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey4-23/+45
2022-02-04mptcp: allow to use port and non-signal in set_flagsGeliang Tang1-7/+6
2022-02-04ipv6: ioam: Insertion frequency in lwtunnel outputJustin Iurman1-2/+57
2022-02-04tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) caseEric Dumazet1-14/+19
2022-02-04net: don't include ndisc.h from ipv6.hJakub Kicinski3-0/+3
2022-02-04Merge tag 'ceph-for-5.17-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds4-70/+245
2022-02-04cfg80211: fix race in netlink owner interface destructionJohannes Berg1-13/+4
2022-02-04mac80211: Remove redundent assignment channel_typeJiapeng Chong1-1/+0
2022-02-04mac80211: remove useless ieee80211_vif_is_mesh() checkBaligh Gasmi1-2/+1
2022-02-04mac80211: fix struct ieee80211_tx_info sizeAvraham Stern1-4/+8
2022-02-04mac80211: mlme: validate peer HE supported ratesMordechay Goodstein1-1/+100
2022-02-04mac80211: remove unused macrosJohannes Berg6-13/+7
2022-02-04cfg80211: pmsr: remove useless ifdef guardsJohannes Berg1-4/+0
2022-02-04mac80211: airtime: avoid variable shadowingJohannes Berg1-2/+3
2022-02-04mac80211: mlme: add documentation from spec to codeMordechay Goodstein1-1/+9
2022-02-04mac80211: vht: use HE macros for parsing HE capabilitiesMordechay Goodstein1-2/+2
2022-02-04cfg80211: don't add non transmitted BSS to 6GHz scanned channelsAvraham Stern1-1/+8
2022-02-04cfg80211/mac80211: assume CHECKSUM_COMPLETE includes SNAPJohannes Berg2-3/+7
2022-02-04mac80211: consider RX NSS in UHB connectionMordechay Goodstein1-3/+58
2022-02-04mac80211: limit bandwidth in HE capabilitiesJohannes Berg4-10/+32
2022-02-04tls: cap the output scatter list to something reasonableJakub Kicinski1-1/+2
2022-02-04netfilter: nft_compat: suppress comment matchFlorian Westphal1-0/+9
2022-02-04netfilter: exthdr: add support for tcp option removalFlorian Westphal1-1/+95
2022-02-04netfilter: conntrack: pptp: use single option structureFlorian Westphal2-56/+28
2022-02-04netfilter: conntrack: remove extension register apiFlorian Westphal12-238/+7
2022-02-04netfilter: conntrack: handle ->destroy hook via nat_ops insteadFlorian Westphal3-33/+15
2022-02-04netfilter: conntrack: move extension sizes into coreFlorian Westphal12-57/+76
2022-02-04netfilter: conntrack: make all extensions 8-byte alignnedFlorian Westphal11-11/+1
2022-02-04netfilter: nfqueue: enable to get skb->priorityNicolas Dichtel1-0/+5
2022-02-04netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARYKevin Mitchell1-1/+3
2022-02-04netfilter: ctnetlink: disable helper autoassignFlorian Westphal1-1/+2
2022-02-04netfilter: conntrack: re-init state for retransmitted syn-ackFlorian Westphal1-0/+12