aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-20net: atm: use DEVICE_ATTR_RO macroYueHaibing1-12/+12
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-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-18bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_protoDongseok Yi1-9/+13
2021-05-18skmsg: Remove unused parameters of sk_msg_wait_data()Cong Wang3-15/+5
2021-05-17net/packet: Remove redundant assignment to retJiapeng Chong1-5/+2
2021-05-17net: Remove the member netns_okYejune Deng10-22/+0
2021-05-17ip: Treat IPv4 segment's lowest address as unicastSeth David Schoen1-3/+1
2021-05-14tcp: add tracepoint for checksum errorsJakub Kicinski4-0/+7
2021-05-14net: bridge: fix build when IPv6 is disabledMatteo Croce1-1/+1
2021-05-14net: bridge: fix br_multicast_is_router stub when igmp is disabledNikolay Aleksandrov1-1/+2
2021-05-13bpf: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2021-05-13net: caif: Drop unnecessary NULL check after container_ofGuenter Roeck1-2/+0
2021-05-13net: bridge: mcast: export multicast router presence adjacent to a portLinus Lüssing1-0/+55
2021-05-13net: bridge: mcast: add ip4+ip6 mcast router timers to mdb netlinkLinus Lüssing1-1/+7
2021-05-13net: bridge: mcast: split multicast router state for IPv4 and IPv6Linus Lüssing3-7/+151
2021-05-13net: bridge: mcast: split router port del+notify for mcast router splitLinus Lüssing1-9/+31
2021-05-13net: bridge: mcast: prepare add-router function for mcast router splitLinus Lüssing1-32/+85
2021-05-13net: bridge: mcast: prepare expiry functions for mcast router splitLinus Lüssing1-9/+22
2021-05-13net: bridge: mcast: prepare is-router function for mcast router splitLinus Lüssing3-7/+37
2021-05-13net: bridge: mcast: prepare query reception for mcast router splitLinus Lüssing1-26/+27
2021-05-13net: bridge: mcast: prepare mdb netlink for mcast router splitLinus Lüssing1-5/+34
2021-05-13net: bridge: mcast: add wrappers for router node retrievalLinus Lüssing2-2/+13
2021-05-13net: bridge: mcast: rename multicast router lists and timersLinus Lüssing4-34/+34
2021-05-13net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior1-2/+9
2021-05-13net: taprio offload: enforce qdisc to netdev queue mappingYannick Vignon1-40/+45
2021-05-12tls splice: remove inappropriate flags checking for MSG_PEEKJim Ma1-2/+1
2021-05-11net/sched: taprio: Drop unnecessary NULL check after container_ofGuenter Roeck1-3/+0
2021-05-10rtnetlink: avoid RCU read lock when holding RTNLCong Wang2-21/+9
2021-05-10neighbour: Remove redundant initialization of 'bucket'Yang Li1-1/+1
2021-05-10net: openvswitch: Remove unnecessary skb_nfct()Yejune Deng1-7/+4
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds31-121/+407
2021-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski13-40/+117
2021-05-07mptcp: fix splat when closing unaccepted socketPaolo Abeni1-2/+1
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-227/+237
2021-05-07netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet2-7/+10