summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-03net/smc: avoid possible duplicate dmb unregistrationKarsten Graul1-15/+0
2021-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-3/+7
2021-06-03libceph: Fix spelling mistakesZheng Yongjun3-4/+4
2021-06-03rtnetlink: Fix spelling mistakesZheng Yongjun1-4/+4
2021-06-03mlx5: count all link eventsJakub Kicinski1-0/+18
2021-06-03ieee802154: fix error return code in ieee802154_llsec_getparams()Wei Yongjun1-1/+3
2021-06-03ieee802154: fix error return code in ieee802154_add_iface()Zhen Lei1-1/+3
2021-06-03net/ieee802154: drop unneeded assignment in llsec_iter_devkeys()Yang Li1-3/+3
2021-06-03devlink: Allow setting parent node of rate objectsDmytro Linkin1-2/+123
2021-06-03devlink: Introduce rate nodesDmytro Linkin1-7/+231
2021-06-03devlink: Allow setting tx rate for devlink rate leaf objectsDmytro Linkin1-0/+86
2021-06-03devlink: Introduce rate objectDmytro Linkin1-1/+228
2021-06-03decnet: Fix spelling mistakesZheng Yongjun3-3/+3
2021-06-03rxrpc: Fix a typoZheng Yongjun1-1/+1
2021-06-03Bluetooth: Fix spelling mistakesZheng Yongjun6-13/+13
2021-06-039p/trans_virtio: Fix spelling mistakesZheng Yongjun1-3/+3
2021-06-03ethtool: Fix a typoZheng Yongjun1-1/+1
2021-06-02sit: replace 68 with micro IPV4_MIN_MTUzhang kai1-1/+1
2021-06-02net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett1-5/+8
2021-06-02netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatchesPablo Neira Ayuso1-2/+6
2021-06-02netfilter: nft_ct: skip expectations for confirmed conntrackPablo Neira Ayuso1-1/+1
2021-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller34-221/+241
2021-06-02net: Return the correct errno codeZheng Yongjun1-1/+1
2021-06-02net: dcb: Return the correct errno codeZheng Yongjun1-2/+2
2021-06-02net/sched: act_vlan: No dump for unset priorityBoris Sukholitko1-2/+2
2021-06-02net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko1-2/+5
2021-06-02net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy3-5/+55
2021-06-02net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy1-7/+3
2021-06-02NFC: nci: Remove redundant assignment to lenYang Li1-2/+0
2021-06-02net: sock: fix in-kernel mark settingAlexander Aring1-4/+12
2021-06-02netpoll: don't require irqs disabled in rt kernelsWander Lairson Costa1-1/+3
2021-06-02net: dsa: tag_8021q: fix the VLAN IDs used for encoding sub-VLANsVladimir Oltean1-1/+1
2021-06-02netfilter: fix clang-12 fmt string warningsFlorian Westphal2-2/+2
2021-06-02netfilter: nft_set_pipapo_avx2: fix up description warningsFlorian Westphal1-2/+1
2021-06-01sctp: sm_statefuns: Fix spelling mistakesZheng Yongjun1-15/+15
2021-06-01rds: Fix spelling mistakesZheng Yongjun2-2/+2
2021-06-01net: sched: Fix spelling mistakesZheng Yongjun4-5/+5
2021-06-01nfc: hci: Fix spelling mistakesZheng Yongjun3-3/+3
2021-06-01nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski1-0/+2
2021-06-01ipv6: align code with contextRocco Yue1-4/+4
2021-06-01ipv6: use prandom_u32() for ID generationWilly Tarreau1-23/+5
2021-05-31Bluetooth: use correct lock to prevent UAF of hdev objectLin Ma1-2/+2
2021-05-29netfilter: nf_tables: remove xt_action_param from nft_pktinfoFlorian Westphal1-10/+18
2021-05-29netfilter: nf_tables: remove unused arg in nft_set_pktinfo_unspec()Florian Westphal3-17/+17
2021-05-29netfilter: nf_tables: add and use nft_thoff helperFlorian Westphal7-18/+18
2021-05-29netfilter: nf_tables: add and use nft_sk helperFlorian Westphal3-4/+4
2021-05-29netfilter: x_tables: reduce xt_action_param by 8 byteFlorian Westphal1-1/+1
2021-05-29netfilter: use nfnetlink_unicast()Pablo Neira Ayuso5-124/+44
2021-05-29netfilter: xt_CT: Remove redundant assignment to retYang Li1-1/+0
2021-05-29netfilter: x_tables: improve limit_mt scalabilityJason Baron1-20/+26