summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-05tools/resolve_btfids: Warn when having multiple IDs for single typeJiri Olsa1-5/+12
2021-01-03bpf: Fix a task_iter bug caused by a merge conflict resolutionYonghong Song1-0/+1
2020-12-29selftests/bpf: Fix a compile error for BPF_F_BPRM_SECUREEXECJiang Wang1-1/+1
2020-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller11-27/+81
2020-12-28net: hdlc_ppp: Fix issues when mod_timer is called while timer is runningXie He1-0/+7
2020-12-28atlantic: remove architecture dependsLéo Le Bouter1-1/+0
2020-12-28erspan: fix version 1 check in gre_parse_header()Cong Wang1-1/+1
2020-12-28net: hns: fix return value check in __lb_other_process()Yunjian Wang1-0/+4
2020-12-28net: sched: prevent invalid Scell_log shift countRandy Dunlap5-5/+7
2020-12-28net: neighbor: fix a crash caused by mod zeroweichenchen1-4/+2
2020-12-28ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault1-1/+1
2020-12-28net: mvpp2: fix pkt coalescing int-threshold configurationStefan Chulski1-5/+6
2020-12-28Merge branch 'net-ipa-fix-some-new-build-warnings'Jakub Kicinski1-25/+13
2020-12-28net: ipa: don't return a value from evt_ring_command()Alex Elder1-11/+6
2020-12-28net: ipa: don't return a value from gsi_channel_command()Alex Elder1-14/+7
2020-12-28Merge branch 'bnxt_en-bug-fixes'Jakub Kicinski2-20/+25
2020-12-28bnxt_en: Check TQM rings for maximum supported value.Michael Chan2-3/+11
2020-12-28bnxt_en: Fix AER recovery.Vasundhara Volam1-17/+14
2020-12-28Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski4-52/+71
2020-12-28net: mptcp: cap forward allocation to 1MDavide Caratti1-1/+4
2020-12-28tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGSYunjian Wang1-1/+1
2020-12-28net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registeredGrygorii Strashko1-0/+2
2020-12-28Merge branch 'net-sysfs-fix-race-conditions-in-the-xps-code'Jakub Kicinski1-12/+53
2020-12-28net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tcAntoine Tenart1-5/+18
2020-12-28net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart1-0/+7
2020-12-28net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tcAntoine Tenart1-7/+22
2020-12-28net-sysfs: take the rtnl lock when storing xps_cpusAntoine Tenart1-0/+6
2020-12-28CDC-NCM: remove "connected" log messageRoland Dreier1-3/+0
2020-12-24bpf: Use thread_group_leader()Jonathan Lemon1-1/+1
2020-12-24bpf: Save correct stopping point in file seq iterationJonathan Lemon1-1/+2
2020-12-24selftests/bpf: Work-around EBUSY errors from hashmap update/deleteAndrii Nakryiko1-6/+42
2020-12-23e1000e: Export S0ix flags to ethtoolMario Limonciello3-4/+52
2020-12-23Revert "e1000e: disable s0ix entry and exit flows for ME systems"Mario Limonciello1-43/+2
2020-12-23e1000e: bump up timeout to wait when ME un-configures ULP modeMario Limonciello1-3/+14
2020-12-23e1000e: Only run S0ix flows if shutdown succeededMario Limonciello1-6/+7
2020-12-23ibmvnic: continue fatal error reset after passive initLijun Pan1-2/+1
2020-12-23net: ethernet: Fix memleak in ethoc_probeDinghao Liu1-1/+2
2020-12-23net/ncsi: Use real net-device for response handlerJohn Wang1-1/+1
2020-12-23net: dcb: Validate netlink message in DCB handlerPetr Machata1-0/+2
2020-12-23Merge branch 'net-ipa-gsi-interrupt-handling-fixes'Jakub Kicinski1-33/+56
2020-12-23net: ipa: use state to determine event ring command successAlex Elder1-12/+22
2020-12-23net: ipa: use state to determine channel command successAlex Elder1-21/+22
2020-12-23net: ipa: clear pending interrupts before enablingAlex Elder1-0/+12
2020-12-23stmmac: intel: Add PCI IDs for TGL-H platformNoor Azura Ahmad Tarmizi1-0/+4
2020-12-23net: ipa: fix interconnect enable bugAlex Elder1-2/+2
2020-12-23virtio_net: Fix recursive call to cpus_read_lock()Jeff Dike1-5/+7
2020-12-22Merge tag 'wireless-drivers-2020-12-22' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski15-37/+118
2020-12-22qede: fix offload for IPIP tunnel packetsManish Chopra1-0/+5
2020-12-22docs: netdev-FAQ: fix question headers formattingBaruch Siach1-67/+59
2020-12-22net: ethernet: mvneta: Fix error handling in mvneta_probeDinghao Liu1-1/+1