summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-02-03page_pool: Refactor page_pool to enable fragmenting after allocationAlexander Duyck1-30/+52
2022-02-02tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov3-1/+11
2022-02-02net: dsa: tag_qca: add support for handling mgmt and MIB Ethernet packetAnsuel Smith1-0/+7
2022-02-02net: dsa: tag_qca: add define for handling MIB packetAnsuel Smith1-0/+10
2022-02-02net: dsa: tag_qca: add define for handling mgmt Ethernet packetAnsuel Smith1-0/+44
2022-02-02net: dsa: tag_qca: move define to include linux/dsaAnsuel Smith1-0/+21
2022-02-02net: dsa: provide switch operations for tracking the master stateVladimir Oltean1-0/+17
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov3-9/+6
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov3-13/+25
2022-01-31ipv4: Make ip_idents_reserve staticDavid Ahern1-1/+0
2022-01-31phy: make phy_set_max_speed() *void*Sergey Shtylyov1-1/+1
2022-01-29ipv4: drop fragmentation code from ip_options_build()Jakub Kicinski1-1/+1
2022-01-29Merge tag 'for-net-next-2022-01-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-0/+33
2022-01-28SUNRPC: add netns refcount tracker to struct rpc_xprtEric Dumazet1-0/+1
2022-01-28SUNRPC: add netns refcount tracker to struct svc_xprtEric Dumazet1-0/+1
2022-01-28ethtool: add header/data split indicationJakub Kicinski2-0/+9
2022-01-28net: mii: remove mii_lpa_mod_linkmode_lpa_sgmii()Jakub Kicinski1-33/+0
2022-01-28ipv6: partially inline ipv6_fixup_optionsPavel Begunkov1-2/+10
2022-01-28udp6: pass flow in ip6_make_skb together with corkPavel Begunkov1-1/+1
2022-01-28Merge tag 'mlx5-updates-2022-01-27' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-7/+0
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski64-884/+1001
2022-01-27net/mlx5: Remove unused TIR modify bitmask enumsTariq Toukan1-7/+0
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds11-17/+28
2022-01-27net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong2-2/+2
2022-01-27ipv4: remove sparse error in ip_neigh_gw4()Eric Dumazet1-1/+1
2022-01-27ipv4: avoid using shared IP generator for connected socketsEric Dumazet1-11/+10
2022-01-27net: sched: remove qdisc_qlen_cpu()Jakub Kicinski1-5/+0
2022-01-27net: sched: remove psched_tdiff_bounded()Jakub Kicinski1-6/+0
2022-01-27netlink: remove nl_set_extack_cookie_u32()Jakub Kicinski1-9/+0
2022-01-27udplite: remove udplite_csum_outgoing()Jakub Kicinski1-43/+0
2022-01-27udp: remove inner_udp_hdr()Jakub Kicinski1-5/+0
2022-01-27ipv6: remove inet6_rsk() and tcp_twsk_ipv6only()Jakub Kicinski1-7/+0
2022-01-27net: ax25: remove route refcountJakub Kicinski1-12/+0
2022-01-27net: remove bond_slave_has_mac_rcu()Jakub Kicinski1-14/+0
2022-01-27net: remove linkmode_change_bit()Jakub Kicinski1-5/+0
2022-01-27net: remove net_invalid_timestamp()Jakub Kicinski1-5/+0
2022-01-27mii: remove mii_lpa_to_linkmode_lpa_sgmii()Jakub Kicinski1-17/+0
2022-01-27Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault1-0/+2
2022-01-27ipv4: Namespaceify min_adv_mss sysctl knobxu xin1-0/+1
2022-01-27tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet1-5/+3
2022-01-27pid: Introduce helper task_is_in_init_pid_ns()Leo Yan1-0/+5
2022-01-26net: stmmac/xpcs: convert to pcs_validate()Russell King (Oracle)1-2/+0
2022-01-26net: xpcs: add support for retrieving supported interface modesRussell King (Oracle)1-0/+1
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-31/+58
2022-01-25ipv4/tcp: do not use per netns ctl socketsEric Dumazet1-1/+0
2022-01-25ipv6: do not use per netns icmp socketsEric Dumazet1-1/+0
2022-01-25ipv4: do not use per netns icmp socketsEric Dumazet1-1/+0
2022-01-25tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet1-2/+0
2022-01-25tcp/dccp: no longer use twsk_net(tw) from tw_timer_handler()Eric Dumazet1-3/+2
2022-01-25tcp/dccp: add tw->tw_bslotEric Dumazet1-0/+1