summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-06-08net: lapb: Use list_for_each_entry() to simplify code in lapb_iface.cWang Hai
2021-06-08net: x25: Use list_for_each_entry() to simplify code in x25_link.cWang Hai
2021-06-08Merge tag 'batadv-next-pullrequest-20210608' of git://git.open-mesh.org/linux...David S. Miller
2021-06-07page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce
2021-06-07mm: add a signature in struct pageMatteo Croce
2021-06-07l2tp: Fix spelling mistakesZheng Yongjun
2021-06-07net/ncsi: Fix spelling mistakesZheng Yongjun
2021-06-07ipv4: Fix spelling mistakesZheng Yongjun
2021-06-07netlabel: Fix spelling mistakesZheng Yongjun
2021-06-07atm: [br2864] fix spelling mistakesgushengxian
2021-06-07pktgen: add pktgen_handle_all_threads() for the same codeYejune Deng
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-07sch_htb: fix doc warning in htb_lookup_leaf()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_do_events()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_charge_class()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_deactivate()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_activate()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_change_class_mode()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_class_mode()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_deactivate_prios()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_activate_prios()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_remove_class_from_row()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_add_class_to_row()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_next_rb_node()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_add_to_wait_tree()Yu Kuai
2021-06-04sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang
2021-06-04net: bridge: mrp: Update ring transitions.Horatiu Vultur
2021-06-04tipc: Return the correct errno codeZheng Yongjun
2021-06-04mptcp: receive path cmsg supportFlorian Westphal
2021-06-04tcp: export timestamp helpers for mptcpFlorian Westphal
2021-06-04mptcp: setsockopt: handle SOL_SOCKET in one place onlyFlorian Westphal
2021-06-04mptcp: sockopt: propagate timestamp request to subflowsFlorian Westphal
2021-06-04sock: expose so_timestamping options for mptcpFlorian Westphal
2021-06-04sock: expose so_timestamp options for mptcpFlorian Westphal
2021-06-03Merge tag 'for-net-2021-06-03' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller
2021-06-03icmp: fix lib conflict with trinityAndreas Roeseler
2021-06-03sch_htb: fix doc warning in htb_add_to_id_tree()Yu Kuai
2021-06-03Merge tag 'ieee802154-for-davem-2021-06-03' of git://git.kernel.org/pub/scm/l...David S. Miller
2021-06-03ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li
2021-06-03fib: Return the correct errno codeZheng Yongjun
2021-06-03net: Return the correct errno codeZheng Yongjun
2021-06-03net/x25: Return the correct errno codeZheng Yongjun
2021-06-03net: caif: fix memory leak in cfusbl_device_notifyPavel Skripkin
2021-06-03net: caif: fix memory leak in caif_device_notifyPavel Skripkin
2021-06-03net: caif: add proper error handlingPavel Skripkin
2021-06-03net: caif: added cfserl_release functionPavel Skripkin
2021-06-03Merge tag 'mlx5-updates-2021-06-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-06-03net: tcp better handling of reordering then loss casesYuchung Cheng
2021-06-03net: vlan: Avoid using strncpy()Kees Cook