Age | Commit message (Expand) | Author |
2021-06-22 | sctp: add the probe timer in transport for PLPMTUD | Xin Long |
2021-06-22 | sctp: add the constants/variables and states and some APIs for transport | Xin Long |
2021-06-22 | sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transport | Xin Long |
2021-06-22 | sctp: add probe_interval in sysctl and sock/asoc/transport | Xin Long |
2021-06-22 | sctp: add pad chunk and its make function and event table | Xin Long |
2021-06-22 | ethtool: Use kernel data types for internal EEPROM struct | Ido Schimmel |
2021-06-22 | ethtool: Document correct attribute type | Ido Schimmel |
2021-06-22 | wwan: core: add WWAN common private data for netdev | Sergey Ryazanov |
2021-06-22 | wwan: core: support default netdev creation | Sergey Ryazanov |
2021-06-22 | wwan: core: no more hold netdev ops owning module | Sergey Ryazanov |
2021-06-22 | net: mdiobus: Introduce fwnode_mdbiobus_register() | Marcin Wojtas |
2021-06-21 | net: handle ARPHRD_IP6GRE in dev_is_mac_header_xmit() | Guillaume Nault |
2021-06-21 | net: dsa: export the dsa_port_is_{user,cpu,dsa} helpers | Vladimir Oltean |
2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-06-18 | Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-06-18 | net: wwan: Allow WWAN drivers to provide blocking tx and poll function | Stephan Gerhold |
2021-06-18 | rpmsg: core: Add driver_data for rpmsg_device_id | Stephan Gerhold |
2021-06-18 | Revert "net: add pf_family_names[] for protocol family" | David S. Miller |
2021-06-18 | net: add pf_family_names[] for protocol family | Yejune Deng |
2021-06-18 | icmp: don't send out ICMP messages with a source address of 0.0.0.0 | Toke Høiland-Jørgensen |
2021-06-18 | mptcp: dump csum fields in mptcp_dump_mpext | Geliang Tang |
2021-06-18 | mptcp: receive checksum for MP_CAPABLE with data | Geliang Tang |
2021-06-18 | mptcp: add csum_reqd in mptcp_out_options | Geliang Tang |
2021-06-18 | mptcp: generate the data checksum | Geliang Tang |
2021-06-18 | mptcp: add csum_enabled in mptcp_sock | Geliang Tang |
2021-06-18 | seg6: add support for SRv6 End.DT46 Behavior | Andrea Mayer |
2021-06-18 | Merge tag 'pm-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2021-06-17 | driver core: add a helper to setup both the of_node and fwnode of a device | Ioana Ciornei |
2021-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-06-17 | net: fix mistake path for netdev_features_strings | Jian Shen |
2021-06-17 | Merge tag 'fixes_for_v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-06-16 | net/mlx5e: Don't create devices during unload flow | Dmytro Linkin |
2021-06-16 | net/smc: Make SMC statistics network namespace aware | Guvenc Gulce |
2021-06-16 | net/smc: Add netlink support for SMC fallback statistics | Guvenc Gulce |
2021-06-16 | net/smc: Add netlink support for SMC statistics | Guvenc Gulce |
2021-06-16 | mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page() | Hugh Dickins |
2021-06-16 | mm/thp: try_to_unmap() use TTU_SYNC for safe splitting | Hugh Dickins |
2021-06-16 | mm/thp: make is_huge_zero_pmd() safe and quicker | Hugh Dickins |
2021-06-16 | mm/hugetlb: expand restore_reserve_on_error functionality | Mike Kravetz |
2021-06-16 | mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when compare | Peter Xu |
2021-06-16 | mm,hwpoison: fix race with hugetlb page allocation | Naoya Horiguchi |
2021-06-15 | net: bonding: Use per-cpu rr_tx_counter | Jussi Maki |
2021-06-15 | net: inline function get_net_ns_by_fd if NET_NS is disabled | Changbin Du |
2021-06-15 | ptp: improve max_adj check against unreasonable values | Jakub Kicinski |
2021-06-15 | bpf: Support socket migration by eBPF. | Kuniyuki Iwashima |
2021-06-15 | bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT. | Kuniyuki Iwashima |
2021-06-15 | tcp: Add reuseport_migrate_sock() to select a new listener. | Kuniyuki Iwashima |
2021-06-15 | tcp: Keep TCP_CLOSE sockets in the reuseport group. | Kuniyuki Iwashima |
2021-06-15 | tcp: Add num_closed_socks to struct sock_reuseport. | Kuniyuki Iwashima |
2021-06-15 | net: Introduce net.ipv4.tcp_migrate_req. | Kuniyuki Iwashima |