summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mptcp: restrict values of 'enabled' sysctlMatthieu Baerts2021-05-281-3/+5
* mptcp: support SYSCTL only if enabledMatthieu Baerts2021-05-281-6/+22
* mptcp: make sure flag signal is set when add addr with portJianguo Wu2021-05-281-1/+7
* mptcp: remove redundant initialization in pm_nl_init_net()Jianguo Wu2021-05-281-2/+5
* mptcp: generate subflow hmac after mptcp_finish_join()Jianguo Wu2021-05-281-3/+3
* mptcp: using TOKEN_MAX_RETRIES instead of magic numberJianguo Wu2021-05-283-3/+4
* mptcp: fix pr_debug in mptcp_token_new_connectJianguo Wu2021-05-281-3/+3
* Merge tag 'linux-can-next-for-5.14-20210527' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-05-272-14/+12
|\
| * can: isotp: Add error message if txqueuelen is too smallPatrick Menschel2021-05-271-2/+4
| * can: isotp: add symbolic error message to isotp_module_init()Patrick Menschel2021-05-271-1/+1
| * can: isotp: change error format from decimal to symbolic error namesPatrick Menschel2021-05-271-6/+6
| * can: proc: remove unnecessary variableszuoqilin2021-05-271-5/+1
* | devlink: append split port number to the port nameJiri Pirko2021-05-271-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-2765-257/+526
|\ \ | |/ |/|
| * Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-2664-245/+511
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-251-0/+1
| | |\
| | | * bpf: Set mac_len in bpf_skb_change_headJussi Maki2021-05-211-0/+1
| | * | mptcp: validate 'id' when stopping the ADD_ADDR retransmit timerDavide Caratti2021-05-253-6/+6
| | * | mptcp: avoid error message on infinite mappingPaolo Abeni2021-05-251-1/+0
| | * | mptcp: drop unconditional pr_warn on bad optPaolo Abeni2021-05-251-1/+0
| | * | mptcp: avoid OOB access in setsockopt()Paolo Abeni2021-05-253-5/+14
| | * | net: zero-initialize tc skb extension on allocationVlad Buslov2021-05-251-1/+1
| | * | sctp: fix the proc_handler for sysctl encap_portXin Long2021-05-251-1/+1
| | * | sctp: add the missing setting for asoc encap_portXin Long2021-05-251-0/+1
| | * | net: hsr: fix mac_len checksGeorge McCollister2021-05-245-21/+34
| | * | sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo2021-05-241-1/+2
| | * | net/sched: fq_pie: fix OOB access in the traffic pathDavide Caratti2021-05-231-1/+8
| | * | net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti2021-05-231-5/+5
| | * | ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri2021-05-211-1/+3
| | * | RDS tcp loopback connection can hangRao Shoaib2021-05-214-9/+27
| | * | ethtool: stats: Fix a copy-paste errorYueHaibing2021-05-191-1/+1
| | * | tipc: simplify the finalize work queueXin Long2021-05-186-23/+14
| | * | netlink: disable IRQs for netlink_lock_table()Johannes Berg2021-05-171-2/+4
| | * | net/smc: remove device from smcd_dev_list after failed device_add()Julian Wiedmann2021-05-171-1/+10
| | * | tipc: wait and exit until all work queues are doneXin Long2021-05-173-0/+6
| | * | mld: fix panic in mld_newpack()Taehee Yoo2021-05-171-3/+0
| | * | NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2021-05-172-0/+6
| | * | tipc: skb_linearize the head skb when reassembling msgsXin Long2021-05-171-7/+2
| | * | net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin2021-05-142-2/+28
| | * | net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2021-05-142-5/+25
| | * | net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin2021-05-141-0/+19
| | * | tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma2021-05-141-5/+6
| | * | Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le2021-05-141-1/+4
| | * | netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to non-A...Stefano Brivio2021-05-143-2/+7
| | * | netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan2021-05-142-5/+5
| | * | openvswitch: meter: fix race when getting now_ms.Tao Liu2021-05-131-0/+8
| | * | Merge tag 'linux-can-fixes-for-5.13-20210512' of git://git.kernel.org/pub/scm...David S. Miller2021-05-121-16/+33
| | |\ \
| | | * | can: isotp: prevent race between isotp_bind() and isotp_setsockopt()Norbert Slusarek2021-05-121-16/+33
| | | |/
| | * | net: packetmmap: fix only tx timestamp on requestRichard Sanger2021-05-121-2/+8
| | * | net: really orphan skbs tied to closing skPaolo Abeni2021-05-121-4/+4
| | |/