summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet2021-07-191-3/+16
| | * | | Merge branch 'dt-bindinga-dwmac'David S. Miller2021-07-194-59/+99
| | |\ \ \
| | | * | | arm64: dts: imx8mp: change interrupt order per dt-bindingJoakim Zhang2021-07-191-3/+3
| | | * | | dt-bindings: net: imx-dwmac: convert imx-dwmac bindings to yamlJoakim Zhang2021-07-192-56/+93
| | | * | | dt-bindings: net: snps,dwmac: add missing DWMAC IP versionJoakim Zhang2021-07-191-0/+3
| | |/ / /
| | * | | net: hisilicon: rename CACHE_LINE_MASK to avoid redefinitionRandy Dunlap2021-07-191-3/+3
| | * | | Merge branch 'bnxt_en-fixes'David S. Miller2021-07-195-46/+83
| | |\ \ \
| | | * | | bnxt_en: Fix PTP capability discoveryMichael Chan2021-07-191-1/+5
| | | * | | bnxt_en: Move bnxt_ptp_init() to bnxt_open()Michael Chan2021-07-193-25/+16
| | | * | | bnxt_en: Check abort error state in bnxt_half_open_nic()Somnath Kotur2021-07-191-0/+6
| | | * | | bnxt_en: Validate vlan protocol ID on RX packetsMichael Chan2021-07-191-5/+16
| | | * | | bnxt_en: fix error path of FW resetSomnath Kotur2021-07-191-10/+21
| | | * | | bnxt_en: Add missing check for BNXT_STATE_ABORT_ERR in bnxt_fw_rset_task()Michael Chan2021-07-191-0/+4
| | | * | | bnxt_en: Refresh RoCE capabilities in bnxt_ulp_probe()Michael Chan2021-07-191-4/+5
| | | * | | bnxt_en: reject ETS settings that will starve a TCEdwin Peer2021-07-191-1/+9
| | | * | | bnxt_en: don't disable an already disabled PCI deviceKalesh AP2021-07-191-1/+2
| | * | | | netrom: Decrease sock refcount when sock timers expireNguyen Dinh Phi2021-07-181-9/+11
| | * | | | sctp: trim optlen when it's a huge value in sctp_setsockoptXin Long2021-07-181-0/+4
| | * | | | net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin2021-07-181-1/+4
| | * | | | net: Fix zero-copy head len calculation.Pravin B Shelar2021-07-181-1/+4
| | |/ / /
| | * | | bonding: fix build issueMahesh Bandewar2021-07-161-0/+2
| | * | | net: decnet: Fix sleeping inside in af_decnetYajun Deng2021-07-161-15/+12
| | * | | mt7530 fix mt7530_fdb_write vid missing ivl bitEric Woudstra2021-07-162-0/+2
| | * | | skbuff: Fix a potential race while recycling page_pool packetsIlias Apalodimas2021-07-161-1/+12
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-159-15/+37
| | |\ \ \
| | | * | | bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser2021-07-151-0/+5
| | | * | | bpf, sockmap, udp: sk_prot needs inuse_idx set for proc statsJakub Sitnicki2021-07-151-1/+1
| | | * | | bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend2021-07-151-1/+1
| | | * | | bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend2021-07-151-5/+11
| | | * | | s390/bpf: Perform r1 range checking before accessing jit->seen_reg[r1]Colin Ian King2021-07-151-1/+1
| | | * | | xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo2021-07-131-4/+10
| | | * | | bpf: Fix tail_call_reachable rejection for interpreter when jit failedDaniel Borkmann2021-07-131-0/+2
| | | * | | bpf, test: fix NULL pointer dereference on invalid expected_attach_typeXuan Zhuo2021-07-121-0/+3
| | | * | | doc, af_xdp: Fix bind flags option typoBaruch Siach2021-07-121-3/+3
| | * | | | usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu2021-07-151-10/+23
| | * | | | qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()Jia He2021-07-151-6/+17
| | * | | | net: fix uninit-value in caif_seqpkt_sendmsgZiyang Xuan2021-07-151-1/+2
| | * | | | net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu2021-07-152-4/+42
| | * | | | net_sched: use %px to print skb address in trace_qdisc_dequeue()Qitao Xu2021-07-151-1/+1
| | * | | | net: use %px to print skb address in trace_netif_receive_skbQitao Xu2021-07-151-1/+1
| | * | | | liquidio: Fix unintentional sign extension issue on left shift of u16Colin Ian King2021-07-151-1/+1
| | * | | | net: dsa: mv88e6xxx: NET_DSA_MV88E6XXX_PTP should depend on NET_DSA_MV88E6XXXGeert Uytterhoeven2021-07-151-1/+1
| | * | | | Merge branch 'r8152-pm-fixxes'David S. Miller2021-07-141-10/+20
| | |\ \ \ \
| | | * | | | r8152: Fix a deadlock by doubly PM resumeTakashi Iwai2021-07-141-9/+18
| | | * | | | r8152: Fix potential PM refcount imbalanceTakashi Iwai2021-07-141-1/+2
| | |/ / / /
| * | | | | Merge tag 'mmc-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2021-07-222-24/+31
| |\ \ \ \ \
| | * | | | | mmc: core: Don't allocate IDA for OF aliasesStephen Boyd2021-07-141-10/+10
| | * | | | | mmc: core: Use kref in place of struct mmc_blk_data::usageStephen Boyd2021-07-141-14/+21
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 's390-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-07-219-37/+49
| |\ \ \ \ \
| | * | | | | s390: update defconfigsHeiko Carstens2021-07-203-17/+34