summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-03sit: set name of device back to struct parmszhang kai1-0/+3
2021-06-03rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong1-1/+3
2021-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-3/+7
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-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-02net: sock: fix in-kernel mark settingAlexander Aring1-4/+12
2021-06-02net: dsa: tag_8021q: fix the VLAN IDs used for encoding sub-VLANsVladimir Oltean1-1/+1
2021-06-01nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski1-0/+2
2021-05-28mptcp: do not reset MP_CAPABLE subflow on mapping errorsPaolo Abeni1-30/+32
2021-05-28mptcp: always parse mptcp options for MPC reqskPaolo Abeni1-9/+8
2021-05-28mptcp: fix sk_forward_memory corruption on retransmissionPaolo Abeni1-1/+15
2021-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski3-29/+59
2021-05-28net/sched: act_ct: Fix ct template allocation for zone 0Ariel Levkovich1-3/+0
2021-05-28net/sched: act_ct: Offload connections with commit actionPaul Blakey1-3/+4
2021-05-28devlink: Correct VIRTUAL port to not have phys_port attributesParav Pandit1-2/+2
2021-05-27ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov1-1/+1
2021-05-27Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds64-245/+511
2021-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2021-05-26mptcp: validate 'id' when stopping the ADD_ADDR retransmit timerDavide Caratti3-6/+6
2021-05-26mptcp: avoid error message on infinite mappingPaolo Abeni1-1/+0
2021-05-26mptcp: drop unconditional pr_warn on bad optPaolo Abeni1-1/+0
2021-05-26mptcp: avoid OOB access in setsockopt()Paolo Abeni3-5/+14
2021-05-26net: zero-initialize tc skb extension on allocationVlad Buslov1-1/+1
2021-05-26sctp: fix the proc_handler for sysctl encap_portXin Long1-1/+1
2021-05-26sctp: add the missing setting for asoc encap_portXin Long1-0/+1
2021-05-25net: hsr: fix mac_len checksGeorge McCollister5-21/+34
2021-05-24sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo1-1/+2
2021-05-24netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso1-19/+40
2021-05-24net/sched: fq_pie: fix OOB access in the traffic pathDavide Caratti1-1/+8
2021-05-24net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti1-5/+5
2021-05-22ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri1-1/+3
2021-05-22RDS tcp loopback connection can hangRao Shoaib4-9/+27
2021-05-21netfilter: nf_tables: extended netlink error reporting for chain typePablo Neira Ayuso1-7/+14
2021-05-21netfilter: nf_tables: missing error reporting for not selected expressionsPablo Neira Ayuso1-1/+3
2021-05-21bpf: Set mac_len in bpf_skb_change_headJussi Maki1-0/+1
2021-05-20Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+8
2021-05-20netfilter: conntrack: unregister ipv4 sockopts on error unwindFlorian Westphal1-1/+1
2021-05-19ethtool: stats: Fix a copy-paste errorYueHaibing1-1/+1
2021-05-18tipc: simplify the finalize work queueXin Long6-23/+14
2021-05-18netlink: disable IRQs for netlink_lock_table()Johannes Berg1-2/+4
2021-05-18net/smc: remove device from smcd_dev_list after failed device_add()Julian Wiedmann1-1/+10
2021-05-18tipc: wait and exit until all work queues are doneXin Long3-0/+6
2021-05-18mld: fix panic in mld_newpack()Taehee Yoo1-3/+0
2021-05-17NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2-0/+6
2021-05-17tipc: skb_linearize the head skb when reassembling msgsXin Long1-7/+2
2021-05-15mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)1-5/+7
2021-05-15net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin2-2/+28