summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-05-20net: atm: use DEVICE_ATTR_RO macroYueHaibing
2021-05-19net: qrtr: ns: Fix error return code in qrtr_ns_init()Wei Yongjun
2021-05-19net/sched: cls_api: increase max_reclassify_loopDavide Caratti
2021-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-05-19net: Add notifications when multipath hash field changeIdo Schimmel
2021-05-19netlabel: remove unused parameter in netlbl_netlink_auditinfo()Zheng Yejian
2021-05-19bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov
2021-05-19bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov
2021-05-18net: dcb: Remove unnecessary INIT_LIST_HEAD()Yang Yingliang
2021-05-18cipso: correct comments of cipso_v4_cache_invalidate()Zheng Yejian
2021-05-18ipv6: Add custom multipath hash policyIdo Schimmel
2021-05-18ipv6: Add a sysctl to control multipath hash fieldsIdo Schimmel
2021-05-18ipv6: Calculate multipath hash inside switch statementIdo Schimmel
2021-05-18ipv6: Use a more suitable label nameIdo Schimmel
2021-05-18ipv4: Add custom multipath hash policyIdo Schimmel
2021-05-18ipv4: Add a sysctl to control multipath hash fieldsIdo Schimmel
2021-05-18ipv4: Calculate multipath hash inside switch statementIdo Schimmel
2021-05-18bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_protoDongseok Yi
2021-05-18skmsg: Remove unused parameters of sk_msg_wait_data()Cong Wang
2021-05-17net/packet: Remove redundant assignment to retJiapeng Chong
2021-05-17net: Remove the member netns_okYejune Deng
2021-05-17ip: Treat IPv4 segment's lowest address as unicastSeth David Schoen
2021-05-14tcp: add tracepoint for checksum errorsJakub Kicinski
2021-05-14net: bridge: fix build when IPv6 is disabledMatteo Croce
2021-05-14net: bridge: fix br_multicast_is_router stub when igmp is disabledNikolay Aleksandrov
2021-05-13bpf: Use struct_size() in kzalloc()Gustavo A. R. Silva
2021-05-13net: caif: Drop unnecessary NULL check after container_ofGuenter Roeck
2021-05-13net: bridge: mcast: export multicast router presence adjacent to a portLinus Lüssing
2021-05-13net: bridge: mcast: add ip4+ip6 mcast router timers to mdb netlinkLinus Lüssing
2021-05-13net: bridge: mcast: split multicast router state for IPv4 and IPv6Linus Lüssing
2021-05-13net: bridge: mcast: split router port del+notify for mcast router splitLinus Lüssing
2021-05-13net: bridge: mcast: prepare add-router function for mcast router splitLinus Lüssing
2021-05-13net: bridge: mcast: prepare expiry functions for mcast router splitLinus Lüssing
2021-05-13net: bridge: mcast: prepare is-router function for mcast router splitLinus Lüssing
2021-05-13net: bridge: mcast: prepare query reception for mcast router splitLinus Lüssing
2021-05-13net: bridge: mcast: prepare mdb netlink for mcast router splitLinus Lüssing
2021-05-13net: bridge: mcast: add wrappers for router node retrievalLinus Lüssing
2021-05-13net: bridge: mcast: rename multicast router lists and timersLinus Lüssing
2021-05-13net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior
2021-05-13net: taprio offload: enforce qdisc to netdev queue mappingYannick Vignon
2021-05-12tls splice: remove inappropriate flags checking for MSG_PEEKJim Ma
2021-05-11net/sched: taprio: Drop unnecessary NULL check after container_ofGuenter Roeck
2021-05-10rtnetlink: avoid RCU read lock when holding RTNLCong Wang
2021-05-10neighbour: Remove redundant initialization of 'bucket'Yang Li
2021-05-10net: openvswitch: Remove unnecessary skb_nfct()Yejune Deng
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-05-07mptcp: fix splat when closing unaccepted socketPaolo Abeni
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-05-07netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet