summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-05-25mptcp: validate 'id' when stopping the ADD_ADDR retransmit timerDavide Caratti
2021-05-25mptcp: avoid error message on infinite mappingPaolo Abeni
2021-05-25mptcp: drop unconditional pr_warn on bad optPaolo Abeni
2021-05-25mptcp: avoid OOB access in setsockopt()Paolo Abeni
2021-05-25net: zero-initialize tc skb extension on allocationVlad Buslov
2021-05-25net: bridge: remove redundant assignmentNigel Christian
2021-05-25sctp: fix the proc_handler for sysctl encap_portXin Long
2021-05-25sctp: add the missing setting for asoc encap_portXin Long
2021-05-24net: hsr: fix mac_len checksGeorge McCollister
2021-05-24sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo
2021-05-23net/sched: fq_pie: fix OOB access in the traffic pathDavide Caratti
2021-05-23net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti
2021-05-21ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri
2021-05-21RDS tcp loopback connection can hangRao Shoaib
2021-05-20net: atm: use DEVICE_ATTR_RO macroYueHaibing
2021-05-21bpf: Set mac_len in bpf_skb_change_headJussi Maki
2021-05-20Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-05-19net: qrtr: ns: Fix error return code in qrtr_ns_init()Wei Yongjun
2021-05-19net/sched: cls_api: increase max_reclassify_loopDavide Caratti
2021-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-05-19net: Add notifications when multipath hash field changeIdo Schimmel
2021-05-19netlabel: remove unused parameter in netlbl_netlink_auditinfo()Zheng Yejian
2021-05-19ethtool: stats: Fix a copy-paste errorYueHaibing
2021-05-19bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov
2021-05-19bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov
2021-05-18net: dcb: Remove unnecessary INIT_LIST_HEAD()Yang Yingliang
2021-05-18cipso: correct comments of cipso_v4_cache_invalidate()Zheng Yejian
2021-05-18ipv6: Add custom multipath hash policyIdo Schimmel
2021-05-18ipv6: Add a sysctl to control multipath hash fieldsIdo Schimmel
2021-05-18ipv6: Calculate multipath hash inside switch statementIdo Schimmel
2021-05-18ipv6: Use a more suitable label nameIdo Schimmel
2021-05-18ipv4: Add custom multipath hash policyIdo Schimmel
2021-05-18ipv4: Add a sysctl to control multipath hash fieldsIdo Schimmel
2021-05-18ipv4: Calculate multipath hash inside switch statementIdo Schimmel
2021-05-18tipc: simplify the finalize work queueXin Long
2021-05-18bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_protoDongseok Yi
2021-05-18skmsg: Remove unused parameters of sk_msg_wait_data()Cong Wang
2021-05-17net/packet: Remove redundant assignment to retJiapeng Chong
2021-05-17netlink: disable IRQs for netlink_lock_table()Johannes Berg
2021-05-17net: Remove the member netns_okYejune Deng
2021-05-17net/smc: remove device from smcd_dev_list after failed device_add()Julian Wiedmann
2021-05-17tipc: wait and exit until all work queues are doneXin Long
2021-05-17mld: fix panic in mld_newpack()Taehee Yoo
2021-05-17NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu
2021-05-17ip: Treat IPv4 segment's lowest address as unicastSeth David Schoen
2021-05-17tipc: skb_linearize the head skb when reassembling msgsXin Long
2021-05-14mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)