summaryrefslogtreecommitdiffstats
path: root/kernel/kheaders.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-12net: qrtr: Fix port ID for control messagesLoic Poulain1-1/+1
2020-11-12net: stmmac: dwc-qos: Change the dwc_eth_dwmac_data's .probe prototypeJisheng Zhang1-27/+19
2020-11-11net: phy: aquantia: do not return an error on clearing pending IRQsIoana Ciornei1-2/+2
2020-11-11net: ipa: drop an error messageAlex Elder1-6/+1
2020-11-11net: ipa: change a warning to debugAlex Elder1-4/+4
2020-11-11net: ipa: get rid of a useless line of codeAlex Elder1-2/+1
2020-11-11net: ipa: don't break build on large transaction sizeAlex Elder1-3/+0
2020-11-11inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet3-5/+5
2020-11-11inet: constify inet_sdif() argumentEric Dumazet1-1/+1
2020-11-11net: dsa: fix unintended sign extension on a u16 left shiftColin Ian King1-2/+2
2020-11-11net: sched: fix misspellings using misspell-fixer toolMenglong Dong5-5/+5
2020-11-11net: pch_gbe: remove unneeded variable retval in __pch_gbe_suspendKaixu Xia1-2/+1
2020-11-11net: atlantic: Remove unnecessary conversion to boolKaixu Xia1-1/+1
2020-11-11net: ipv4: remove redundant initialization in inet_rtm_deladdrMenglong Dong1-2/+1
2020-11-11selftests: disable rp_filter when testing bareudpGuillaume Nault1-0/+6
2020-11-10net: skb_vlan_untag(): don't reset transport offset if set by GRO layerAlexander Lobakin1-1/+2
2020-11-10net: remove ip_tunnel_get_stats64Heiner Kallweit2-11/+0
2020-11-10ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit4-8/+8
2020-11-10vti: switch to dev_get_tstats64Heiner Kallweit2-2/+2
2020-11-10wireguard: switch to dev_get_tstats64Heiner Kallweit1-1/+1
2020-11-10gtp: switch to dev_get_tstats64Heiner Kallweit1-1/+1
2020-11-10net: switch to dev_get_tstats64Heiner Kallweit3-4/+4
2020-11-10ip6_tunnel: use ip_tunnel_get_stats64 as ndo_get_stats64 callbackHeiner Kallweit1-31/+1
2020-11-10tun: switch to net core provided statistics countersHeiner Kallweit1-87/+34
2020-11-10net: dsa: use net core stats64 handlingHeiner Kallweit3-30/+8
2020-11-10net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit2-0/+16
2020-11-10net: dsa: mv88e6xxx: Export VTU as devlink regionTobias Waldekranz4-3/+109
2020-11-10net: phy: microchip_t1: Don't set .config_anegJisheng Zhang1-1/+0
2020-11-10net/mlx4: Assign boolean values to a bool variableKaixu Xia1-1/+1
2020-11-10net: udp: remove redundant initialization in udp_dump_oneMenglong Dong1-1/+1
2020-11-10net: udp: remove redundant initialization in udp_send_skbMenglong Dong1-1/+1
2020-11-10bridge: mrp: Use hlist_head instead of list_head for mrpHoratiu Vultur5-17/+17
2020-11-10selftests/net: test max_num_members, fanout_args in psock_fanoutTanner Love1-3/+69
2020-11-10net/packet: make packet_fanout.arr size configurable up to 64KTanner Love3-14/+40
2020-11-10net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong5-0/+10
2020-11-08stmmac: intel: change all EHL/TGL to auto detect phy addrVoon Weifeng1-5/+1
2020-11-08net: usb: fix spelling typo in cdc_ncm.cWang Qing1-1/+1
2020-11-08net: core: fix spelling typo in flow_dissector.cWang Qing1-1/+1
2020-11-08net: ipa: pass a value to gsi_irq_type_update()Alex Elder1-18/+13
2020-11-08net: ipa: only enable GSI general IRQs when neededAlex Elder2-5/+10
2020-11-08net: ipa: explicitly disallow inter-EE interruptsAlex Elder1-2/+2
2020-11-08net: ipa: only enable GSI IEOB IRQs when neededAlex Elder1-5/+11
2020-11-08net: ipa: only enable generic command completion IRQ when neededAlex Elder2-9/+27
2020-11-08net: ipa: only enable GSI event control IRQs when neededAlex Elder1-7/+20
2020-11-08net: ipa: only enable GSI channel control IRQs when neededAlex Elder1-7/+32
2020-11-08net: ipa: cache last-saved GSI IRQ enabled typeAlex Elder2-12/+24
2020-11-08net: ipa: disable all GSI interrupt types initiallyAlex Elder1-10/+32
2020-11-08net: ipa: define GSI interrupt types with an enumAlex Elder2-18/+22
2020-11-08net: ipa: rename gsi->event_enable_bitmapAlex Elder2-8/+8
2020-11-08net: ipa: request GSI IRQ laterAlex Elder1-26/+41