summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bpf: Introduce dynamic program extensionsAlexei Starovoitov2020-01-224-1/+17
* xsk, net: Make sock_def_readable() have external linkageBjörn Töpel2020-01-221-0/+2
* devmap: Adjust tracepoint for map-less queue flushJesper Dangaard Brouer2020-01-161-17/+12
* xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen2020-01-163-61/+63
* xdp: Move devmap bulk queue into struct net_deviceToke Høiland-Jørgensen2020-01-162-6/+9
* bpf: Add batch ops to all htab bpf mapYonghong Song2020-01-152-0/+4
* bpf: Add generic support for update and delete batch opsBrian Vazquez2020-01-152-0/+12
* bpf: Add generic support for lookup batch opBrian Vazquez2020-01-152-0/+23
* bpf: Add bpf_send_signal_thread() helperYonghong Song2020-01-151-2/+17
* bpf: Introduce function-by-function verificationAlexei Starovoitov2020-01-103-3/+20
* bpf: Document BPF_F_QUERY_EFFECTIVE flagAndrey Ignatov2020-01-091-1/+6
* bpf: Add BPF_FUNC_tcp_send_ack helperMartin KaFai Lau2020-01-091-1/+10
* bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau2020-01-092-0/+4
* bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-094-3/+69
* bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-094-0/+69
* net: mscc: ocelot: export ANA, DEV and QSYS registers to include/soc/msccVladimir Oltean2020-01-053-0/+1170
* net: mscc: ocelot: make phy_mode a member of the common struct ocelot_portVladimir Oltean2020-01-051-0/+2
* enetc: Make MDIO accessors more generic and export to include/linux/fslClaudiu Manoil2020-01-051-0/+55
* net: dsa: Pass pcs_poll flag from driver to PHYLINKVladimir Oltean2020-01-051-0/+5
* net: phylink: add support for polling MAC PCSVladimir Oltean2020-01-051-0/+2
* mii: Add helpers for parsing SGMII auto-negotiationVladimir Oltean2020-01-052-0/+62
* net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean2020-01-052-9/+3
* net: dsa: sja1105: Always send through management routes in slot 0Vladimir Oltean2020-01-051-1/+0
* net: phy: add PHY_INTERFACE_MODE_10GBASERRussell King2020-01-051-4/+8
* net: ethernet: sxgbe: Rename Samsung to lowercaseKrzysztof Kozlowski2020-01-051-1/+1
* net: remove the check argument from __skb_gro_checksum_convertLi RongQing2020-01-031-3/+3
* net: Add device index to tcp_md5sigDavid Ahern2020-01-021-2/+3
* tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern2020-01-021-12/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-317-12/+33
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-315-12/+30
| |\
| | * net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti2019-12-301-0/+5
| | * ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2019-12-301-8/+11
| | * of: mdio: Add missing inline to of_mdiobus_child_is_phy() dummyGeert Uytterhoeven2019-12-261-1/+1
| | * net/dst: do not confirm neighbor for vxlan and geneve pmtu updateHangbin Liu2019-12-241-1/+1
| | * net/dst: add new function skb_dst_update_pmtu_no_confirmHangbin Liu2019-12-241-0/+9
| | * net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-242-2/+3
| * | ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()Florian Fainelli2019-12-251-0/+2
| * | libata: Fix retrieving of active qcsSascha Hauer2019-12-251-0/+1
| |/
* | net: dsa: sja1105: Use PTP core's dedicated kernel thread for RX timestampingVladimir Oltean2019-12-301-2/+0
* | ptp: introduce ptp_cancel_worker_syncVladimir Oltean2019-12-301-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-12-302-0/+5
|\ \
| * | netfilter: nft_meta: add support for slave device ifindex matchingFlorian Westphal2019-12-261-0/+4
| * | netfilter: Document ingress hookLukas Wunner2019-12-171-0/+1
* | | ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek2019-12-271-0/+14
* | | ethtool: add LINKMODES_NTF notificationMichal Kubecek2019-12-271-0/+1
* | | ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek2019-12-271-0/+1
* | | ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek2019-12-272-0/+21
* | | ethtool: add LINKINFO_NTF notificationMichal Kubecek2019-12-271-0/+1
* | | ethtool: set link settings with LINKINFO_SET requestMichal Kubecek2019-12-271-0/+1
* | | ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek2019-12-271-0/+18