- e624d4e xdp: Extend xdp_redirect_map with broadcast support by Hangbin Liu · 3 years, 8 months ago
- a720a2a xsk: Use kvcalloc to support large umems by Magnus Karlsson · 3 years, 8 months ago
- 48afdae net: atm: use DEVICE_ATTR_RO macro by YueHaibing · 3 years, 8 months ago
- a49e72b net: qrtr: ns: Fix error return code in qrtr_ns_init() by Wei Yongjun · 3 years, 8 months ago
- 05ff843 net/sched: cls_api: increase max_reclassify_loop by Davide Caratti · 3 years, 8 months ago
- 7b16509 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 8 months ago
- eb0e4d59 net: Add notifications when multipath hash field change by Ido Schimmel · 3 years, 8 months ago
- f7e0318 netlabel: remove unused parameter in netlbl_netlink_auditinfo() by Zheng Yejian · 3 years, 8 months ago
- af2ac3e bpf: Prepare bpf syscall to be used from kernel and user space. by Alexei Starovoitov · 3 years, 8 months ago
- 79a7f8b bpf: Introduce bpf_sys_bpf() helper and program type. by Alexei Starovoitov · 3 years, 8 months ago
- e2bd6bad net: dcb: Remove unnecessary INIT_LIST_HEAD() by Yang Yingliang · 3 years, 8 months ago
- 4ac9e23 cipso: correct comments of cipso_v4_cache_invalidate() by Zheng Yejian · 3 years, 8 months ago
- 73c2c5c ipv6: Add custom multipath hash policy by Ido Schimmel · 3 years, 8 months ago
- ed13923 ipv6: Add a sysctl to control multipath hash fields by Ido Schimmel · 3 years, 8 months ago
- b95b6e0 ipv6: Calculate multipath hash inside switch statement by Ido Schimmel · 3 years, 8 months ago
- 67db5ca ipv6: Use a more suitable label name by Ido Schimmel · 3 years, 8 months ago
- 4253b49 ipv4: Add custom multipath hash policy by Ido Schimmel · 3 years, 8 months ago
- ce5c9c2 ipv4: Add a sysctl to control multipath hash fields by Ido Schimmel · 3 years, 8 months ago
- 2e68ea9 ipv4: Calculate multipath hash inside switch statement by Ido Schimmel · 3 years, 8 months ago
- fa7b83b bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto by Dongseok Yi · 3 years, 8 months ago
- c49661a skmsg: Remove unused parameters of sk_msg_wait_data() by Cong Wang · 3 years, 8 months ago
- 25c55b3 net/packet: Remove redundant assignment to ret by Jiapeng Chong · 3 years, 8 months ago
- 5796254 net: Remove the member netns_ok by Yejune Deng · 3 years, 8 months ago
- 94c821c ip: Treat IPv4 segment's lowest address as unicast by Seth David Schoen · 3 years, 8 months ago
- 709c031 tcp: add tracepoint for checksum errors by Jakub Kicinski · 3 years, 8 months ago
- 3051583 net: bridge: fix build when IPv6 is disabled by Matteo Croce · 3 years, 8 months ago
- bbc6f2c net: bridge: fix br_multicast_is_router stub when igmp is disabled by Nikolay Aleksandrov · 3 years, 8 months ago
- fe0bdae bpf: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 3 years, 8 months ago
- 0f3ee28 net: caif: Drop unnecessary NULL check after container_of by Guenter Roeck · 3 years, 8 months ago
- 3b85f9b net: bridge: mcast: export multicast router presence adjacent to a port by Linus Lüssing · 3 years, 8 months ago
- b7fb091 net: bridge: mcast: add ip4+ip6 mcast router timers to mdb netlink by Linus Lüssing · 3 years, 8 months ago
- a3c02e7 net: bridge: mcast: split multicast router state for IPv4 and IPv6 by Linus Lüssing · 3 years, 8 months ago
- ed2d359 net: bridge: mcast: split router port del+notify for mcast router split by Linus Lüssing · 3 years, 8 months ago
- d9b8c4d net: bridge: mcast: prepare add-router function for mcast router split by Linus Lüssing · 3 years, 8 months ago
- ee5fb22 net: bridge: mcast: prepare expiry functions for mcast router split by Linus Lüssing · 3 years, 8 months ago
- 1a3065a net: bridge: mcast: prepare is-router function for mcast router split by Linus Lüssing · 3 years, 8 months ago
- b19232e net: bridge: mcast: prepare query reception for mcast router split by Linus Lüssing · 3 years, 8 months ago
- ff391c5 net: bridge: mcast: prepare mdb netlink for mcast router split by Linus Lüssing · 3 years, 8 months ago
- 44ebb08 net: bridge: mcast: add wrappers for router node retrieval by Linus Lüssing · 3 years, 8 months ago
- ce6f709 net: bridge: mcast: rename multicast router lists and timers by Linus Lüssing · 3 years, 8 months ago
- 8380c81 net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT by Sebastian Andrzej Siewior · 3 years, 8 months ago
- 1351170 net: taprio offload: enforce qdisc to netdev queue mapping by Yannick Vignon · 3 years, 8 months ago
- d8654f4 tls splice: remove inappropriate flags checking for MSG_PEEK by Jim Ma · 3 years, 8 months ago
- faa5f5d net/sched: taprio: Drop unnecessary NULL check after container_of by Guenter Roeck · 3 years, 8 months ago
- a100243 rtnetlink: avoid RCU read lock when holding RTNL by Cong Wang · 3 years, 8 months ago
- 48de7c0 neighbour: Remove redundant initialization of 'bucket' by Yang Li · 3 years, 8 months ago
- d2792e9 net: openvswitch: Remove unnecessary skb_nfct() by Yejune Deng · 3 years, 8 months ago
- fc858a5 Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 8 months ago
- 55bc1af Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 3 years, 8 months ago
- 578c18ef mptcp: fix splat when closing unaccepted socket by Paolo Abeni · 3 years, 8 months ago
- a647034 Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 8 months ago
- 6c8774a netfilter: nftables: avoid potential overflows on 32bit arches by Eric Dumazet · 3 years, 8 months ago
- a54754e netfilter: nftables: avoid overflows in nft_hash_buckets() by Eric Dumazet · 3 years, 8 months ago
- a6f8ee5 tcp: Specify cmsgbuf is user pointer for receive zerocopy. by Arjun Roy · 3 years, 8 months ago
- 7ac86b3 Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 3 years, 8 months ago
- 85dfd816 netfilter: nftables: Fix a memleak from userdata error path in new objects by Pablo Neira Ayuso · 3 years, 8 months ago
- 198ad97 netfilter: remove BUG_ON() after skb_header_pointer() by Pablo Neira Ayuso · 3 years, 8 months ago
- a79cdfb Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 8 months ago
- 5e024c3 netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL check by Pablo Neira Ayuso · 3 years, 8 months ago
- 8621436 smc: disallow TCP_ULP in smc_setsockopt() by Cong Wang · 3 years, 8 months ago
- cf754ae ethtool: fix missing NLM_F_MULTI flag when dumping by Fernando Fernandez Mancera · 3 years, 8 months ago
- 7072a35 netfilter: nfnetlink: add a missing rcu_read_unlock() by Eric Dumazet · 3 years, 8 months ago
- c61760e net/nfc: fix use-after-free llcp_sock_bind/connect by Or Cohen · 3 years, 8 months ago
- 8d43259 net: Only allow init netns to set default tcp cong to a restricted algo by Jonathon Reinhart · 3 years, 8 months ago
- 3f1c6f2 libceph: allow addrvecs with a single NONE/blank address by Ilya Dryomov · 3 years, 8 months ago
- 1682d8d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 8 months ago
- ac31565 xsk: Fix for xp_aligned_validate_desc() when len == chunk_size by Xuan Zhuo · 3 years, 8 months ago
- 43016d0 netfilter: arptables: use pernet ops struct during unregister by Florian Westphal · 3 years, 8 months ago
- c7d1335 netfilter: xt_SECMARK: add new revision to fix structure layout by Pablo Neira Ayuso · 3 years, 8 months ago
- 34e5b01 sctp: delay auto_asconf init until binding the first addr by Xin Long · 3 years, 8 months ago
- 01bfe5e Revert "net/sctp: fix race condition in sctp_destroy_sock" by Xin Long · 3 years, 8 months ago
- 2e9f609 net: hsr: check skb can contain struct hsr_ethhdr in fill_frame_info by Phillip Potter · 3 years, 8 months ago
- f282df0 sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_b by Xin Long · 3 years, 8 months ago
- 7aa4e54 Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case" by Xin Long · 3 years, 8 months ago
- 22008f5 Revert "Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK"" by Xin Long · 3 years, 8 months ago
- 9e895cd xprtrdma: Fix a NULL dereference in frwr_unmap_sync() by Chuck Lever · 3 years, 8 months ago
- f8f7e0f sunrpc: Fix misplaced barrier in call_decode by Baptiste Lepers · 3 years, 8 months ago
- f34b2cf1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 3 years, 8 months ago
- 51eac7f sctp: do asoc update earlier in sctp_sf_do_dupcook_b by Xin Long · 3 years, 8 months ago
- 7e9269a Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK" by Xin Long · 3 years, 8 months ago
- 35b4f24 sctp: do asoc update earlier in sctp_sf_do_dupcook_a by Xin Long · 3 years, 8 months ago
- f0a5818 vsock/vmci: Remove redundant assignment to err by Yang Li · 3 years, 8 months ago
- be5dba2 net: page_pool: use alloc_pages_bulk in refill code path by Jesper Dangaard Brouer · 3 years, 8 months ago
- dfa5971 net: page_pool: refactor dma_map into own function page_pool_dma_map by Jesper Dangaard Brouer · 3 years, 8 months ago
- f6e70aa SUNRPC: refresh rq_pages using a bulk page allocator by Chuck Lever · 3 years, 8 months ago
- ab83626 SUNRPC: set rq_page_end differently by Chuck Lever · 3 years, 8 months ago
- 1a70f65 net: Remove redundant assignment to err by Yang Li · 3 years, 8 months ago
- 59259ff bridge: Fix possible races between assigning rx_handler_data and setting IFF_BRIDGE_PORT bit by Zhang Zhengming · 3 years, 8 months ago
- 31fe34a net/sched: sch_frag: fix stack OOB read while fragmenting IPv4 packets by Davide Caratti · 3 years, 8 months ago
- 7c0ea59 openvswitch: fix stack OOB read while fragmenting IPv4 packets by Davide Caratti · 3 years, 8 months ago
- 9460454 seg6: add counters support for SRv6 Behaviors by Andrea Mayer · 3 years, 8 months ago
- 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 8 months ago
- 4a52dd8 net: selftest: fix build issue if INET is disabled by Oleksij Rempel · 3 years, 8 months ago
- 15c0a64 net: netrom: nr_in: Remove redundant assignment to ns by Jiapeng Chong · 3 years, 8 months ago
- 9be02dd net/sched: act_ct: Remove redundant ct get and check by Roi Dayan · 3 years, 8 months ago
- e542d29 icmp: standardize naming of RFC 8335 PROBE constants by Andreas Roeseler · 3 years, 8 months ago
- 16b3d0c Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
- e7c6e40 Fix misc new gcc warnings by Linus Torvalds · 3 years, 8 months ago
- 7525858 net:nfc:digital: Fix a double free in digital_tg_recv_dep_req by Lv Yunlong · 3 years, 8 months ago
- 0711459 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 3 years, 8 months ago