summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-09Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()Tianyu Lan
2022-02-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2022-02-09dt-bindings: net: renesas,etheravb: Document RZ/G2UL SoCBiju Das
2022-02-09dt-bindings: net: renesas,etheravb: Document RZ/V2L SoCBiju Das
2022-02-08net: dsa: typo in commentLuiz Angelo Daros de Luca
2022-02-08ptp_pch: Remove unused pch_pm_opsAndy Shevchenko
2022-02-08ptp_pch: Convert to use managed functions pcim_* and devm_*Andy Shevchenko
2022-02-08ptp_pch: Switch to use module_pci_driver() macroAndy Shevchenko
2022-02-08ptp_pch: Use ioread64_hi_lo() / iowrite64_hi_lo()Andy Shevchenko
2022-02-08ptp_pch: Use ioread64_lo_hi() / iowrite64_lo_hi()Andy Shevchenko
2022-02-08ptp_pch: use mac_pton()Andy Shevchenko
2022-02-08Merge branch 'net-speedup-netns-dismantles'Jakub Kicinski
2022-02-08net: remove default_device_exit()Eric Dumazet
2022-02-08bonding: switch bond_net_exit() to batch modeEric Dumazet
2022-02-08can: gw: switch cangw_pernet_exit() to batch modeEric Dumazet
2022-02-08ipmr: introduce ipmr_net_exit_batch()Eric Dumazet
2022-02-08ip6mr: introduce ip6mr_net_exit_batch()Eric Dumazet
2022-02-08ipv6: change fib6_rules_net_exit() to batch modeEric Dumazet
2022-02-08ipv4: add fib_net_exit_batch()Eric Dumazet
2022-02-08nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet
2022-02-08ipv6/addrconf: switch to per netns inet6_addr_lst hash tableEric Dumazet
2022-02-08ipv6/addrconf: use one delayed work per netnsEric Dumazet
2022-02-08ipv6/addrconf: allocate a per netns hash tableEric Dumazet
2022-02-08net: add dev->dev_registered_trackerEric Dumazet
2022-02-08et131x: support arbitrary MAX_SKB_FRAGSEric Dumazet
2022-02-08Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski
2022-02-07Merge branch 'inet-separate-dscp-from-ecn-bits-using-new-dscp_t-type'Jakub Kicinski
2022-02-07ipv4: Use dscp_t in struct fib_aliasGuillaume Nault
2022-02-07ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault
2022-02-07ipv4: Stop taking ECN bits into account in fib4-rulesGuillaume Nault
2022-02-07ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault
2022-02-07net: stmmac: optimize locking around PTP clock readsYannick Vignon
2022-02-07net: typhoon: include <net/vxlan.h>Eric Dumazet
2022-02-07igb: refactor XDP registrationCorinna Vinschen
2022-02-07igc: avoid kernel warning when changing RX ring parametersCorinna Vinschen
2022-02-07net: dsa: mv88e6xxx: Unlock on error in mv88e6xxx_port_bridge_join()Dan Carpenter
2022-02-07net: dsa: mv88e6xxx: Fix off by in one in mv88e6185_phylink_get_caps()Dan Carpenter
2022-02-07net: hns3: add support for TX push modeYufeng Mo
2022-02-07net: asix: add proper error handling of usb read errorsPavel Skripkin
2022-02-07r8169: factor out redundant RTL8168d PHY config functionality to rtl8168d_1_c...Heiner Kallweit
2022-02-07ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet
2022-02-07caif: cleanup double word in commentTom Rix
2022-02-07Merge branch 'mlxsw-dip-sip-mangling'David S. Miller
2022-02-07selftests: forwarding: Add a test for pedit munge SIP and DIPDanielle Ratson
2022-02-07mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv6 addressesDanielle Ratson
2022-02-07mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv4 addressesDanielle Ratson
2022-02-07mlxsw: core_acl_flex_actions: Add SIP_DIP_ACTIONDanielle Ratson
2022-02-07Merge branch 'ipv6-kfree_skb_reason'David S. Miller
2022-02-07net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong
2022-02-07net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()Menglong Dong