summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs.Kuniyuki Iwashima
2021-06-15tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.Kuniyuki Iwashima
2021-06-15tcp: Add reuseport_migrate_sock() to select a new listener.Kuniyuki Iwashima
2021-06-15tcp: Keep TCP_CLOSE sockets in the reuseport group.Kuniyuki Iwashima
2021-06-15tcp: Add num_closed_socks to struct sock_reuseport.Kuniyuki Iwashima
2021-06-15net: Introduce net.ipv4.tcp_migrate_req.Kuniyuki Iwashima
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu
2021-05-25xsk: Use kvcalloc to support large umemsMagnus Karlsson
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