summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long1-0/+1
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long1-0/+1
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long2-1/+4
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long5-1/+16
2021-06-22sctp: add the constants/variables and states and some APIs for transportXin Long3-3/+70
2021-06-22sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transportXin Long1-0/+8
2021-06-22sctp: add probe_interval in sysctl and sock/asoc/transportXin Long3-0/+8
2021-06-22sctp: add pad chunk and its make function and event tableXin Long2-0/+8
2021-06-22ethtool: Use kernel data types for internal EEPROM structIdo Schimmel1-6/+6
2021-06-22ethtool: Document correct attribute typeIdo Schimmel1-1/+1
2021-06-22wwan: core: add WWAN common private data for netdevSergey Ryazanov1-0/+18
2021-06-22wwan: core: support default netdev creationSergey Ryazanov1-1/+7
2021-06-22wwan: core: no more hold netdev ops owning moduleSergey Ryazanov1-2/+0
2021-06-22net: mdiobus: Introduce fwnode_mdbiobus_register()Marcin Wojtas1-0/+12
2021-06-22net: handle ARPHRD_IP6GRE in dev_is_mac_header_xmit()Guillaume Nault1-0/+1
2021-06-21net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean1-0/+15
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski43-80/+279
2021-06-19Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds8-10/+42
2021-06-18net: wwan: Allow WWAN drivers to provide blocking tx and poll functionStephan Gerhold1-2/+11
2021-06-18rpmsg: core: Add driver_data for rpmsg_device_idStephan Gerhold1-0/+1
2021-06-18Revert "net: add pf_family_names[] for protocol family"David S. Miller1-48/+0
2021-06-18net: add pf_family_names[] for protocol familyYejune Deng1-0/+48
2021-06-18icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen1-0/+3
2021-06-18mptcp: dump csum fields in mptcp_dump_mpextGeliang Tang1-6/+11
2021-06-18mptcp: receive checksum for MP_CAPABLE with dataGeliang Tang1-1/+2
2021-06-18mptcp: add csum_reqd in mptcp_out_optionsGeliang Tang1-2/+3
2021-06-18mptcp: generate the data checksumGeliang Tang1-0/+1
2021-06-18mptcp: add csum_enabled in mptcp_sockGeliang Tang1-0/+1
2021-06-18seg6: add support for SRv6 End.DT46 BehaviorAndrea Mayer1-0/+2
2021-06-18Merge tag 'pm-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+0
2021-06-17driver core: add a helper to setup both the of_node and fwnode of a deviceIoana Ciornei1-0/+1
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-11/+97
2021-06-17net: fix mistake path for netdev_features_stringsJian Shen2-3/+3
2021-06-17Merge tag 'fixes_for_v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2021-06-17net/mlx5e: Don't create devices during unload flowDmytro Linkin1-0/+4
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce2-0/+20
2021-06-16net/smc: Add netlink support for SMC fallback statisticsGuvenc Gulce1-0/+14
2021-06-16net/smc: Add netlink support for SMC statisticsGuvenc Gulce1-0/+69
2021-06-16mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins1-0/+3
2021-06-16mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins1-0/+1
2021-06-16mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins1-1/+7
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz1-0/+2
2021-06-16mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when comparePeter Xu1-4/+11
2021-06-16mm,hwpoison: fix race with hugetlb page allocationNaoya Horiguchi1-0/+6
2021-06-15net: bonding: Use per-cpu rr_tx_counterJussi Maki1-1/+1
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du1-1/+6
2021-06-15ptp: improve max_adj check against unreasonable valuesJakub Kicinski1-1/+1
2021-06-15bpf: Support socket migration by eBPF.Kuniyuki Iwashima3-0/+18
2021-06-15bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima1-0/+1
2021-06-15tcp: Add reuseport_migrate_sock() to select a new listener.Kuniyuki Iwashima1-0/+3