summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-12-29net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart1-0/+7
2020-12-29net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tcAntoine Tenart1-7/+22
2020-12-29net-sysfs: take the rtnl lock when storing xps_cpusAntoine Tenart1-0/+6
2020-12-23net/ncsi: Use real net-device for response handlerJohn Wang1-1/+1
2020-12-23net: dcb: Validate netlink message in DCB handlerPetr Machata1-0/+2
2020-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski5-29/+23
2020-12-19net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti1-3/+4
2020-12-18net: af_packet: fix procfs header for 64-bit pointersBaruch Siach1-1/+3
2020-12-18Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-35/+88
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-453/+769
2020-12-17Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds16-1914/+6384
2020-12-17net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti1-1/+16
2020-12-17netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin1-15/+5
2020-12-17netfilter: ipset: fixes possible oops in mtype_resizeVasily Averin1-9/+13
2020-12-17netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan3-3/+3
2020-12-17mptcp: fix pending data accountingPaolo Abeni1-3/+2
2020-12-17mptcp: push pending frames when subflow has free spacePaolo Abeni3-7/+10
2020-12-17mptcp: properly annotate nested lockPaolo Abeni1-1/+1
2020-12-17mptcp: fix security context on server socketPaolo Abeni1-0/+2
2020-12-17mptcp: clear use_ack and use_map when dropping other suboptionsGeliang Tang1-0/+2
2020-12-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-76/+101
2020-12-17net/smc: fix access to parent of an ib deviceKarsten Graul1-13/+23
2020-12-17ethtool: fix error paths in ethnl_set_channels()Ivan Vecera1-2/+4
2020-12-16tipc: do sanity check payload of a netlink messageHoang Le1-5/+7
2020-12-16Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+12
2020-12-16net: core: introduce __netdev_notify_peersLijun Pan1-2/+20
2020-12-16ethtool: fix string set id checkMichal Kubecek1-1/+1
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds22-31/+33
2020-12-16netfilter: nftables: fix incorrect increment of loop counterColin Ian King1-2/+2
2020-12-16Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds14-650/+1315
2020-12-16Merge tag 'nfs-rdma-for-5.11-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust6-75/+90
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds405-10696/+12807
2020-12-15net: fix proc_fs init handling in af_packet and tlsYonatan Linik2-0/+5
2020-12-15af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv1-2/+7
2020-12-15af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv1-0/+12
2020-12-15vsock_addr: Check for supported flag valuesAndra Paraschiv1-1/+3
2020-12-15net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabledTariq Toukan1-0/+5
2020-12-15tcp: Add logic to check for SYN w/ data in tcp_simple_retransmitAlexander Duyck1-1/+16
2020-12-15net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin1-0/+6
2020-12-15Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2020-12-15net: bridge: Fix a warning when del bridge sysfsWang Hai1-1/+4
2020-12-15mptcp: let MPTCP create max size skbsPaolo Abeni1-5/+9
2020-12-15mptcp: pm: simplify select_local_address()Paolo Abeni1-4/+2
2020-12-15mptcp: parse and act on incoming FASTCLOSE optionFlorian Westphal3-0/+54
2020-12-15tcp: parse mptcp options contained in reset packetsFlorian Westphal2-6/+9
2020-12-15mptcp: hold mptcp socket before calling tcp_doneFlorian Westphal1-1/+6
2020-12-15mptcp: use MPTCPOPT_HMAC_LEN macroGeliang Tang1-1/+1
2020-12-15mptcp: remove address when netlink flushes addrsGeliang Tang1-5/+10
2020-12-15mptcp: attach subflow socket to parent cgroupNicolas Rybowski1-0/+27
2020-12-15net: openvswitch: fix TTL decrement exception action executionEelco Chaudron1-9/+6