summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-11-13net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit1-2/+0
2020-11-13usbnet: switch to core handling of rx/tx byte/packet countersHeiner Kallweit1-4/+2
2020-11-12net: evaluate net.ipv4.conf.all.proxy_arp_pvlanVincent Bernat1-1/+1
2020-11-12net: evaluate net.ipvX.conf.all.ignore_routes_with_linkdownVincent Bernat1-1/+1
2020-11-11inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet1-3/+3
2020-11-11inet: constify inet_sdif() argumentEric Dumazet1-1/+1
2020-11-10net: remove ip_tunnel_get_stats64Heiner Kallweit1-2/+0
2020-11-10net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit1-0/+1
2020-11-10net/packet: make packet_fanout.arr size configurable up to 64KTanner Love1-0/+12
2020-11-10net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong1-0/+1
2020-11-07net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais1-0/+5
2020-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski43-1945/+223
2020-11-06Merge tag 'sound-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-5/+6
2020-11-06Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+0
2020-11-06Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-26/+32
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel1-1/+2
2020-11-06nexthop: Emit a notification when a nexthop is addedIdo Schimmel1-1/+2
2020-11-06nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel1-0/+1
2020-11-06rtnetlink: Add RTNH_F_TRAP flagIdo Schimmel1-2/+4
2020-11-06nexthop: Add nexthop notification data structuresIdo Schimmel1-0/+35
2020-11-06Merge tag 'imx-drm-next-2020-10-30' of git://git.pengutronix.de/git/pza/linux...Dave Airlie1-3/+0
2020-11-06net/usb/r8153_ecm: support ECM mode for RTL8153Hayes Wang1-0/+37
2020-11-06bus: mhi: Add mhi_queue_is_full functionLoic Poulain1-0/+7
2020-11-06net: phy: add genphy_handle_interrupt_no_ack()Ioana Ciornei1-0/+1
2020-11-06net: phy: export phy_error and phy_trigger_machineIoana Ciornei1-0/+2
2020-11-06sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long1-0/+6
2020-11-06net: dsa: Add DSA driver for Hirschmann Hellcreek switchesKurt Kanzenbach1-0/+23
2020-11-06net: dsa: Give drivers the chance to veto certain upper devicesVladimir Oltean1-0/+6
2020-11-06net: dsa: Add tag handling for Hirschmann Hellcreek switchesKurt Kanzenbach1-0/+2
2020-11-05Merge tag 'linux-kselftest-kunit-fixes-5.10-rc3' of git://git.kernel.org/pub/...Linus Torvalds1-8/+8
2020-11-05Merge tag 'pm-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-4/+2
2020-11-05net: sched: implement action-specific terse dumpVlad Buslov1-0/+4
2020-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski4-2/+28
2020-11-05tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni1-1/+20
2020-11-04soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior1-1/+2
2020-11-04net: add GSO UDP L4 and GSO fraglists to the list of software-backed typesAlexander Lobakin1-2/+2
2020-11-04can: can_create_echo_skb(): fix echo skb generation: always use skb_clone()Oleksij Rempel1-12/+8
2020-11-04Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linuxLinus Torvalds4-104/+76
2020-11-03mpls: drop skb's dst in mpls_forward()Guillaume Nault1-7/+5
2020-11-03net: add kcov handle to skb extensionsAleksandr Nogikh1-0/+33
2020-11-03tcp: avoid slow start during fast recovery on new lossesYuchung Cheng1-1/+1
2020-11-03net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean1-0/+2
2020-11-03net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlanVladimir Oltean1-0/+1
2020-11-03net: mscc: ocelot: transform the pvid and native vlan values into a structureVladimir Oltean1-6/+8
2020-11-02mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe2-4/+9
2020-11-02Merge tag 'mac80211-for-net-2020-10-30' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2-7/+9
2020-11-02PM: runtime: Drop pm_runtime_clean_up_links()Rafael J. Wysocki1-2/+0
2020-11-02PM: runtime: Drop runtime PM references to supplier on link removalRafael J. Wysocki1-2/+2
2020-11-01Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2020-11-01Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-1751/+0