summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* llc: make sure applications use ARPHRD_ETHEREric Dumazet2020-06-291-3/+7
* net: explain the lockdep annotations for dev_uc_unsync()Cong Wang2020-06-291-0/+10
* net: get rid of lockdep_set_class_and_subclass()Cong Wang2020-06-293-11/+8
* lib: packing: add documentation for pbuflen argumentVladimir Oltean2020-06-291-0/+1
* bridge: mrp: Fix endian conversion and some other warningsHoratiu Vultur2020-06-293-3/+3
* net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()Miaohe Lin2020-06-281-1/+1
* enetc: Fix tx rings bitmap iteration range, irq handlingClaudiu Manoil2020-06-271-2/+2
* ionic: update the queue count on openShannon Nelson2020-06-261-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-26223-1156/+1973
|\
| * rds: transport module should be auto loaded when transport is setRao Shoaib2020-06-262-10/+20
| * Merge branch 'sched-A-couple-of-fixes-for-sch_cake'David S. Miller2020-06-261-17/+41
| |\
| | * sch_cake: fix a few style nitsToke Høiland-Jørgensen2020-06-261-2/+2
| | * sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen2020-06-261-4/+9
| | * sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev2020-06-261-11/+30
| |/
| * ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek2020-06-261-6/+5
| * Merge branch 'napi_gro_receive-caller-return-value-cleanups'David S. Miller2020-06-264-39/+17
| |\
| | * wil6210: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld2020-06-261-28/+11
| | * hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld2020-06-261-1/+1
| | * socionext: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld2020-06-261-2/+3
| | * wireguard: receive: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld2020-06-261-8/+2
| |/
| * vxlan: fix last fdb index during dump of fdb with nhidRoopa Prabhu2020-06-261-0/+4
| * sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-264-5/+12
| * tc-testing: avoid action cookies with odd length.Briana Oursler2020-06-263-7/+7
| * Merge branch 'tcp_cubic-fix-spurious-HYSTART_DELAY-on-RTT-decrease'David S. Miller2020-06-262-6/+4
| |\
| | * bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-261-3/+2
| | * tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-261-3/+2
| |/
| * Merge branch 'Fixes-for-SJA1105-DSA-tc-gate-action'David S. Miller2020-06-261-160/+167
| |\
| | * net: dsa: sja1105: fix tc-gate schedule with single elementVladimir Oltean2020-06-261-2/+1
| | * net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rulesVladimir Oltean2020-06-261-0/+8
| | * net: dsa: sja1105: unconditionally free old gating configVladimir Oltean2020-06-261-2/+2
| | * net: dsa: sja1105: move sja1105_compose_gating_subschedule at the topVladimir Oltean2020-06-261-160/+160
| |/
| * net: macb: free resources on failure path of at91ether_open()Claudiu Beznea2020-06-261-43/+73
| * net: macb: call pm_runtime_put_sync on failure pathClaudiu Beznea2020-06-261-2/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-2558-16/+344
| |\
| | * selftests: netfilter: add test case for conntrack helper assignmentFlorian Westphal2020-06-252-1/+176
| | * netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.David Wilder2020-06-255-6/+44
| | * netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder2020-06-252-1/+17
| | * netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder2020-06-255-7/+44
| | * netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder2020-06-252-1/+20
| | * netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-2541-0/+41
| | * netfilter: ipset: fix unaligned atomic accessRussell King2020-06-251-0/+2
| * | net: bridge: enfore alignment for ethernet addressThomas Martitz2020-06-251-1/+1
| * | tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov2020-06-251-3/+11
| * | net: phy: mscc: avoid skcipher API for single block AES encryptionArd Biesheuvel2020-06-252-33/+10
| * | Merge branch 'net-bcmgenet-use-hardware-padding-of-runt-frames'David S. Miller2020-06-251-83/+5
| |\ \
| | * | net: bcmgenet: use hardware padding of runt framesDoug Berger2020-06-251-5/+3
| | * | net: bcmgenet: use __be16 for htons(ETH_P_IP)Doug Berger2020-06-251-1/+2
| | * | net: bcmgenet: re-remove bcmgenet_hfb_add_filterDoug Berger2020-06-251-77/+0
| |/ /
| * | qed: add missing error test for DBG_STATUS_NO_MATCHING_FRAMING_MODEColin Ian King2020-06-241-1/+2
| * | Merge branch 'net-phy-call-phy_disable_interrupts-in-phy_init_hw'David S. Miller2020-06-243-1/+6
| |\ \