summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/sched: act_vlan: No dump for unset priorityBoris Sukholitko2021-06-011-2/+2
* net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko2021-06-011-2/+5
* NFC: nci: Remove redundant assignment to lenYang Li2021-06-011-2/+0
* netpoll: don't require irqs disabled in rt kernelsWander Lairson Costa2021-06-011-1/+3
* sctp: sm_statefuns: Fix spelling mistakesZheng Yongjun2021-05-311-15/+15
* rds: Fix spelling mistakesZheng Yongjun2021-05-312-2/+2
* net: sched: Fix spelling mistakesZheng Yongjun2021-05-314-5/+5
* nfc: hci: Fix spelling mistakesZheng Yongjun2021-05-313-3/+3
* ipv6: align code with contextRocco Yue2021-05-311-4/+4
* ipv6: use prandom_u32() for ID generationWilly Tarreau2021-05-311-23/+5
* 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