aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-05-27can: proc: remove unnecessary variableszuoqilin1-5/+1
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds64-245/+511
2021-05-26locking/atomic: net: use linux/atomic.h for xchg & cmpxchgMark Rutland2-2/+2
2021-05-26SUNRPC: More fixes for backlog congestionTrond Myklebust4-39/+50
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu3-3/+65
2021-05-26net: Remove unnecessary variableszuoqilin1-5/+1
2021-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2021-05-25mptcp: validate 'id' when stopping the ADD_ADDR retransmit timerDavide Caratti3-6/+6
2021-05-25mptcp: avoid error message on infinite mappingPaolo Abeni1-1/+0
2021-05-25mptcp: drop unconditional pr_warn on bad optPaolo Abeni1-1/+0
2021-05-25mptcp: avoid OOB access in setsockopt()Paolo Abeni3-5/+14
2021-05-25net: zero-initialize tc skb extension on allocationVlad Buslov1-1/+1
2021-05-25net: bridge: remove redundant assignmentNigel Christian1-1/+0
2021-05-25sctp: fix the proc_handler for sysctl encap_portXin Long1-1/+1
2021-05-25sctp: add the missing setting for asoc encap_portXin Long1-0/+1
2021-05-25xsk: Use kvcalloc to support large umemsMagnus Karlsson1-4/+3
2021-05-24net: 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-23net/sched: fq_pie: fix OOB access in the traffic pathDavide Caratti1-1/+8
2021-05-23net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti1-5/+5
2021-05-21ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri1-1/+3
2021-05-21RDS 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-20net: atm: use DEVICE_ATTR_RO macroYueHaibing1-12/+12
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/git/gregkh/char-miscLinus Torvalds1-7/+8
2021-05-20SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnectedTrond Myklebust1-0/+2
2021-05-20SUNRPC in case of backlog, hand free slots directly to waiting taskNeilBrown2-28/+47
2021-05-20netfilter: conntrack: unregister ipv4 sockopts on error unwindFlorian Westphal1-1/+1
2021-05-19net: qrtr: ns: Fix error return code in qrtr_ns_init()Wei Yongjun1-1/+3
2021-05-19net/sched: cls_api: increase max_reclassify_loopDavide Caratti1-1/+1
2021-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-25/+62
2021-05-19net: Add notifications when multipath hash field changeIdo Schimmel2-2/+34
2021-05-19netlabel: remove unused parameter in netlbl_netlink_auditinfo()Zheng Yejian5-16/+14
2021-05-19ethtool: stats: Fix a copy-paste errorYueHaibing1-1/+1
2021-05-19bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov1-1/+1
2021-05-19bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov1-0/+43
2021-05-18net: dcb: Remove unnecessary INIT_LIST_HEAD()Yang Yingliang1-2/+0
2021-05-18cipso: correct comments of cipso_v4_cache_invalidate()Zheng Yejian1-2/+1
2021-05-18ipv6: Add custom multipath hash policyIdo Schimmel2-1/+127
2021-05-18ipv6: Add a sysctl to control multipath hash fieldsIdo Schimmel2-0/+17
2021-05-18ipv6: Calculate multipath hash inside switch statementIdo Schimmel1-2/+4
2021-05-18ipv6: Use a more suitable label nameIdo Schimmel1-2/+2
2021-05-18ipv4: Add custom multipath hash policyIdo Schimmel2-1/+123
2021-05-18ipv4: Add a sysctl to control multipath hash fieldsIdo Schimmel2-0/+18
2021-05-18ipv4: Calculate multipath hash inside switch statementIdo Schimmel1-2/+4
2021-05-18tipc: simplify the finalize work queueXin Long6-23/+14
2021-05-18bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_protoDongseok Yi1-9/+13