summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-04110-599/+1068
|\
| * Merge branch 'smc-fixes'David S. Miller2020-09-043-8/+25
| |\
| | * net/smc: fix sock refcounting in case of terminationUrsula Braun2020-09-041-7/+8
| | * net/smc: reset sndbuf_desc if freedUrsula Braun2020-09-041-0/+1
| | * net/smc: set rx_off for SMCR explicitlyUrsula Braun2020-09-041-0/+2
| | * net/smc: fix toleration of fake add_link messagesKarsten Graul2020-09-041-1/+14
| |/
| * tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan2020-09-031-4/+13
| * doc: net: dsa: Fix typo in config code samplePaul Barker2020-09-031-1/+1
| * net: dp83867: Fix WoL SecureOn passwordDan Murphy2020-09-031-2/+2
| * nfp: flower: fix ABI mismatch between driver and firmwareLouis Peens2020-09-031-0/+2
| * tipc: fix shutdown() of connectionless socketTetsuo Handa2020-09-031-3/+6
| * ipv6: Fix sysctl max for fib_multipath_hash_policyIdo Schimmel2020-09-031-1/+2
| * drivers/net/wan/hdlc: Change the default of hard_header_len to 0Xie He2020-09-031-1/+1
| * net: gemini: Fix another missing clk_disable_unprepare() in probeDan Carpenter2020-09-031-17/+17
| * net: bcmgenet: fix mask check in bcmgenet_validate_flow()Denis Efremov2020-09-021-1/+1
| * amd-xgbe: Add support for new port modeShyam Sundar S K2020-09-021-0/+13
| * net: usb: dm9601: Add USB ID of Keenetic Plus DSLKamil Lorenc2020-09-021-0/+4
| * vhost: fix typo in error messageYunsheng Lin2020-09-021-1/+1
| * net: ethernet: mlx4: Fix memory allocation in mlx4_buddy_init()Shung-Hsi Yu2020-09-011-1/+1
| * pktgen: fix error message with wrong function nameLeesoo Ahn2020-09-011-1/+1
| * net: ethernet: ti: am65-cpsw: fix rmii 100Mbit link modeGrygorii Strashko2020-08-311-0/+2
| * cxgb4: fix thermal zone device registrationPotnuri Bharat Teja2020-08-311-2/+6
| * drivers/net/wan/hdlc_cisco: Add hard_header_lenXie He2020-08-311-0/+1
| * ionic: fix txrx work accountingShannon Nelson2020-08-311-10/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-3112-91/+92
| |\
| | * netfilter: conntrack: do not auto-delete clash entries on replyFlorian Westphal2020-08-292-17/+11
| | * selftests: netfilter: add command usageFabian Frederick2020-08-281-0/+11
| | * selftests: netfilter: simplify command testingFabian Frederick2020-08-281-23/+11
| | * selftests: netfilter: remove unused variable in make_file()Fabian Frederick2020-08-281-3/+2
| | * selftests: netfilter: exit on invalid parametersFabian Frederick2020-08-281-3/+12
| | * selftests: netfilter: fix header exampleFabian Frederick2020-08-281-1/+1
| | * netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso2020-08-285-40/+40
| | * netfilter: delete repeated wordsRandy Dunlap2020-08-284-4/+4
| * | tipc: fix using smp_processor_id() in preemptibleTuong Lien2020-08-311-3/+9
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-294-4/+7
| |\ \ | | |/ | |/|
| | * selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer2020-08-281-0/+2
| | * bpf, sysctl: Let bpf_stats_handler take a kernel pointer bufferTobias Klauser2020-08-251-2/+1
| | * selftests/bpf: Fix test_progs-flavor run getting number of testsJesper Dangaard Brouer2020-08-251-1/+3
| | * bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song2020-08-251-1/+1
| * | net_sched: fix error path in red_init()Cong Wang2020-08-281-16/+4
| * | net: dsa: mt7530: fix advertising unsupported 1000baseT_HalfLanden Chao2020-08-281-1/+1
| * | netlink: fix a data race in netlink_rcv_wake()zhudi2020-08-281-1/+1
| * | Merge tag 'mac80211-for-davem-2020-08-28' of git://git.kernel.org/pub/scm/lin...David S. Miller2020-08-287-86/+192
| |\ \
| | * | cfg80211: Adjust 6 GHz frequency to channel conversionAmar Singhal2020-08-271-3/+5
| | * | mac80211: reduce packet loss event false positivesFelix Fietkau2020-08-272-18/+17
| | * | cfg80211: regulatory: reject invalid hintsJohannes Berg2020-08-271-0/+3
| | * | wireless: fix wrong 160/80+80 MHz settingShay Bar2020-08-271-4/+11
| | * | mac80211: improve AQL aggregation estimation for low data ratesFelix Fietkau2020-08-271-12/+26
| | * | mac80211: factor out code to look up the average packet length duration for a...Felix Fietkau2020-08-271-47/+74
| | * | mac80211: use rate provided via status->rate on ieee80211_tx_status_ext for AQLFelix Fietkau2020-08-273-6/+60